From f1053321f87eeb2aaaa21723c39c9161e7bef0cc Mon Sep 17 00:00:00 2001 From: ds-mwesener Date: Thu, 28 Mar 2024 07:32:20 +0000 Subject: [PATCH 1/6] chore(dependencies): Update DEPENDENCIES --- DEPENDENCIES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 422feee65b..56bc53a9d5 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -226,7 +226,7 @@ maven/mavencentral/org.apache.tomcat.embed/tomcat-embed-websocket/10.1.19, Apach maven/mavencentral/org.apiguardian/apiguardian-api/1.1.2, Apache-2.0, approved, clearlydefined maven/mavencentral/org.aspectj/aspectjweaver/1.9.21, Apache-2.0 AND BSD-3-Clause AND EPL-1.0 AND BSD-3-Clause AND Apache-1.1, approved, #7695 maven/mavencentral/org.assertj/assertj-core/3.24.2, Apache-2.0, approved, #6161 -maven/mavencentral/org.awaitility/awaitility/4.2.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.awaitility/awaitility/4.2.0, Apache-2.0, approved, #14178 maven/mavencentral/org.bouncycastle/bcpkix-jdk18on/1.76, MIT, approved, #9825 maven/mavencentral/org.bouncycastle/bcprov-jdk18on/1.74, MIT AND CC0-1.0, approved, #9091 maven/mavencentral/org.bouncycastle/bcprov-jdk18on/1.76, MIT AND CC0-1.0, approved, #9827 @@ -370,11 +370,11 @@ maven/mavencentral/org.javassist/javassist/3.29.2-GA, Apache-2.0 AND LGPL-2.1-or maven/mavencentral/org.jboss.logging/jboss-logging/3.4.3.Final, Apache-2.0, approved, CQ21255 maven/mavencentral/org.jboss.logging/jboss-logging/3.5.3.Final, Apache-2.0, approved, #9471 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-common/1.8.22, Apache-2.0, approved, #8910 -maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-common/1.9.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-common/1.9.0, Apache-2.0, approved, #14186 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.8.22, Apache-2.0, approved, #8807 -maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.9.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.9.0, None, restricted, #14188 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.8.22, Apache-2.0, approved, #8875 -maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.9.0, Apache-2.0, approved, clearlydefined +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.9.0, None, restricted, #14185 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib/1.6.20, Apache-2.0, approved, clearlydefined maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib/1.8.22, Apache-2.0, approved, #8865 maven/mavencentral/org.jetbrains/annotations/13.0, Apache-2.0, approved, clearlydefined From 7d3f25f15f238b791c6f432972ae2022a093dad0 Mon Sep 17 00:00:00 2001 From: "Krzysztof Massalski (Extern)" Date: Thu, 28 Mar 2024 10:07:46 +0100 Subject: [PATCH 2/6] feat(impl):[#488] new datasets --- .../irs/semanticshub/SemanticsHubClient.java | 10 +- .../irs/IrsWireMockIntegrationTest.java | 5 +- .../SemanticHubWireMockSupport.java | 8 +- .../semanticshub/SemanticHubWiremockTest.java | 8 +- ...rsItemGraphQueryServiceSpringBootTest.java | 6 +- .../eclipse/tractusx/irs/util/TestMother.java | 20 +- .../singleLevelBomAsBuilt-1.json | 4 +- .../singleLevelBomAsBuilt-2.json | 2 +- .../semantichub/all-models-page-IT.json | 322 +- .../semantichub/batch-2.0.0-schema.json | 143 - .../semantichub/batch-3.0.0-schema.json | 216 + .../singleLevelBomAsBuilt-2.0.0-schema.json | 102 - .../singleLevelBomAsBuilt-3.0.0-schema.json | 151 + .../irs/edc/client/SingleLevelBomAsBuilt.java | 3 + .../irs/edc/client/EdcSubmodelClientTest.java | 23 +- .../client/SubmodelTestdataCreatorTest.java | 4 +- .../irs/data/CxTestDataContainer.java | 18 +- .../main/resources/test_data/CX_Testdata.json | 322243 ++++----------- ...setAdministrationShellTestdataCreator.java | 16 +- ...dministrationShellTestdataCreatorTest.java | 6 +- ...CentralDigitalTwinRegistryServiceTest.java | 8 +- ...a_v1.7.0_AsBuilt-not-accepted-policy.json} | 246 +- ...v1.7.0_AsBuilt-reduced-with-Specified.json | 185016 +++++++++ 23 files changed, 273443 insertions(+), 235137 deletions(-) delete mode 100644 irs-api/src/test/resources/__files/semantichub/batch-2.0.0-schema.json create mode 100644 irs-api/src/test/resources/__files/semantichub/batch-3.0.0-schema.json delete mode 100644 irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-2.0.0-schema.json create mode 100644 irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-3.0.0-schema.json rename local/testing/testdata/{CX_Testdata_v1.6.2_AsBuilt-not-accepted-policy.json => CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json} (68%) create mode 100644 local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-reduced-with-Specified.json diff --git a/irs-api/src/main/java/org/eclipse/tractusx/irs/semanticshub/SemanticsHubClient.java b/irs-api/src/main/java/org/eclipse/tractusx/irs/semanticshub/SemanticsHubClient.java index c284e3a68e..f376a6e7ac 100644 --- a/irs-api/src/main/java/org/eclipse/tractusx/irs/semanticshub/SemanticsHubClient.java +++ b/irs-api/src/main/java/org/eclipse/tractusx/irs/semanticshub/SemanticsHubClient.java @@ -90,13 +90,11 @@ public String getModelJsonSchema(final String urn) { @Override public List getAllAspectModels() { return List.of( - new AspectModel("urn:bamm:io.catenax.serial_part:1.0.1#SerialPart", "1.0.1", + new AspectModel("urn:samm:io.catenax.serial_part:3.0.0#SerialPart", "3.0.0", "SerialPart", MODEL_TYPE, MODEL_STATUS), - new AspectModel("urn:bamm:io.catenax.esr_certificates.esr_certificate:1.0.0#EsrCertificate", "1.0.0", - "EsrCertificate", MODEL_TYPE, MODEL_STATUS), - new AspectModel("urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt", - "2.0.0", "SingleLevelBomAsBuilt", MODEL_TYPE, MODEL_STATUS), - new AspectModel("urn:bamm:io.catenax.part_as_specified:2.0.0#PartAsSpecified", + new AspectModel("urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt", + "3.0.0", "SingleLevelBomAsBuilt", MODEL_TYPE, MODEL_STATUS), + new AspectModel("urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified", "2.0.0", "PartAsSpecified", MODEL_TYPE, MODEL_STATUS), new AspectModel("urn:bamm:io.catenax.part_as_planned:1.0.1#PartAsPlanned", "1.0.1", "PartAsPlanned", MODEL_TYPE, MODEL_STATUS)); diff --git a/irs-api/src/test/java/org/eclipse/tractusx/irs/IrsWireMockIntegrationTest.java b/irs-api/src/test/java/org/eclipse/tractusx/irs/IrsWireMockIntegrationTest.java index 4ff1a14453..efadf045c0 100644 --- a/irs-api/src/test/java/org/eclipse/tractusx/irs/IrsWireMockIntegrationTest.java +++ b/irs-api/src/test/java/org/eclipse/tractusx/irs/IrsWireMockIntegrationTest.java @@ -46,6 +46,7 @@ import static org.eclipse.tractusx.irs.testing.wiremock.SubmodelFacadeWiremockSupport.PATH_NEGOTIATE; import static org.eclipse.tractusx.irs.testing.wiremock.SubmodelFacadeWiremockSupport.PATH_STATE; import static org.eclipse.tractusx.irs.testing.wiremock.SubmodelFacadeWiremockSupport.PATH_TRANSFER; +import static org.eclipse.tractusx.irs.util.TestMother.batchAspectName; import static org.eclipse.tractusx.irs.util.TestMother.singleLevelBomAsBuiltAspectName; import java.time.Duration; @@ -153,7 +154,7 @@ void shouldStartApplicationAndCollectSemanticModels() throws SchemaNotFoundExcep final AspectModels allAspectModels = semanticHubService.getAllAspectModels(); // Assert - assertThat(allAspectModels.models()).hasSize(79); + assertThat(allAspectModels.models()).hasSize(99); } @Test @@ -288,7 +289,7 @@ private void successfulRegistryAndDataRequest(final String globalAssetId, final final String edcAssetId = WiremockSupport.randomUUIDwithPrefix(); final String batch = WiremockSupport.submodelRequest(edcAssetId, "Batch", - "urn:samm:io.catenax.batch:2.0.0#Batch", batchFileName); + batchAspectName, batchFileName); final String singleLevelBomAsBuilt = WiremockSupport.submodelRequest(edcAssetId, "SingleLevelBomAsBuilt", singleLevelBomAsBuiltAspectName, sbomFileName); diff --git a/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWireMockSupport.java b/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWireMockSupport.java index 640755a10e..37f2317ae1 100644 --- a/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWireMockSupport.java +++ b/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWireMockSupport.java @@ -33,8 +33,8 @@ * WireMock configurations and requests used for testing Semantic Hub fLow. */ public final class SemanticHubWireMockSupport { - public static final String BATCH_URN = "urn:samm:io.catenax.batch:2.0.0%23Batch"; - private static final String SINGLE_LEVEL_BOM_AS_BUILT_URN = "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0%23SingleLevelBomAsBuilt"; + public static final String BATCH_URN = "urn:samm:io.catenax.batch:3.0.0%23Batch"; + private static final String SINGLE_LEVEL_BOM_AS_BUILT_URN = "urn:samm:io.catenax.single_level_bom_as_built:3.0.0%23SingleLevelBomAsBuilt"; public static final String SCHEMA_PATH_PLACEHOLDER = "/models/%s/json-schema"; public static final String SEMANTIC_HUB_SCHEMA_URL = "http://semantic.hub" + SCHEMA_PATH_PLACEHOLDER.formatted("{urn}"); @@ -44,12 +44,12 @@ private SemanticHubWireMockSupport() { } public static void semanticHubWillReturnBatchSchema() { - schemaResponse200(SCHEMA_PATH_PLACEHOLDER.formatted(BATCH_URN), "semantichub/batch-2.0.0-schema.json"); + schemaResponse200(SCHEMA_PATH_PLACEHOLDER.formatted(BATCH_URN), "semantichub/batch-3.0.0-schema.json"); } public static void semanticHubWillReturnSingleLevelBomAsBuiltSchema() { schemaResponse200(SCHEMA_PATH_PLACEHOLDER.formatted(SINGLE_LEVEL_BOM_AS_BUILT_URN), - "semantichub/singleLevelBomAsBuilt-2.0.0-schema.json"); + "semantichub/singleLevelBomAsBuilt-3.0.0-schema.json"); } private static void schemaResponse200(final String urlRegex, final String fileName) { diff --git a/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWiremockTest.java b/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWiremockTest.java index 6558c3d523..24eb0a734e 100644 --- a/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWiremockTest.java +++ b/irs-api/src/test/java/org/eclipse/tractusx/irs/semanticshub/SemanticHubWiremockTest.java @@ -84,12 +84,12 @@ void shouldReturnJsonSchema() throws SchemaNotFoundException { semanticHubWillReturnBatchSchema(); // Act - final String modelJsonSchema = semanticsHubFacade.getModelJsonSchema("urn:samm:io.catenax.batch:2.0.0#Batch"); + final String modelJsonSchema = semanticsHubFacade.getModelJsonSchema("urn:samm:io.catenax.batch:3.0.0#Batch"); // Assert - assertThat(modelJsonSchema).contains("urn_samm_io.catenax.batch_2.0.0_CatenaXIdTrait") - .contains("A batch is a quantity of (semi-) finished products or (raw) material"); - SemanticHubWireMockSupport.verifySemanticHubWasCalledForModel("urn:samm:io.catenax.batch:2.0.0%23Batch", 1); + assertThat(modelJsonSchema).contains("urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait") + .contains("A batch is a quantity of(semi-)finished products or(raw)material"); + SemanticHubWireMockSupport.verifySemanticHubWasCalledForModel("urn:samm:io.catenax.batch:3.0.0%23Batch", 1); } @Test diff --git a/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java b/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java index 3e287de5b4..582ff5902e 100644 --- a/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java +++ b/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java @@ -134,7 +134,7 @@ void registerJobWithCollectAspectsShouldIncludeSubmodels() throws InvalidSchemaE when(jsonValidatorService.validate(any(), any())).thenReturn(ValidationResult.builder().valid(true).build()); when(connectorEndpointsService.fetchConnectorEndpoints(any())).thenReturn( List.of("https://connector.endpoint.nl")); - final RegisterJob registerJob = registerJob("urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", 100, + final RegisterJob registerJob = registerJob("urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", 100, List.of(serialPartAspectName, productDescriptionAspectName, singleLevelBomAsBuiltAspectName), true, false, Direction.DOWNWARD); when(connectorEndpointsService.fetchConnectorEndpoints(registerJob.getKey().getBpn())).thenReturn( @@ -146,7 +146,7 @@ void registerJobWithCollectAspectsShouldIncludeSubmodels() throws InvalidSchemaE // then given().ignoreException(ResponseStatusException.class) .await() - .atMost(10, TimeUnit.SECONDS) + .atMost(10, TimeUnit.MINUTES) .until(() -> getSubmodelsSize(registeredJob.getId()), greaterThan(0)); } @@ -192,7 +192,7 @@ void registerJobWithDepthShouldBuildTreeUntilGivenDepth() { @Test void registerJobWithUpwardDirectionShouldBuildRelationships() { // given - final RegisterJob registerJob = registerJobWithDirection("urn:uuid:819816fe-7346-49a5-b528-cec5b5367a71", + final RegisterJob registerJob = registerJobWithDirection("urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", Direction.UPWARD); when(connectorEndpointsService.fetchConnectorEndpoints(any())).thenReturn( List.of("http://localhost/discovery")); diff --git a/irs-api/src/test/java/org/eclipse/tractusx/irs/util/TestMother.java b/irs-api/src/test/java/org/eclipse/tractusx/irs/util/TestMother.java index cb612a7ee7..ebf62140b5 100644 --- a/irs-api/src/test/java/org/eclipse/tractusx/irs/util/TestMother.java +++ b/irs-api/src/test/java/org/eclipse/tractusx/irs/util/TestMother.java @@ -71,12 +71,12 @@ */ public class TestMother { - public static final String singleLevelBomAsBuiltAspectName = "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt"; - public static final String singleLevelUsageAsBuiltAspectName = "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt"; - public static final String serialPartAspectName = "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart"; - public static final String batchAspectName = "urn:samm:io.catenax.batch:2.0.0#Batch"; - public static final String materialForRecyclingAspectName = "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling"; - public static final String productDescriptionAspectName = "urn:bamm:io.catenax.vehicle.product_description:2.0.0#ProductDescription"; + public static final String singleLevelBomAsBuiltAspectName = "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt"; + public static final String singleLevelUsageAsBuiltAspectName = "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt"; + public static final String serialPartAspectName = "urn:samm:io.catenax.serial_part:3.0.0#SerialPart"; + public static final String batchAspectName = "urn:samm:io.catenax.batch:3.0.0#Batch"; + public static final String materialForRecyclingAspectName = "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling"; + public static final String productDescriptionAspectName = "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription"; Faker faker = new Faker(); @@ -89,7 +89,7 @@ public static RegisterJob registerJobWithoutDepth() { } public static RegisterJob registerJobWithDepthAndAspect(final Integer depth, final List aspectTypes) { - return registerJob("urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", depth, aspectTypes, false, false, + return registerJob("urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", depth, aspectTypes, false, false, Direction.DOWNWARD); } @@ -98,7 +98,7 @@ public static RegisterJob registerJobWithDirection(final String globalAssetId, f } public static RegisterJob registerJobWithUrl(final String callbackUrl) { - final RegisterJob registerJob = registerJob("urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", 100, List.of(), + final RegisterJob registerJob = registerJob("urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", 100, List.of(), false, false, Direction.DOWNWARD); registerJob.setCallbackUrl(callbackUrl); return registerJob; @@ -106,12 +106,12 @@ public static RegisterJob registerJobWithUrl(final String callbackUrl) { public static RegisterJob registerJobWithDepthAndAspectAndCollectAspects(final Integer depth, final List aspectTypes) { - return registerJob("urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", depth, aspectTypes, true, false, + return registerJob("urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", depth, aspectTypes, true, false, Direction.DOWNWARD); } public static RegisterJob registerJobWithLookupBPNs() { - return registerJob("urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", null, + return registerJob("urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", null, List.of(singleLevelBomAsBuiltAspectName), false, true, Direction.DOWNWARD); } diff --git a/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-1.json b/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-1.json index 167a940ce7..c09a93ce25 100644 --- a/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-1.json +++ b/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-1.json @@ -4,8 +4,8 @@ { "catenaXId": "urn:uuid:7e4541ea-bb0f-464c-8cb3-021abccbfaf5", "quantity": { - "quantityNumber": 0.2014, - "measurementUnit": "unit:kilogram" + "value": 0.2014, + "unit": "unit:kilogram" }, "hasAlternatives": true, "businessPartner": "BPNL00000000TEST", diff --git a/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-2.json b/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-2.json index 594e51a4f2..9889be9e15 100644 --- a/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-2.json +++ b/irs-api/src/test/resources/__files/integrationtesting/singleLevelBomAsBuilt-2.json @@ -4,7 +4,7 @@ { "catenaXId": "urn:uuid:a314ad6b-77ea-417e-ae2d-193b3e249e99", "quantity": { - "quantityNumber": 0.2014, + "quantityNumber": 0.4014, "measurementUnit": "unit:kilogram" }, "hasAlternatives": true, diff --git a/irs-api/src/test/resources/__files/semantichub/all-models-page-IT.json b/irs-api/src/test/resources/__files/semantichub/all-models-page-IT.json index 482990f61a..de80a4d7ec 100644 --- a/irs-api/src/test/resources/__files/semantichub/all-models-page-IT.json +++ b/irs-api/src/test/resources/__files/semantichub/all-models-page-IT.json @@ -1,12 +1,5 @@ { "items": [ - { - "urn": "urn:bamm:io.catenax.asset_tracker_links:1.0.0#AssetTrackerLinks", - "version": "1.0.0", - "name": "AssetTrackerLinks", - "type": "BAMM", - "status": "RELEASED" - }, { "urn": "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass", "version": "3.0.1", @@ -14,13 +7,6 @@ "type": "BAMM", "status": "RELEASED" }, - { - "urn": "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription", - "version": "1.0.1", - "name": "ProductDescription", - "type": "BAMM", - "status": "RELEASED" - }, { "urn": "urn:bamm:io.catenax.bom_as_specified:1.0.0#BomAsSpecified", "version": "1.0.0", @@ -91,20 +77,6 @@ "type": "BAMM", "status": "RELEASED" }, - { - "urn": "urn:bamm:io.catenax.iot_sensor_data:1.0.0#IotSensorData", - "version": "1.0.0", - "name": "IotSensorData", - "type": "BAMM", - "status": "RELEASED" - }, - { - "urn": "urn:bamm:io.catenax.iot_sensor_device_definition:1.0.0#IotSensorDeviceDefinition", - "version": "1.0.0", - "name": "IotSensorDeviceDefinition", - "type": "BAMM", - "status": "RELEASED" - }, { "urn": "urn:bamm:io.catenax.manufactured_parts_quality_information:1.0.0#ManufacturedPartsQualityInformation", "version": "1.0.0", @@ -112,13 +84,6 @@ "type": "BAMM", "status": "RELEASED" }, - { - "urn": "urn:bamm:io.catenax.manufacturing_capability:1.0.0#ManufacturingCapability", - "version": "1.0.0", - "name": "ManufacturingCapability", - "type": "BAMM", - "status": "RELEASED" - }, { "urn": "urn:bamm:io.catenax.market_place_offer:1.2.0#MarketplaceOffer", "version": "1.2.0", @@ -252,13 +217,6 @@ "type": "BAMM", "status": "RELEASED" }, - { - "urn": "urn:bamm:io.catenax.sealant.sealant_pass:1.0.0#SealantPass", - "version": "1.0.0", - "name": "SealantPass", - "type": "BAMM", - "status": "RELEASED" - }, { "urn": "urn:bamm:io.catenax.shared.address_characteristic:1.0.1#AddressAspect", "version": "1.0.1", @@ -322,20 +280,6 @@ "type": "BAMM", "status": "RELEASED" }, - { - "urn": "urn:bamm:io.catenax.time_series_reference:1.0.0#TimeSeriesReference", - "version": "1.0.0", - "name": "TimeSeriesReference", - "type": "BAMM", - "status": "RELEASED" - }, - { - "urn": "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode", - "version": "1.0.0", - "name": "TractionBatteryCode", - "type": "BAMM", - "status": "RELEASED" - }, { "urn": "urn:bamm:io.catenax.user_estimated_loading:1.0.0#UserEstimatedLoading", "version": "1.0.0", @@ -378,6 +322,48 @@ "type": "BAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.asset_tracker_links:2.0.0#AssetTrackerLinks", + "version": "2.0.0", + "name": "AssetTrackerLinks", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.batch:2.0.1#Batch", + "version": "2.0.1", + "name": "Batch", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.batch:3.0.0#Batch", + "version": "3.0.0", + "name": "Batch", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.demand_and_capacity_notification:1.0.0#DemandAndCapacityNotification", + "version": "1.0.0", + "name": "DemandAndCapacityNotification", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.demand_and_capacity_notification:2.0.0#DemandAndCapacityNotification", + "version": "2.0.0", + "name": "DemandAndCapacityNotification", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.early_warning_notification:1.0.0#EarlyWarningNotification", + "version": "1.0.0", + "name": "EarlyWarningNotification", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.essincident:2.0.0#EssIncident", "version": "2.0.0", @@ -385,6 +371,13 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.failure_pattern:1.0.0#FailurePattern", + "version": "1.0.0", + "name": "FailurePattern", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.fleet.vehicles:1.0.0#Vehicles", "version": "1.0.0", @@ -392,6 +385,13 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.fleet.vehicles:2.1.0#Vehicles", + "version": "2.1.0", + "name": "Vehicles", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.id_based_comment:1.0.0#IdBasedComment", "version": "1.0.0", @@ -414,9 +414,30 @@ "status": "RELEASED" }, { - "urn": "urn:samm:io.catenax.manufacturing_capability:2.0.0#ManufacturingCapability", - "version": "2.0.0", - "name": "ManufacturingCapability", + "urn": "urn:samm:io.catenax.id_based_request_for_update:3.0.0#IdBasedRequestForUpdate", + "version": "3.0.0", + "name": "IdBasedRequestForUpdate", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart", + "version": "3.0.0", + "name": "JustInSequencePart", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling", + "version": "1.0.0", + "name": "MandatoryDismantling", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.manufactured_parts_quality_information:2.1.0#ManufacturedPartsQualityInformation", + "version": "2.1.0", + "name": "ManufacturedPartsQualityInformation", "type": "SAMM", "status": "RELEASED" }, @@ -427,6 +448,20 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.packing_list:1.0.0#PackingList", + "version": "1.0.0", + "name": "PackingList", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.part_type_information:1.0.0#PartTypeInformation", + "version": "1.0.0", + "name": "PartTypeInformation", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.parts_analyses:2.0.0#PartsAnalyses", "version": "2.0.0", @@ -441,6 +476,48 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.planned_production_output:2.0.0#PlannedProductionOutput", + "version": "2.0.0", + "name": "PlannedProductionOutput", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.quality_task_attachment:2.0.0#QualityTaskAttachment", + "version": "2.0.0", + "name": "QualityTaskAttachment", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.refurbishing_certificate:3.0.0#RefurbishingCertificate", + "version": "3.0.0", + "name": "RefurbishingCertificate", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.remanufacturing_certificate:3.0.0#RemanufacturingCertificate", + "version": "3.0.0", + "name": "RemanufacturingCertificate", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.repair_certificate:1.0.0#RepairCertificate", + "version": "1.0.0", + "name": "RepairCertificate", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.reuse_certificate:3.0.0#ReuseCertificate", + "version": "3.0.0", + "name": "ReuseCertificate", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.secondary_material_content:1.0.0#SecondaryMaterialContent", "version": "1.0.0", @@ -448,6 +525,13 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.serial_part:3.0.0#SerialPart", + "version": "3.0.0", + "name": "SerialPart", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.shared.address_characteristic:3.0.0#AddressAspect", "version": "3.0.0", @@ -455,6 +539,13 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.shared.address_characteristic:4.0.0#AddressAspect", + "version": "4.0.0", + "name": "AddressAspect", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.shared.business_partner_number:1.0.0#BusinessPartnerNumber", "version": "1.0.0", @@ -462,6 +553,13 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.shared.business_partner_number:2.0.0#BusinessPartnerNumber", + "version": "2.0.0", + "name": "BusinessPartnerNumber", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.shared.contact_information:3.0.0#ContactInformation", "version": "3.0.0", @@ -469,6 +567,34 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.shared.contact_information:4.0.0#ContactInformation", + "version": "4.0.0", + "name": "ContactInformation", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.shared.message_header:2.0.0#MessageHeaderAspect", + "version": "2.0.0", + "name": "MessageHeaderAspect", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.shared.message_header:3.0.0#MessageHeaderAspect", + "version": "3.0.0", + "name": "MessageHeaderAspect", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.shared.part_classification:1.0.0#PartClassification", + "version": "1.0.0", + "name": "PartClassification", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.shared.part_site_information_as_built:1.0.0#PartSiteInformationAsBuilt", "version": "1.0.0", @@ -476,6 +602,20 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.shared.part_site_information_as_built:2.0.0#PartSiteInformationAsBuilt", + "version": "2.0.0", + "name": "PartSiteInformationAsBuilt", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.shared.physical_dimension:3.0.0#PhysicalDimensions", + "version": "3.0.0", + "name": "PhysicalDimensions", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.shared.quantity:1.0.0#Quantity", "version": "1.0.0", @@ -483,6 +623,13 @@ "type": "SAMM", "status": "RELEASED" }, + { + "urn": "urn:samm:io.catenax.shared.quantity:2.0.0#Quantity", + "version": "2.0.0", + "name": "Quantity", + "type": "SAMM", + "status": "RELEASED" + }, { "urn": "urn:samm:io.catenax.shared.recycling_strategy_certificate:2.0.0#RecyclingStrategyCertificate", "version": "2.0.0", @@ -491,23 +638,30 @@ "status": "RELEASED" }, { - "urn": "urn:samm:io.catenax.shared.secondary_material_content:1.0.0#SecondaryMaterialContent", - "version": "1.0.0", - "name": "SecondaryMaterialContent", + "urn": "urn:samm:io.catenax.shared.recycling_strategy_certificate:3.0.0#RecyclingStrategyCertificate", + "version": "3.0.0", + "name": "RecyclingStrategyCertificate", "type": "SAMM", "status": "RELEASED" }, { - "urn": "urn:samm:io.catenax.shared.shopfloor_information_types:1.0.0#ShopfloorInformationTypes", - "version": "1.0.0", + "urn": "urn:samm:io.catenax.shared.shopfloor_information_types:2.0.0#ShopfloorInformationTypes", + "version": "2.0.0", "name": "ShopfloorInformationTypes", "type": "SAMM", "status": "RELEASED" }, { - "urn": "urn:samm:io.catenax.shared.uuid:1.0.0#Uuid", - "version": "1.0.0", - "name": "Uuid", + "urn": "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt", + "version": "3.0.0", + "name": "SingleLevelBomAsBuilt", + "type": "SAMM", + "status": "RELEASED" + }, + { + "urn": "urn:samm:io.catenax.single_level_bom_as_planned:3.0.0#SingleLevelBomAsPlanned", + "version": "3.0.0", + "name": "SingleLevelBomAsPlanned", "type": "SAMM", "status": "RELEASED" }, @@ -519,43 +673,29 @@ "status": "RELEASED" }, { - "urn": "urn:samm:io.catenax.vehicle.product_description:3.0.0#ProductDescription", + "urn": "urn:samm:io.catenax.single_level_usage_as_built:3.0.0#SingleLevelUsageAsBuilt", "version": "3.0.0", - "name": "ProductDescription", + "name": "SingleLevelUsageAsBuilt", "type": "SAMM", "status": "RELEASED" }, { - "urn": "urn:bamm:io.catenax.single_level_bom_as_built:1.0.0#SingleLevelBomAsBuilt", - "version": "1.0.0", - "name": "SingleLevelBomAsBuilt", - "type": "BAMM", - "status": "DEPRECATED" - }, - { - "urn": "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt", + "urn": "urn:samm:io.catenax.single_level_usage_as_planned:2.0.0#SingleLevelUsageAsPlanned", "version": "2.0.0", - "name": "SingleLevelBomAsBuilt", - "type": "BAMM", + "name": "SingleLevelUsageAsPlanned", + "type": "SAMM", "status": "RELEASED" }, { - "urn": "urn:samm:io.catenax.batch:2.0.0#Batch", + "urn": "urn:samm:io.catenax.traction_battery_code:2.0.0#TractionBatteryCode", "version": "2.0.0", - "name": "Batch", + "name": "TractionBatteryCode", "type": "SAMM", - "status": "DEPRECATED" - }, - { - "urn": "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart", - "version": "1.0.1", - "name": "SerialPart", - "type": "BAMM", - "status": "DEPRECATED" + "status": "RELEASED" } ], - "totalItems": 78, + "totalItems": 99, "currentPage": 0, "totalPages": 1, - "itemCount": 78 + "itemCount": 99 } \ No newline at end of file diff --git a/irs-api/src/test/resources/__files/semantichub/batch-2.0.0-schema.json b/irs-api/src/test/resources/__files/semantichub/batch-2.0.0-schema.json deleted file mode 100644 index 4ff694cd76..0000000000 --- a/irs-api/src/test/resources/__files/semantichub/batch-2.0.0-schema.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema", - "description": "A batch is a quantity of (semi-) finished products or (raw) material product that have been produced under the same circumstances (e.g. same production location), as specified groups or amounts, within a certain time frame. Every batch can differ in the number or amount of products. Different batches can have varied specifications, e.g., different colors. A batch is identified via a Batch ID.", - "type": "object", - "components": { - "schemas": { - "urn_samm_io.catenax.batch_2.0.0_CatenaXIdTrait": { - "type": "string", - "description": "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI.", - "pattern": "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" - }, - "urn_samm_io.catenax.batch_2.0.0_KeyTrait": { - "type": "string", - "description": "Constraint that ensures that the predefined keys are used.", - "pattern": "^(manufacturerId|batchId)$" - }, - "urn_samm_io.catenax.batch_2.0.0_ValueCharacteristic": { - "type": "string", - "description": "The value of an identifier." - }, - "urn_samm_io.catenax.batch_2.0.0_KeyValueList": { - "description": "A list of key value pairs for local identifiers, which are composed of a key and a corresponding value.", - "type": "object", - "properties": { - "key": { - "description": "The key of a local identifier.", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_KeyTrait" - }, - "value": { - "description": "The value of an identifier.", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_ValueCharacteristic" - } - }, - "required": [ - "key", - "value" - ] - }, - "urn_samm_io.catenax.batch_2.0.0_LocalIdentifierCharacteristic": { - "description": "A batch may have multiple attributes, which uniquely identify that batch in a specific dataspace (e.g. the manufacturer`s dataspace)", - "type": "array", - "items": { - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_KeyValueList" - }, - "uniqueItems": true - }, - "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp": { - "type": "string", - "pattern": "-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\.[0-9]+)?|(24:00:00(\\.0+)?))(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?", - "description": "Describes a Property which contains the date and time with an optional timezone." - }, - "urn_samm_io.catenax.batch_2.0.0_ProductionCountryCodeTrait": { - "type": "string", - "description": "Regular Expression that ensures a three-letter code", - "pattern": "^[A-Z]{3}$" - }, - "urn_samm_io.catenax.batch_2.0.0_ManufacturingCharacteristic": { - "description": "Characteristic to describe manufacturing related data", - "type": "object", - "properties": { - "date": { - "description": "Timestamp of the manufacturing date as the final step in production process (e.g. final quality check, ready-for-shipment event)", - "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp" - }, - "country": { - "description": "Country code where the part was manufactured", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_ProductionCountryCodeTrait" - } - }, - "required": [ - "date" - ] - }, - "urn_samm_io.catenax.batch_2.0.0_PartIdCharacteristic": { - "type": "string", - "description": "The part ID is a multi-character string, ususally assigned by an ERP system" - }, - "urn_samm_io.catenax.batch_2.0.0_PartNameCharacteristic": { - "type": "string", - "description": "Part Name in string format from the respective system in the value chain" - }, - "urn_samm_io.catenax.batch_2.0.0_ClassificationCharacteristic": { - "type": "string", - "description": "A part type must be placed into one of the following classes: 'component', 'product', 'software', 'assembly', 'tool', or 'raw material'.", - "enum": [ - "product", - "raw material", - "software", - "assembly", - "tool", - "component" - ] - }, - "urn_samm_io.catenax.batch_2.0.0_PartTypeInformationCharacteristic": { - "description": "The characteristics of the part type", - "type": "object", - "properties": { - "manufacturerPartId": { - "description": "Part ID as assigned by the manufacturer of the part. The Part ID identifies the part (as designed) in the manufacturer`s dataspace. The Part ID does not reference a specific instance of a part and thus should not be confused with the serial number or batch number.", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_PartIdCharacteristic" - }, - "nameAtManufacturer": { - "description": "Name of the part as assigned by the manufacturer", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_PartNameCharacteristic" - }, - "classification": { - "description": "The classification of the part type according to STEP standard definition", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_ClassificationCharacteristic" - } - }, - "required": [ - "manufacturerPartId", - "nameAtManufacturer", - "classification" - ] - } - } - }, - "properties": { - "catenaXId": { - "description": "The fully anonymous Catena-X ID of the batch, valid for the Catena-X dataspace.", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_CatenaXIdTrait" - }, - "localIdentifiers": { - "description": "A local identifier enables identification of a part in a specific dataspace, but is not unique in Catena-X dataspace. Multiple local identifiers may exist.", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_LocalIdentifierCharacteristic" - }, - "manufacturingInformation": { - "description": "Information from manufacturing process, such as manufacturing date and manufacturing country", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_ManufacturingCharacteristic" - }, - "partTypeInformation": { - "description": "The part type of which the batch has been instantiated of.", - "$ref": "#/components/schemas/urn_samm_io.catenax.batch_2.0.0_PartTypeInformationCharacteristic" - } - }, - "required": [ - "catenaXId", - "localIdentifiers", - "manufacturingInformation", - "partTypeInformation" - ] -} \ No newline at end of file diff --git a/irs-api/src/test/resources/__files/semantichub/batch-3.0.0-schema.json b/irs-api/src/test/resources/__files/semantichub/batch-3.0.0-schema.json new file mode 100644 index 0000000000..bc821b0413 --- /dev/null +++ b/irs-api/src/test/resources/__files/semantichub/batch-3.0.0-schema.json @@ -0,0 +1,216 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema", + "description": "A batch is a quantity of(semi-)finished products or(raw)material product that have been produced under the same circumstances(e.g. same production location), as specified groups or amounts, within a certain time frame. Every batch can differ in the number or amount of products. Different batches can have varied specifications, e.g., different colors. A batch is identified via a Batch ID.", + "type": "object", + "components": { + "schemas": { + "urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait": { + "type": "string", + "description": "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI.", + "pattern": "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" + }, + "urn_samm_io.catenax.batch_3.0.0_KeyTrait": { + "type": "string", + "description": "Constraint that ensures that the predefined keys are used.", + "pattern": "^(manufacturerId|batchId|customKey:\\w+)$" + }, + "urn_samm_io.catenax.batch_3.0.0_ValueCharacteristic": { + "type": "string", + "description": "The value of an identifier." + }, + "urn_samm_io.catenax.batch_3.0.0_KeyValueList": { + "description": "A list of key value pairs for local identifiers, which are composed of a key and a corresponding value.", + "type": "object", + "properties": { + "key": { + "description": "The key of a local identifier.", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_KeyTrait" + }, + "value": { + "description": "The value of an identifier.", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_ValueCharacteristic" + } + }, + "required": [ + "key", + "value" + ] + }, + "urn_samm_io.catenax.batch_3.0.0_LocalIdentifierCharacteristic": { + "description": "A batch may have multiple attributes, which uniquely identify that batch in a specific dataspace(e.g. the manufacturer`s dataspace)", + "type": "array", + "items": { + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_KeyValueList" + }, + "uniqueItems": true + }, + "urn_samm_io.catenax.batch_3.0.0_DateTrait": { + "type": "string", + "description": "Regular Expression to enable UTC and Timezone formats and the possibility to exclude time information.", + "pattern": "^(?:[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(?:[.][0-9]+)?Z|[0-9]{4}-[0-9]{2}-[0-9]{2}(?:T[0-9]{2}:[0-9]{2}:[0-9]{2}(?:[.][0-9]+)?(?:Z|[+-][0-9]{2}:[0-9]{2}))?)$" + }, + "urn_samm_io.catenax.batch_3.0.0_ProductionCountryCodeTrait": { + "type": "string", + "description": "Regular Expression that ensures a three-letter code", + "pattern": "^[A-Z]{3}$" + }, + "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnsTrait": { + "type": "string", + "description": "The provided regular expression ensures that the BPNS is composed of prefix 'BPNS', 10 digits and two alphanumeric letters.", + "pattern": "^BPNS[a-zA-Z0-9]{12}$" + }, + "urn_samm_io.catenax.shared.part_site_information_as_built_2.0.0_FunctionCharacteristic": { + "type": "string", + "description": "Describes the characteristics of the function for a site related to the respective part.", + "enum": [ + "production", + "warehouse", + "spare part warehouse" + ] + }, + "urn_samm_io.catenax.shared.part_site_information_as_built_2.0.0_SitesEntity": { + "description": "Describes the ID and function of a site for the associated part in the AsBuilt context(e.g. SerialPart, Batch, jIS).", + "type": "object", + "properties": { + "catenaXsiteId": { + "description": "The identifier of the site according to Catena-X BPDM. The catenaXsiteId must be a valid Catena-X BPN. The BPN is a unique, unchangeable identifier for Business Partners / company locations from foundation to closure, regardless of the different business relationships / structures between or within the Business Partners or company locations.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnsTrait" + }, + "function": { + "description": "The function of the site in relation to the part(i.e. the activity within the value chain of the part that is performed at the site)", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_site_information_as_built_2.0.0_FunctionCharacteristic" + } + }, + "required": [ + "catenaXsiteId", + "function" + ] + }, + "urn_samm_io.catenax.shared.part_site_information_as_built_2.0.0_SitesCharacteristic": { + "description": "Sites Characteristic", + "type": "array", + "items": { + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_site_information_as_built_2.0.0_SitesEntity" + }, + "uniqueItems": true + }, + "urn_samm_io.catenax.batch_3.0.0_ManufacturingCharacteristic": { + "description": "Characteristic to describe manufacturing related data", + "type": "object", + "properties": { + "date": { + "description": "Timestamp of the manufacturing date as the final step in production process(e.g. final quality check, ready-for-shipment event)", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_DateTrait" + }, + "country": { + "description": "Country code where the part was manufactured", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_ProductionCountryCodeTrait" + }, + "sites": { + "description": "A site is a delimited geographical area where a legal entity does business(geographical address with geo coordinates).A site always has a primary physical address. It is possible that further physical addresses are specified for the site. P.O. box details are only possible in addition to the physical address. A site has a 1:n relation to addresses, means at least 1 address is necessary and multiple addresses are possible.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_site_information_as_built_2.0.0_SitesCharacteristic" + } + }, + "required": [ + "date" + ] + }, + "urn_samm_io.catenax.batch_3.0.0_PartIdCharacteristic": { + "type": "string", + "description": "The part ID is a multi-character string, usually assigned by an ERP system" + }, + "urn_samm_io.catenax.batch_3.0.0_PartNameCharacteristic": { + "type": "string", + "description": "Part Name in string format from the respective system in the value chain" + }, + "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationStandardCharacteristic": { + "type": "string", + "description": "Identified classification standards that align to the Catena-X needs." + }, + "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationIDCharacteristic": { + "type": "string", + "description": "It can be numeric or a string, depending on the chosen classification standard." + }, + "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text": { + "type": "string", + "description": "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc." + }, + "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationEntity": { + "description": "Encapsulates data related to the classification of the part.", + "type": "object", + "properties": { + "classificationStandard": { + "description": "Identified classification standards that align to the Catena-X needs.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationStandardCharacteristic" + }, + "classificationID": { + "description": "The classification ID of the part type according to the corresponding standard definition mentioned in the key value pair.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationIDCharacteristic" + }, + "classificationDescription": { + "description": "Optional property describing the classification standard.", + "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + } + }, + "required": [ + "classificationStandard", + "classificationID" + ] + }, + "urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationCharacteristic": { + "description": "Classification characteristic enabling a set of further properties.", + "type": "array", + "items": { + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationEntity" + }, + "uniqueItems": true + }, + "urn_samm_io.catenax.batch_3.0.0_PartTypeInformationCharacteristic": { + "description": "The characteristics of the part type", + "type": "object", + "properties": { + "manufacturerPartId": { + "description": "Part ID as assigned by the manufacturer of the part. The Part ID identifies the part(as designed)in the manufacturer`s dataspace. The Part ID does not reference a specific instance of a part and thus should not be confused with the serial number or batch number.", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_PartIdCharacteristic" + }, + "nameAtManufacturer": { + "description": "Name of the part as assigned by the manufacturer", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_PartNameCharacteristic" + }, + "partClassification": { + "description": "Property describing the classification of a part.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.part_classification_1.0.0_ClassificationCharacteristic" + } + }, + "required": [ + "manufacturerPartId", + "nameAtManufacturer" + ] + } + } + }, + "properties": { + "catenaXId": { + "description": "The fully anonymous Catena-X ID of the batch, valid for the Catena-X dataspace.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait" + }, + "localIdentifiers": { + "description": "A local identifier enables identification of a part in a specific dataspace, but is not unique in Catena-X dataspace. Multiple local identifiers may exist.", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_LocalIdentifierCharacteristic" + }, + "manufacturingInformation": { + "description": "Information from manufacturing process, such as manufacturing date and manufacturing country", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_ManufacturingCharacteristic" + }, + "partTypeInformation": { + "description": "The part type of which the batch has been instantiated of.", + "$ref": "#/components/schemas/urn_samm_io.catenax.batch_3.0.0_PartTypeInformationCharacteristic" + } + }, + "required": [ + "catenaXId", + "localIdentifiers", + "manufacturingInformation", + "partTypeInformation" + ] +} \ No newline at end of file diff --git a/irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-2.0.0-schema.json b/irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-2.0.0-schema.json deleted file mode 100644 index 70fbf22bb0..0000000000 --- a/irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-2.0.0-schema.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "$schema" : "http://json-schema.org/draft-04/schema", - "description" : "The single-level bill of material represents one sub-level of an assembly and does not include any lower-level subassemblies. The as-built lifecycle references all child items as manufactured by the manufacturer referencing only child items in an as-built lifecycle themselves (e.g. serial parts or batches), unless parts can only be tracked by an part ID (on a type level).\n\nIf it is unclear which item has been built-in into the parent item, all potential parts must be listed. This is the case when, e.g. the same item is supplied by two suppliers and the item is only tracked by a customer part ID during assembly, these items can not be differentiated from each other.\n", - "type" : "object", - "components" : { - "schemas" : { - "urn_samm_io.catenax.single_level_bom_as_built_2.0.0_CatenaXIdTraitCharacteristic" : { - "type" : "string", - "description" : "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI.", - "pattern" : "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" - }, - "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp" : { - "type" : "string", - "pattern" : "-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\.[0-9]+)?|(24:00:00(\\.0+)?))(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?", - "description" : "Describes a Property which contains the date and time with an optional timezone." - }, - "urn_samm_io.catenax.single_level_bom_as_built_2.0.0_NumberOfObjects" : { - "type" : "number", - "description" : "Quantifiable number of objects in reference to the measurementUnit" - }, - "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_UnitReference" : { - "type" : "string", - "pattern" : "[a-zA-Z]*:[a-zA-Z]+", - "description" : "Describes a Property containing a reference to one of the units in the Unit Catalog." - }, - "urn_samm_io.catenax.single_level_bom_as_built_2.0.0_QuantityCharacteristic" : { - "description" : "Describes the quantity in which the child item is assembled in the given parent item by providing a quantity value and the measurement unit in which the quantity is measured.", - "type" : "object", - "properties" : { - "quantityNumber" : { - "description" : "The number of objects related to the measurement unit", - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_NumberOfObjects" - }, - "measurementUnit" : { - "description" : "Unit of Measurement for the quantity of serialized objects", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_UnitReference" - } - }, - "required" : [ "quantityNumber", "measurementUnit" ] - }, - "urn_samm_io.catenax.single_level_bom_as_built_2.0.0_BpnTrait" : { - "type" : "string", - "description" : "Business Partner Number Regular Expression allowing only BPNL which stands for a legal entity.", - "pattern" : "^(BPNL)([0-9]{8})([a-zA-Z0-9]{4})$" - }, - "urn_samm_io.catenax.single_level_bom_as_built_2.0.0_HasAlternativesCharacteristic" : { - "type" : "boolean", - "description" : "Describes the value whether the child data has alternatives." - }, - "urn_samm_io.catenax.single_level_bom_as_built_2.0.0_ChildData" : { - "description" : "Catena-X ID and meta data of the assembled child item.", - "type" : "object", - "properties" : { - "createdOn" : { - "description" : "Timestamp when the relation between the parent item and the child item was created, e.g. when the serialized child part was assembled into the given part.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp" - }, - "quantity" : { - "description" : "Quantity of which the child item is assembled into the parent item. In general it is '1' for serialized parts.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_QuantityCharacteristic" - }, - "lastModifiedOn" : { - "description" : "Timestamp when the assembly relationship between parent item and child item was last modified.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Timestamp" - }, - "catenaXId" : { - "description" : "The Catena-X ID of the given part (e.g. the assembly), valid for the Catena-X dataspace.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_CatenaXIdTraitCharacteristic" - }, - "businessPartner" : { - "description" : "The supplier of the given child item.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_BpnTrait" - }, - "hasAlternatives" : { - "description" : "Expresses wether the part is built-in or wether it is one of several options. If the value is false, it can be assumend this exact item is built-in. If the value is true, it is unknown wether this or an alternative item is built-in.\nThis is the case when, e.g. the same item is supplied by two suppliers, the item is only tracked by a customer part ID during assembly. Thus, these items can not be differentiated from each other.\n\n", - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_HasAlternativesCharacteristic" - } - }, - "required" : [ "createdOn", "quantity", "catenaXId", "businessPartner", "hasAlternatives" ] - }, - "urn_samm_io.catenax.single_level_bom_as_built_2.0.0_SetOfChildItemsCharacteristic" : { - "description" : "Set of child items the parent item is assembled by (one structural level down).", - "type" : "array", - "items" : { - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_ChildData" - }, - "uniqueItems" : true - } - } - }, - "properties" : { - "catenaXId" : { - "description" : "The Catena-X ID of the given part (e.g. the assembly), valid for the Catena-X dataspace.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_CatenaXIdTraitCharacteristic" - }, - "childItems" : { - "description" : "Set of child items, of which the given parent item is assembled by (one structural level down).", - "$ref" : "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_2.0.0_SetOfChildItemsCharacteristic" - } - }, - "required" : [ "catenaXId", "childItems" ] -} \ No newline at end of file diff --git a/irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-3.0.0-schema.json b/irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-3.0.0-schema.json new file mode 100644 index 0000000000..6e716a2398 --- /dev/null +++ b/irs-api/src/test/resources/__files/semantichub/singleLevelBomAsBuilt-3.0.0-schema.json @@ -0,0 +1,151 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema", + "description": "The single-level bill of material represents one sub-level of an assembly and does not include any lower-level subassemblies. The as-built lifecycle references all child items as manufactured by the manufacturer referencing only child items in an as-built lifecycle themselves (e.g. serial parts or batches), unless parts can only be tracked by an part ID (on a type level).\n\nIf it is unclear which item has been built-in into the parent item, all potential parts must be listed. This is the case when, e.g. the same item is supplied by two suppliers and the item is only tracked by a customer part ID during assembly, these items can not be differentiated from each other.\n", + "type": "object", + "components": { + "schemas": { + "urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait": { + "type": "string", + "description": "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI.", + "pattern": "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" + }, + "urn_samm_io.catenax.single_level_bom_as_built_3.0.0_DateTimeTrait": { + "type": "string", + "description": "Regular Expression to enable UTC and Timezone formats and the possibility to exclude time information.", + "pattern": "^-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])(T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\\.[0-9]+)?|(24:00:00(\\.0+)?))(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))?)?$" + }, + "urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic": { + "type": "number", + "description": "The quantity value associated with the unit expressed as float." + }, + "urn_samm_io.catenax.shared.quantity_2.0.0_ItemUnitEnumeration": { + "type": "string", + "pattern": "[a-zA-Z]*:[a-zA-Z]+", + "description": "Enumeration for common item units.", + "enum": [ + "unit:piece", + "unit:set", + "unit:pair", + "unit:page", + "unit:cycle", + "unit:kilowattHour", + "unit:gram", + "unit:kilogram", + "unit:tonneMetricTon", + "unit:tonUsOrShortTonUkorus", + "unit:ounceAvoirdupois", + "unit:pound", + "unit:metre", + "unit:centimetre", + "unit:kilometre", + "unit:inch", + "unit:foot", + "unit:yard", + "unit:squareCentimetre", + "unit:squareMetre", + "unit:squareInch", + "unit:squareFoot", + "unit:squareYard", + "unit:cubicCentimetre", + "unit:cubicMetre", + "unit:cubicInch", + "unit:cubicFoot", + "unit:cubicYard", + "unit:litre", + "unit:millilitre", + "unit:hectolitre", + "unit:secondUnitOfTime", + "unit:minuteUnitOfTime", + "unit:hourUnitOfTime", + "unit:day" + ] + }, + "urn_samm_io.catenax.shared.quantity_2.0.0_ItemQuantityCharacteristic": { + "description": "Characteristic for measurements of an item (mass, count, linear, area, volume, misc).", + "type": "object", + "properties": { + "value": { + "description": "The quantity value associated with the unit.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_QuantityValueCharacteristic" + }, + "unit": { + "description": "The unit of an item. Common units may be related to mass, count, linear, area, volume or misc.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_ItemUnitEnumeration" + } + }, + "required": [ + "value", + "unit" + ] + }, + "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait": { + "type": "string", + "description": "The provided regular expression ensures that the BPNL is composed of prefix 'BPNL', 10 digits and two alphanumeric letters.", + "pattern": "^BPNL[a-zA-Z0-9]{12}$" + }, + "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean": { + "type": "boolean", + "description": "Represents a boolean value (i.e. a \"flag\")." + }, + "urn_samm_io.catenax.single_level_bom_as_built_3.0.0_ChildData": { + "description": "Catena-X ID and meta data of the assembled child item.", + "type": "object", + "properties": { + "createdOn": { + "description": "Timestamp when the relation between the parent item and the child item was created, e.g. when the serialized child part was assembled into the given part.", + "$ref": "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_3.0.0_DateTimeTrait" + }, + "quantity": { + "description": "Quantity of which the child item is assembled into the parent item. In general it is '1' for serialized parts.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.quantity_2.0.0_ItemQuantityCharacteristic" + }, + "lastModifiedOn": { + "description": "Timestamp when the assembly relationship between parent item and child item was last modified.", + "$ref": "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_3.0.0_DateTimeTrait" + }, + "businessPartner": { + "description": "The supplier of the given child item.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait" + }, + "hasAlternatives": { + "description": "Expresses whether the part is built-in or wether it is one of several options. If the value is false, it can be assumed this exact item is built-in. If the value is true, it is unknown wether this or an alternative item is built-in.\nThis is the case when, e.g. the same item is supplied by two suppliers, the item is only tracked by a customer part ID during assembly. Thus, these items can not be differentiated from each other.\n\n", + "$ref": "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "catenaXId": { + "description": "The Catena-X ID of the given part (e.g. the component), valid for the Catena-X dataspace.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait" + } + }, + "required": [ + "createdOn", + "quantity", + "businessPartner", + "hasAlternatives", + "catenaXId" + ] + }, + "urn_samm_io.catenax.single_level_bom_as_built_3.0.0_SetOfChildItemsCharacteristic": { + "description": "Set of child items the parent item was assembled by (one structural level down).", + "type": "array", + "items": { + "$ref": "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_3.0.0_ChildData" + }, + "uniqueItems": true + } + } + }, + "properties": { + "catenaXId": { + "description": "The Catena-X ID of the given part (e.g. the component), valid for the Catena-X dataspace.", + "$ref": "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait" + }, + "childItems": { + "description": "Set of child items, of which the given parent item was assembled by (one structural level down).", + "$ref": "#/components/schemas/urn_samm_io.catenax.single_level_bom_as_built_3.0.0_SetOfChildItemsCharacteristic" + } + }, + "required": [ + "catenaXId", + "childItems" + ] +} \ No newline at end of file diff --git a/irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/SingleLevelBomAsBuilt.java b/irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/SingleLevelBomAsBuilt.java index a77229463f..ff0f2c07b4 100644 --- a/irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/SingleLevelBomAsBuilt.java +++ b/irs-edc-client/src/main/java/org/eclipse/tractusx/irs/edc/client/SingleLevelBomAsBuilt.java @@ -30,6 +30,7 @@ import java.util.Optional; import java.util.Set; +import com.fasterxml.jackson.annotation.JsonAlias; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @@ -122,7 +123,9 @@ private boolean thereIsQuantity() { @Jacksonized /* package */ static class Quantity { + @JsonAlias({ "quantityNumber", "value" }) private Double quantityNumber; + @JsonAlias({ "measurementUnit", "unit" }) private Object measurementUnit; /** diff --git a/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/EdcSubmodelClientTest.java b/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/EdcSubmodelClientTest.java index f800bc7a5a..60e6295d4a 100644 --- a/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/EdcSubmodelClientTest.java +++ b/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/EdcSubmodelClientTest.java @@ -90,6 +90,7 @@ class EdcSubmodelClientTest extends LocalTestDataConfigurationAware { private static final String ASSET_ID = "d46b51ae-08b6-42d7-a30d-0f8d118c8e0d-ce85f148-e3cf-42fe-9381-d1f276333fc4"; private static final String PROVIDER_SUFFIX = "/test"; private static final String CONNECTOR_ENDPOINT = "https://connector.endpoint.com"; + private static final String existingCatenaXId = "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f"; private final ScheduledExecutorService scheduler = Executors.newSingleThreadScheduledExecutor(); private final TimeMachine clock = new TimeMachine(); @@ -196,7 +197,6 @@ void shouldReturnRelationshipsWhenRequestingWithCatenaXIdAndSingleLevelBomAsBuil // arrange when(config.getControlplane().getProviderSuffix()).thenReturn(PROVIDER_SUFFIX); - final String existingCatenaXId = "urn:uuid:b00df8b5-7826-4b87-b0f6-7c1e4cc7b444"; when(catalogFacade.fetchCatalogByFilter(any(), any(), any())).thenReturn( List.of(CatalogItem.builder().itemId(existingCatenaXId).build())); prepareTestdata(existingCatenaXId, "_singleLevelBomAsBuilt"); @@ -238,10 +238,9 @@ void shouldReturnRelationshipsWhenRequestingWithCatenaXIdAndSingleLevelBomAsSpec // arrange when(config.getControlplane().getProviderSuffix()).thenReturn(PROVIDER_SUFFIX); - final String catenaXId = "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc"; when(catalogFacade.fetchCatalogByFilter(any(), any(), any())).thenReturn( - List.of(CatalogItem.builder().itemId(catenaXId).build())); - prepareTestdata(catenaXId, "_singleLevelBomAsSpecified"); + List.of(CatalogItem.builder().itemId(existingCatenaXId).build())); + prepareTestdata(existingCatenaXId, "_singleLevelBomAsSpecified"); when(endpointDataReferenceCacheService.getEndpointDataReference(any())).thenReturn( new EndpointDataReferenceStatus(null, TokenStatus.REQUIRED_NEW)); @@ -251,7 +250,7 @@ void shouldReturnRelationshipsWhenRequestingWithCatenaXIdAndSingleLevelBomAsSpec .getPayload(); // assert - assertThat(submodelResponse).contains("urn:uuid:2afbac90-a662-4f16-9058-4f030e692631"); + assertThat(submodelResponse).contains("urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860"); } @Test @@ -281,10 +280,10 @@ void shouldReturnEmptyRelationshipsWhenRequestingWithNotExistingCatenaXIdAndSing // arrange when(config.getControlplane().getProviderSuffix()).thenReturn(PROVIDER_SUFFIX); - final String catenaXId = "urn:uuid:8a61c8db-561e-4db0-84ec-a693fc5ffdf6"; + final String notExistingCatenaXId = "urn:uuid:8a61c8db-561e-4db0-84ec-a693fc5ffdf6"; when(catalogFacade.fetchCatalogByFilter(any(), any(), any())).thenReturn( - List.of(CatalogItem.builder().itemId(catenaXId).build())); - prepareTestdata(catenaXId, "_singleLevelBomAsBuilt"); + List.of(CatalogItem.builder().itemId(notExistingCatenaXId).build())); + prepareTestdata(notExistingCatenaXId, "_singleLevelBomAsBuilt"); when(endpointDataReferenceCacheService.getEndpointDataReference(ASSET_ID)).thenReturn( new EndpointDataReferenceStatus(null, TokenStatus.REQUIRED_NEW)); @@ -302,7 +301,6 @@ void shouldReturnRawSerialPartWhenExisting() throws Exception { // arrange when(config.getControlplane().getProviderSuffix()).thenReturn(PROVIDER_SUFFIX); - final String existingCatenaXId = "urn:uuid:b00df8b5-7826-4b87-b0f6-7c1e4cc7b444"; when(catalogFacade.fetchCatalogByFilter("https://connector.endpoint.com" + PROVIDER_SUFFIX, "https://w3id.org/edc/v0.0.1/ns/id", ASSET_ID)).thenReturn(createCatalog(ASSET_ID, 3)); prepareTestdata(existingCatenaXId, "_serialPart"); @@ -317,7 +315,7 @@ void shouldReturnRawSerialPartWhenExisting() throws Exception { // assert assertThat(submodelResponse).startsWith( - "{\"localIdentifiers\":[{\"value\":\"BPNL00000003AVTH\",\"key\":\"manufacturerId\"}"); + "{\"localIdentifiers\":[{\"value\":\"BPNL00000003AYRE\",\"key\":\"manufacturerId\"}"); } @Test @@ -325,7 +323,6 @@ void shouldUseDecodedTargetId() throws Exception { // arrange when(config.getControlplane().getProviderSuffix()).thenReturn(PROVIDER_SUFFIX); - final String existingCatenaXId = "urn:uuid:b00df8b5-7826-4b87-b0f6-7c1e4cc7b444"; prepareTestdata(existingCatenaXId, "_serialPart"); final String target = URLEncoder.encode(ASSET_ID, StandardCharsets.UTF_8); when(catalogFacade.fetchCatalogByFilter("https://connector.endpoint.com" + PROVIDER_SUFFIX, @@ -341,7 +338,7 @@ void shouldUseDecodedTargetId() throws Exception { // assert assertThat(submodelResponse).startsWith( - "{\"localIdentifiers\":[{\"value\":\"BPNL00000003AVTH\",\"key\":\"manufacturerId\"}"); + "{\"localIdentifiers\":[{\"value\":\"BPNL00000003AYRE\",\"key\":\"manufacturerId\"}"); } @Test @@ -349,7 +346,7 @@ void shouldReturnSameRelationshipsForDifferentDirections() throws Exception { // arrange when(config.getControlplane().getProviderSuffix()).thenReturn(PROVIDER_SUFFIX); - final String parentCatenaXId = "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675"; + final String parentCatenaXId = "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9"; final BomLifecycle asBuilt = BomLifecycle.AS_BUILT; when(catalogFacade.fetchCatalogByFilter(any(), any(), any())).thenReturn( List.of(CatalogItem.builder().itemId(parentCatenaXId).build())); diff --git a/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/SubmodelTestdataCreatorTest.java b/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/SubmodelTestdataCreatorTest.java index 5550392c84..ad4b44a8b5 100644 --- a/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/SubmodelTestdataCreatorTest.java +++ b/irs-edc-client/src/test/java/org/eclipse/tractusx/irs/edc/client/SubmodelTestdataCreatorTest.java @@ -52,13 +52,13 @@ void shouldReturnSingleLevelBomAsBuiltWithoutChildrenWhenRequestingWithTestId() @Test void shouldReturnSingleLevelBomAsBuiltWithPreDefinedChildrenWhenRequestingWithCatenaXId() { - final String catenaXId = "urn:uuid:9da45c9a-9052-494c-8328-28e474ee8ae2"; + final String catenaXId = "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f"; final SingleLevelBomAsBuilt singleLevelBomAsBuilt = submodelTestdataCreator.createSubmodelForId( catenaXId + "_singleLevelBomAsBuilt", SingleLevelBomAsBuilt.class); final Set childItems = singleLevelBomAsBuilt.getChildItems(); assertThat(childItems).isNotEmpty(); - final List childIDs = List.of("urn:uuid:abd54850-bd69-434e-b357-d121a9e0874b"); + final List childIDs = List.of("urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860"); childItems.forEach(childData -> assertThat(childIDs).contains(childData.getCatenaXId())); } diff --git a/irs-models/src/main/java/org/eclipse/tractusx/irs/data/CxTestDataContainer.java b/irs-models/src/main/java/org/eclipse/tractusx/irs/data/CxTestDataContainer.java index 9f1ed616f5..8b69fa469e 100644 --- a/irs-models/src/main/java/org/eclipse/tractusx/irs/data/CxTestDataContainer.java +++ b/irs-models/src/main/java/org/eclipse/tractusx/irs/data/CxTestDataContainer.java @@ -54,17 +54,17 @@ public Optional getByCatenaXId(final String catenaXId) { @Data public static class CxTestData { - public static final String SERIAL_PART_ASPECT_TYPE = "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart"; - public static final String SINGLE_LEVEL_BOM_AS_BUILT_ASPECT_TYPE = "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt"; - public static final String SINGLE_LEVEL_USAGE_BUILT_ASPECT_TYPE = "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt"; - public static final String SINGLE_LEVEL_BOM_AS_SPECIFIED_ASPECT_TYPE = "urn:bamm:io.catenax.single_level_bom_as_specified:1.0.0#SingleLevelBomAsSpecified"; + public static final String SERIAL_PART_ASPECT_TYPE = "urn:samm:io.catenax.serial_part:3.0.0#SerialPart"; + public static final String SINGLE_LEVEL_BOM_AS_BUILT_ASPECT_TYPE = "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt"; + public static final String SINGLE_LEVEL_USAGE_BUILT_ASPECT_TYPE = "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt"; + public static final String SINGLE_LEVEL_BOM_AS_SPECIFIED_ASPECT_TYPE = "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified"; public static final String PART_AS_PLANNED_ASPECT_TYPE = "urn:bamm:io.catenax.part_as_planned:1.0.1#PartAsPlanned"; public static final String SINGLE_LEVEL_BOM_AS_PLANNED_ASPECT_TYPE = "urn:bamm:io.catenax.single_level_bom_as_planned:2.0.0#SingleLevelBomAsPlanned"; - public static final String BATCH_ASPECT_TYPE = "urn:bamm:io.catenax.batch:2.0.0#Batch"; - public static final String MATERIAL_FOR_RECYCLING_ASPECT_TYPE = "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling"; - public static final String PRODUCT_DESCRIPTION_ASPECT_TYPE = "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription"; - public static final String PHYSICAL_DIMENSION_ASPECT_TYPE = "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension"; - public static final String PART_AS_SPECIFIED_ASPECT_TYPE = "urn:bamm:io.catenax.part_as_specified:2.0.0#PartAsSpecified"; + public static final String BATCH_ASPECT_TYPE = "urn:samm:io.catenax.batch:3.0.0#Batch"; + public static final String MATERIAL_FOR_RECYCLING_ASPECT_TYPE = "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling"; + public static final String PRODUCT_DESCRIPTION_ASPECT_TYPE = "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription"; + public static final String PHYSICAL_DIMENSION_ASPECT_TYPE = "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension"; + public static final String PART_AS_SPECIFIED_ASPECT_TYPE = "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified"; private String catenaXId; @JsonProperty(SERIAL_PART_ASPECT_TYPE) diff --git a/irs-models/src/main/resources/test_data/CX_Testdata.json b/irs-models/src/main/resources/test_data/CX_Testdata.json index 0f2b22a773..a1ed35f8a7 100644 --- a/irs-models/src/main/resources/test_data/CX_Testdata.json +++ b/irs-models/src/main/resources/test_data/CX_Testdata.json @@ -1,6 +1,6 @@ { "https://catenax.io/schema/TestDataContainer/1.0.0" : [ { - "catenaXId" : "urn:uuid:3405849e-e3bb-4999-8488-baba23311559", + "catenaXId" : "urn:uuid:76e07e0b-15e9-4279-9d19-8bee67260ce4", "bpnl" : "null", "PlainObject" : [ { "BPN_OEM_C" : "BPNL00000003AZQP", @@ -8,11 +8,16 @@ "BPN_OEM_B" : "BPNL00000003AVTH", "BPN_IRS_TEST" : "BPNL00000003AWSS", "BPN_N_TIER_A" : "BPNL00000003B0Q0", - "BATCH_SEALANT_1" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "BATCH_SEALANT_2" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "BPN_NATURAL_RUBBER_SITE_A" : "BPNS000000000001", + "BATCH_SEALANT_1" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "BATCH_SEALANT_2" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "AUTHOR" : "T-Systems", - "BATCH_GLUE_2" : "urn:uuid:fadbd933-35d4-41f4-a63a-d21b719d3c4d", - "BATCH_GLUE_1" : "urn:uuid:26c7ebe7-4885-4070-bbf3-2efed92b529c", + "BPN_NATURAL_RUBBER" : "BPNL00000007OR16", + "BATCH_GLUE_2" : "urn:uuid:70e850fd-c1cb-4418-964e-cd3ba0bb6459", + "BATCH_GLUE_1" : "urn:uuid:8d75a647-b003-46d9-9ed2-d3577cb1a171", + "BPN_OEM_B_SITE_A" : "BPNS000000815DMY", + "BPN_OEM_A_SITE_A" : "BPNS000004711DMY", + "BPN_OEM_C_SITE_A" : "BPNS000001111DMY", "BPN_TRACEX_A_SITE_A" : "BPNS0000000008ZZ", "BPN_TRACEX_B" : "BPNL00000003CNKC", "BPN_DISMANTLER" : "BPNL00000003B6LU", @@ -20,84 +25,31 @@ "BPN_TRACEX_B_SITE_A" : "BPNS00000008BDFH", "BPN_TIER_A" : "BPNL00000003B2OM", "BPN_TIER_C" : "BPNL00000003CSGV", - "SPT_MPO_LINK" : "urn:uuid:22a4bd0e-a2a5-4265-b7b1-c8daed783e06", + "BPN_FARM_A" : "BPNL00000003CSGV", + "SPT_MPO_LINK" : "urn:uuid:13752e97-e42f-4cd8-89b5-333615d4de5c", "BPN_TIER_B" : "BPNL00000003B5MJ", "BPN_SUB_TIER_B" : "BPNL00000003AXS3", "BPN_SUB_TIER_A" : "BPNL00000003B3NX", - "BATCH_CATHODE_1" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "BATCH_CATHODE_2" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "BATCH_CATHODE_1" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "BATCH_CATHODE_2" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "BPN_SUB_TIER_C" : "BPNL00000000BJTL", - "CREATION_DATE" : "2023-09-15T10:17:55.732Z", - "BATCH_POLYAMID_1" : "urn:uuid:91de8b0d-fee4-4955-b83a-4ab432d34044", - "BATCH_POLYAMID_2" : "urn:uuid:4b7d53e2-edbb-488c-aab2-970071d9427b" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Limousine", - "catenaXId" : "urn:uuid:db0bf27c-74df-4162-a162-607042ff1a9f", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S388C", - "description" : "security plus", - "group" : "special equipment" - }, { - "code" : "S218A", - "description" : "sport automatic transmission", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - }, { - "code" : "C247R", - "description" : "trailer hitch", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2023-03-16", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:db0bf27c-74df-4162-a162-607042ff1a9f", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "LX-61", - "key" : "manufacturerPartId" - }, { - "value" : "OMCBNUSQZHMVYGWAQ", - "key" : "partInstanceId" - }, { - "value" : "OMCBNUSQZHMVYGWAQ", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2020-08-25T16:47:40.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:db0bf27c-74df-4162-a162-607042ff1a9f", - "partTypeInformation" : { - "manufacturerPartId" : "LX-61", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "CREATION_DATE" : "2024-03-15T06:19:40.513Z", + "BPN_TIER_C_SITE_A" : "BPNS00000003CSGV", + "BPN_TIER_A_SITE_A" : "BPNS00000003B2OM", + "BPN_TIER_B_SITE_A" : "BPNS00000003B5MJ", + "BPN_SUB_TIER_B_SITE_A" : "BPNS00000003AXS3", + "BPN_SUB_TIER_A_SITE_A" : "BPNS00000003B3NX", + "BPN_SUB_TIER_C_SITE_A" : "BPNS00000000BJTL", + "BPN_FARM_SITE_A" : "BPNS000000000DQB", + "BPN_N_TIER_A_SITE_A" : "BPNS00000003B0Q0", + "BATCH_POLYAMID_1" : "urn:uuid:a87b4573-048a-42e0-a0a6-86c4680c28b1", + "BATCH_POLYAMID_2" : "urn:uuid:cd81204d-f7ac-4673-833b-799ea6da60d7" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Iron", - "recycledContent" : 63, + "recycledContent" : 48, "materialClass" : "1.1", "quantity" : { "unit" : "unit:kilogram", @@ -107,7 +59,7 @@ "materialAbbreviation" : "IR334" }, { "materialName" : "Polyethylen", - "recycledContent" : 76, + "recycledContent" : 31, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -117,7 +69,7 @@ "materialAbbreviation" : "PE221" }, { "materialName" : "Polyamid6", - "recycledContent" : 25, + "recycledContent" : 53, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -127,7 +79,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Aluminium", - "recycledContent" : 8, + "recycledContent" : 31, "materialClass" : "2.1", "quantity" : { "unit" : "unit:kilogram", @@ -137,7 +89,7 @@ "materialAbbreviation" : "ALU331" }, { "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 82, + "recycledContent" : 1, "materialClass" : "0.7", "quantity" : { "unit" : "unit:kilogram", @@ -147,7 +99,7 @@ "materialAbbreviation" : "W123" }, { "materialName" : "Glue", - "recycledContent" : 76, + "recycledContent" : 86, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -157,7 +109,7 @@ "materialAbbreviation" : "GL338" }, { "materialName" : "Carbon Steel", - "recycledContent" : 59, + "recycledContent" : 66, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -167,7 +119,7 @@ "materialAbbreviation" : "CS2" }, { "materialName" : "Cooper", - "recycledContent" : 37, + "recycledContent" : 17, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -177,7 +129,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Rubber", - "recycledContent" : 72, + "recycledContent" : 39, "materialClass" : "5.3", "quantity" : { "unit" : "unit:kilogram", @@ -187,7 +139,7 @@ "materialAbbreviation" : "R22" }, { "materialName" : "Textiles", - "recycledContent" : 67, + "recycledContent" : 7, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:kilogram", @@ -197,359 +149,496 @@ "materialAbbreviation" : "TEX1" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:db0bf27c-74df-4162-a162-607042ff1a9f", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "childItems" : [ { - "catenaXId" : "urn:uuid:bcf4efd1-8dec-4eca-a169-41699c3a1748", + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675", + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5212f21c-e077-4e51-9f20-40592bfb7a95", + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ce3c1b5d-e1bc-40e9-b0e7-e3f4f60af8f3", + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3f3670fc-0f93-48dc-adbe-e264c19f0f76", + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9fb5d578-90ea-4fb6-8f9b-9fc76664bdca", + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e099bcac-765c-4099-85aa-fc33820cb11b", + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8fc4157a-9e89-415c-863b-d4b003a7589e", + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0cf05553-9f38-496b-8956-68c05cf3c923", + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7c01cefd-a95d-41a1-b926-1899f716fa5d", + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:df6cf91d-8786-4ded-8ca6-164188a88973", + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:85d2cecd-b929-48f2-ac4e-8d231dc3b8e5", + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2d4e9c61-5a62-4b9d-bb85-b3f4e89b4551", + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:50d7bee6-12f8-48cd-943b-a0cb83085d30", + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:80f8a7c0-b401-47e0-bee0-ed1e69537a27", + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f8b0853d-f8a5-4f83-ab3d-250c6293cd1e", + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9c16c833-e997-46d3-bc5e-2163214b88dc", + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:61ff5847-7990-46e6-aacd-003e7fcaf4ad", + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1f8bd4b2-cb06-4b33-b4b1-09f271bdf0af", + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e4293081-e903-490f-95da-5d709eeb167b", + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8cb3893a-1f6a-4e1b-92a4-7f7810de2579", + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:46f2fde5-9b00-408b-b9cc-8f45828023a5", + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2f208edc-a2fd-4354-8241-13b3a09cda76", + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:73ada111-3f96-449f-91dc-3d2148b75dd2", + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1797817c-a4bc-4454-ab39-e217fa2e61a6", + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3dc3a03a-1d4b-4cca-b3ae-10eb2a360f4c", + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:15e5cfb0-eaf2-4f8f-9cc0-ab418ad84e8c", + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d8bb09a2-c58d-4712-b1ac-f52bde8fd870", + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:371bbc66-500d-4d65-978d-10606e09663f", + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B2OM", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:86e8f522-abc9-4b06-a5cc-58c11aeece5f", + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B5MJ", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c6611117-6278-4988-ba5e-90439204a20c", + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ], + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "NK-28", + "key" : "manufacturerPartId" + }, { + "value" : "OMBOCDCFHZXMZBJZC", + "key" : "partInstanceId" + }, { + "value" : "OMBOCDCFHZXMZBJZC", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2020-08-19T11:21:15.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "partTypeInformation" : { + "manufacturerPartId" : "NK-28", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Kombilimousine", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S2AVB", + "description" : "adaptive drive", + "group" : "special equipment" + }, { + "code" : "S763C", + "description" : "sport package", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "S378B", + "description" : "integrated child seats", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2014-11-14", + "mileageDistance" : 120000 + } ] } ] }, { - "catenaXId" : "urn:uuid:bcf4efd1-8dec-4eca-a169-41699c3a1748", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bcf4efd1-8dec-4eca-a169-41699c3a1748", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "84513", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "6226", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "73849201-61", "key" : "manufacturerPartId" }, { - "value" : "NO-159849952198796506359500", + "value" : "NO-066647475705439133590731", "key" : "partInstanceId" }, { "value" : "Company 10", @@ -560,25 +649,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bcf4efd1-8dec-4eca-a169-41699c3a1748", + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", "partTypeInformation" : { "manufacturerPartId" : "73849201-61", "customerPartId" : "73849201-61", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Catalysator", "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Catalysator" } - } ] - }, { - "catenaXId" : "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -589,9 +708,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "childItems" : [ { + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "493373", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4467", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -599,7 +799,7 @@ "value" : "22782277-50", "key" : "manufacturerPartId" }, { - "value" : "NO-589947841646719529526992", + "value" : "NO-070860464145139398402631", "key" : "partInstanceId" }, { "value" : "Company 3", @@ -610,39 +810,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675", + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", "partTypeInformation" : { "manufacturerPartId" : "22782277-50", "customerPartId" : "22782277-50", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-l", "nameAtCustomer" : "Door front-left" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:568a0bc7-1ffb-482d-a99d-8d6d89088b08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ca454f06-e3ac-4908-8632-0fece3946e62", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:568a0bc7-1ffb-482d-a99d-8d6d89088b08", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:568a0bc7-1ffb-482d-a99d-8d6d89088b08", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -653,9 +888,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "86681316RUO", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "358518", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5674", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -663,48 +991,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-694681464660826265186780", + "value" : "NO-747120479071756798529531", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:568a0bc7-1ffb-482d-a99d-8d6d89088b08", + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "58013362AZQ", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:568a0bc7-1ffb-482d-a99d-8d6d89088b08", + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:5212f21c-e077-4e51-9f20-40592bfb7a95", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5212f21c-e077-4e51-9f20-40592bfb7a95", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -715,9 +1055,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "childItems" : [ { + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "909852", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6025", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -725,7 +1146,7 @@ "value" : "95657362-64", "key" : "manufacturerPartId" }, { - "value" : "NO-056066008999716189871665", + "value" : "NO-717125314697526511835089", "key" : "partInstanceId" }, { "value" : "Company 4", @@ -736,39 +1157,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5212f21c-e077-4e51-9f20-40592bfb7a95", + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", "partTypeInformation" : { "manufacturerPartId" : "33740332-54", "customerPartId" : "33740332-54", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-r", "nameAtCustomer" : "Door front-right" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5212f21c-e077-4e51-9f20-40592bfb7a95", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:8e794d25-436a-4533-aff3-3b0da5f6650b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bec6e30-f1be-49b1-9a80-d6d6da5780fe", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:8e794d25-436a-4533-aff3-3b0da5f6650b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e794d25-436a-4533-aff3-3b0da5f6650b", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -779,9 +1235,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "50695399XFB", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "820213", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3619", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -789,48 +1338,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-751659396355998454900314", + "value" : "NO-933249529973009274367708", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8e794d25-436a-4533-aff3-3b0da5f6650b", + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "78773418BUJ", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:8e794d25-436a-4533-aff3-3b0da5f6650b", + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:ce3c1b5d-e1bc-40e9-b0e7-e3f4f60af8f3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce3c1b5d-e1bc-40e9-b0e7-e3f4f60af8f3", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", "customers" : [ { - "businessPartner" : false, + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -841,40 +1402,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "866717", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4399", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "15635759-16", "key" : "manufacturerPartId" }, { - "value" : "NO-855213802484775534142627", + "value" : "NO-935348299524699268826561", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ce3c1b5d-e1bc-40e9-b0e7-e3f4f60af8f3", + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", "partTypeInformation" : { "manufacturerPartId" : "15635759-16", "customerPartId" : "15635759-16", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-l", "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" } - } ] - }, { - "catenaXId" : "urn:uuid:3f3670fc-0f93-48dc-adbe-e264c19f0f76", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3f3670fc-0f93-48dc-adbe-e264c19f0f76", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -885,17 +1543,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "829696", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4314", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "28673126-98", "key" : "manufacturerPartId" }, { - "value" : "NO-271967539341892181490227", + "value" : "NO-312287171739061318684731", "key" : "partInstanceId" }, { "value" : "Company 5", @@ -906,25 +1631,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3f3670fc-0f93-48dc-adbe-e264c19f0f76", + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", "partTypeInformation" : { "manufacturerPartId" : "28673126-98", "customerPartId" : "28673126-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-r", "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" } - } ] - }, { - "catenaXId" : "urn:uuid:9fb5d578-90ea-4fb6-8f9b-9fc76664bdca", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fb5d578-90ea-4fb6-8f9b-9fc76664bdca", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -935,17 +1690,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "853381", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3642", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "94421589-82", "key" : "manufacturerPartId" }, { - "value" : "NO-389111283172169982597449", + "value" : "NO-512057047299506284822846", "key" : "partInstanceId" }, { "value" : "Company 6", @@ -956,25 +1778,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9fb5d578-90ea-4fb6-8f9b-9fc76664bdca", + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", "partTypeInformation" : { "manufacturerPartId" : "94421589-82", "customerPartId" : "94421589-82", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Engine hood", "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Engine hood" } - } ] - }, { - "catenaXId" : "urn:uuid:e099bcac-765c-4099-85aa-fc33820cb11b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e099bcac-765c-4099-85aa-fc33820cb11b", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -985,40 +1837,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "998741", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9870", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "85023955-75", "key" : "manufacturerPartId" }, { - "value" : "NO-074029923486154522516476", + "value" : "NO-935241026522592720471442", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e099bcac-765c-4099-85aa-fc33820cb11b", + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", "partTypeInformation" : { "manufacturerPartId" : "85023955-75", "customerPartId" : "85023955-75", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tailgate", "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailgate" } - } ] - }, { - "catenaXId" : "urn:uuid:8fc4157a-9e89-415c-863b-d4b003a7589e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8fc4157a-9e89-415c-863b-d4b003a7589e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1029,40 +1978,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "712288", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2045", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "13769860-47", "key" : "manufacturerPartId" }, { - "value" : "NO-862880098699227631303075", + "value" : "NO-797225775878072083424960", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8fc4157a-9e89-415c-863b-d4b003a7589e", + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", "partTypeInformation" : { "manufacturerPartId" : "13769860-47", "customerPartId" : "13769860-47", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender left", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:0cf05553-9f38-496b-8956-68c05cf3c923", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0cf05553-9f38-496b-8956-68c05cf3c923", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1073,40 +2119,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "966218", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 8 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3912", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "36643162-35", "key" : "manufacturerPartId" }, { - "value" : "NO-888977383302306825670562", + "value" : "NO-448918216597975248405544", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0cf05553-9f38-496b-8956-68c05cf3c923", + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", "partTypeInformation" : { "manufacturerPartId" : "36643162-35", "customerPartId" : "36643162-35", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender right", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:7c01cefd-a95d-41a1-b926-1899f716fa5d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c01cefd-a95d-41a1-b926-1899f716fa5d", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1117,40 +2260,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "164297", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 7 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7329", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "54165444-59", "key" : "manufacturerPartId" }, { - "value" : "NO-879224686206079695395745", + "value" : "NO-234316605230590922467140", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7c01cefd-a95d-41a1-b926-1899f716fa5d", + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", "partTypeInformation" : { "manufacturerPartId" : "54165444-59", "customerPartId" : "54165444-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper front", "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper front" } - } ] - }, { - "catenaXId" : "urn:uuid:df6cf91d-8786-4ded-8ca6-164188a88973", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:df6cf91d-8786-4ded-8ca6-164188a88973", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1161,40 +2401,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "698262", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6642", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "22768257-25", "key" : "manufacturerPartId" }, { - "value" : "NO-590664601231771658820494", + "value" : "NO-561770140107022421469955", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:df6cf91d-8786-4ded-8ca6-164188a88973", + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", "partTypeInformation" : { "manufacturerPartId" : "22768257-25", "customerPartId" : "22768257-25", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper rear", "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" } - } ] - }, { - "catenaXId" : "urn:uuid:85d2cecd-b929-48f2-ac4e-8d231dc3b8e5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:85d2cecd-b929-48f2-ac4e-8d231dc3b8e5", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1205,40 +2542,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "685035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5253", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "65529521-37", "key" : "manufacturerPartId" }, { - "value" : "NO-060109064320059440067372", + "value" : "NO-472963873349845436443693", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:85d2cecd-b929-48f2-ac4e-8d231dc3b8e5", + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", "partTypeInformation" : { "manufacturerPartId" : "65529521-37", "customerPartId" : "65529521-37", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror left", "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" } - } ] - }, { - "catenaXId" : "urn:uuid:2d4e9c61-5a62-4b9d-bb85-b3f4e89b4551", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d4e9c61-5a62-4b9d-bb85-b3f4e89b4551", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1249,40 +2683,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "762163", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3630", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "58471477-24", "key" : "manufacturerPartId" }, { - "value" : "NO-989585735679851490938818", + "value" : "NO-498373680403428328935294", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2d4e9c61-5a62-4b9d-bb85-b3f4e89b4551", + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", "partTypeInformation" : { "manufacturerPartId" : "58471477-24", "customerPartId" : "58471477-24", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror right", "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" } - } ] - }, { - "catenaXId" : "urn:uuid:50d7bee6-12f8-48cd-943b-a0cb83085d30", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:50d7bee6-12f8-48cd-943b-a0cb83085d30", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1293,40 +2824,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "430687", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8728", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "09002013-68", "key" : "manufacturerPartId" }, { - "value" : "NO-659982750056251197070056", + "value" : "NO-814540334583663330747432", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:50d7bee6-12f8-48cd-943b-a0cb83085d30", + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", "partTypeInformation" : { "manufacturerPartId" : "09002013-68", "customerPartId" : "09002013-68", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Trailer coupling", "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" } - } ] - }, { - "catenaXId" : "urn:uuid:80f8a7c0-b401-47e0-bee0-ed1e69537a27", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:80f8a7c0-b401-47e0-bee0-ed1e69537a27", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1337,40 +2965,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "313504", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1917", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "43501996-98", "key" : "manufacturerPartId" }, { - "value" : "NO-327245581119007310736413", + "value" : "NO-909562885178693699037440", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:80f8a7c0-b401-47e0-bee0-ed1e69537a27", + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", "partTypeInformation" : { "manufacturerPartId" : "43501996-98", "customerPartId" : "43501996-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Dashboard", "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Dashboard" } - } ] - }, { - "catenaXId" : "urn:uuid:f8b0853d-f8a5-4f83-ab3d-250c6293cd1e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f8b0853d-f8a5-4f83-ab3d-250c6293cd1e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1381,40 +3106,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "511397", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2060", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "77795937-13", "key" : "manufacturerPartId" }, { - "value" : "NO-154719395121650994469425", + "value" : "NO-859483763601915613763162", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f8b0853d-f8a5-4f83-ab3d-250c6293cd1e", + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", "partTypeInformation" : { "manufacturerPartId" : "77795937-13", "customerPartId" : "77795937-13", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Steering wheel", "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" } - } ] - }, { - "catenaXId" : "urn:uuid:9c16c833-e997-46d3-bc5e-2163214b88dc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c16c833-e997-46d3-bc5e-2163214b88dc", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1425,40 +3247,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "618145", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 26 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9419", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "20125432-59", "key" : "manufacturerPartId" }, { - "value" : "NO-181750821611027214108041", + "value" : "NO-381058856694394911749515", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9c16c833-e997-46d3-bc5e-2163214b88dc", + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", "partTypeInformation" : { "manufacturerPartId" : "20125432-59", "customerPartId" : "20125432-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator left", "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator left" } - } ] - }, { - "catenaXId" : "urn:uuid:61ff5847-7990-46e6-aacd-003e7fcaf4ad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:61ff5847-7990-46e6-aacd-003e7fcaf4ad", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1469,40 +3388,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "878250", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4207", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "19073706-76", "key" : "manufacturerPartId" }, { - "value" : "NO-587897487047974658338504", + "value" : "NO-738810714196805495613608", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:61ff5847-7990-46e6-aacd-003e7fcaf4ad", + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", "partTypeInformation" : { "manufacturerPartId" : "19073706-76", "customerPartId" : "19073706-76", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator right", "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator right" } - } ] - }, { - "catenaXId" : "urn:uuid:1f8bd4b2-cb06-4b33-b4b1-09f271bdf0af", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1f8bd4b2-cb06-4b33-b4b1-09f271bdf0af", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1513,40 +3529,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "970830", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7314", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "45415162-57", "key" : "manufacturerPartId" }, { - "value" : "NO-106187872320460336908042", + "value" : "NO-706869576108504911888487", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1f8bd4b2-cb06-4b33-b4b1-09f271bdf0af", + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", "partTypeInformation" : { "manufacturerPartId" : "45415162-57", "customerPartId" : "45415162-57", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Led headlight", "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Led headlight" } - } ] - }, { - "catenaXId" : "urn:uuid:e4293081-e903-490f-95da-5d709eeb167b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e4293081-e903-490f-95da-5d709eeb167b", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1557,40 +3670,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "190425", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "6691", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "78141846-87", "key" : "manufacturerPartId" }, { - "value" : "NO-393972812624229658262629", + "value" : "NO-302124803790642780585327", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e4293081-e903-490f-95da-5d709eeb167b", + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", "partTypeInformation" : { "manufacturerPartId" : "78141846-87", "customerPartId" : "78141846-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Starter motor", "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Starter motor" } - } ] - }, { - "catenaXId" : "urn:uuid:8cb3893a-1f6a-4e1b-92a4-7f7810de2579", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8cb3893a-1f6a-4e1b-92a4-7f7810de2579", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1601,40 +3811,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "172988", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7711", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "81324139-23", "key" : "manufacturerPartId" }, { - "value" : "NO-909939095900327693580174", + "value" : "NO-522630666682237918821842", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8cb3893a-1f6a-4e1b-92a4-7f7810de2579", + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", "partTypeInformation" : { "manufacturerPartId" : "81324139-23", "customerPartId" : "81324139-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Alternator", "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Alternator" } - } ] - }, { - "catenaXId" : "urn:uuid:46f2fde5-9b00-408b-b9cc-8f45828023a5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:46f2fde5-9b00-408b-b9cc-8f45828023a5", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1645,40 +3952,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "532019", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2963", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "57929013-09", "key" : "manufacturerPartId" }, { - "value" : "NO-679241392832901493088472", + "value" : "NO-756871575834670298298957", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:46f2fde5-9b00-408b-b9cc-8f45828023a5", + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", "partTypeInformation" : { "manufacturerPartId" : "57929013-09", "customerPartId" : "57929013-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "AC compressor", "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" } - } ] - }, { - "catenaXId" : "urn:uuid:2f208edc-a2fd-4354-8241-13b3a09cda76", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f208edc-a2fd-4354-8241-13b3a09cda76", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1689,40 +4093,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "131076", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5508", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "61184040-23", "key" : "manufacturerPartId" }, { - "value" : "NO-032233761088079996920030", + "value" : "NO-524620221933669424039127", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2f208edc-a2fd-4354-8241-13b3a09cda76", + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", "partTypeInformation" : { "manufacturerPartId" : "61184040-23", "customerPartId" : "61184040-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight rear", "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" } - } ] - }, { - "catenaXId" : "urn:uuid:73ada111-3f96-449f-91dc-3d2148b75dd2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:73ada111-3f96-449f-91dc-3d2148b75dd2", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1733,40 +4234,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "696401", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "2883", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "78744126-74", "key" : "manufacturerPartId" }, { - "value" : "NO-097541816810965916186800", + "value" : "NO-613060820318211072608449", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:73ada111-3f96-449f-91dc-3d2148b75dd2", + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", "partTypeInformation" : { "manufacturerPartId" : "78744126-74", "customerPartId" : "78744126-74", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight front", "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight front" } - } ] - }, { - "catenaXId" : "urn:uuid:1797817c-a4bc-4454-ab39-e217fa2e61a6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1797817c-a4bc-4454-ab39-e217fa2e61a6", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1777,40 +4375,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "988355", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6092", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "12093297-03", "key" : "manufacturerPartId" }, { - "value" : "NO-887127580723098533528050", + "value" : "NO-295509185072402053464558", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1797817c-a4bc-4454-ab39-e217fa2e61a6", + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", "partTypeInformation" : { "manufacturerPartId" : "12093297-03", "customerPartId" : "12093297-03", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part front", "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part front" } - } ] - }, { - "catenaXId" : "urn:uuid:3dc3a03a-1d4b-4cca-b3ae-10eb2a360f4c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3dc3a03a-1d4b-4cca-b3ae-10eb2a360f4c", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1821,40 +4516,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "173380", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5710", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "88111709-49", "key" : "manufacturerPartId" }, { - "value" : "NO-109012633803010342946533", + "value" : "NO-771993242485837410678109", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3dc3a03a-1d4b-4cca-b3ae-10eb2a360f4c", + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", "partTypeInformation" : { "manufacturerPartId" : "88111709-49", "customerPartId" : "88111709-49", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part rear", "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" } - } ] - }, { - "catenaXId" : "urn:uuid:15e5cfb0-eaf2-4f8f-9cc0-ab418ad84e8c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:15e5cfb0-eaf2-4f8f-9cc0-ab418ad84e8c", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1865,40 +4657,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "510968", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5089", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "00871379-44", "key" : "manufacturerPartId" }, { - "value" : "NO-331879966666731578208643", + "value" : "NO-403886949080884450587727", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:15e5cfb0-eaf2-4f8f-9cc0-ab418ad84e8c", + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", "partTypeInformation" : { "manufacturerPartId" : "00871379-44", "customerPartId" : "00871379-44", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Chassis", "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Chassis" } - } ] - }, { - "catenaXId" : "urn:uuid:d8bb09a2-c58d-4712-b1ac-f52bde8fd870", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d8bb09a2-c58d-4712-b1ac-f52bde8fd870", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1909,40 +4798,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "632367", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "6913", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "08901347-87", "key" : "manufacturerPartId" }, { - "value" : "NO-556982932707350623592331", + "value" : "NO-567537304722173805639181", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d8bb09a2-c58d-4712-b1ac-f52bde8fd870", + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", "partTypeInformation" : { "manufacturerPartId" : "08901347-87", "customerPartId" : "08901347-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Rims", "nameAtCustomer" : "Rims" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Rims" } - } ] - }, { - "catenaXId" : "urn:uuid:371bbc66-500d-4d65-978d-10606e09663f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:371bbc66-500d-4d65-978d-10606e09663f", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1953,40 +4939,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "449891", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "45863316-60", "key" : "manufacturerPartId" }, { - "value" : "NO-957907093240562222194301", + "value" : "NO-754930692443785638020334", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:371bbc66-500d-4d65-978d-10606e09663f", + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", "partTypeInformation" : { "manufacturerPartId" : "45863316-60", "customerPartId" : "45863316-60", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tires", "nameAtCustomer" : "Tires" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tires" } - } ] - }, { - "catenaXId" : "urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -1997,17 +5080,151 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 19, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 51, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 57, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "childItems" : [ { + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "514312", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1780", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B2OM", "key" : "manufacturerId" }, { - "value" : "1O222E8-43", + "value" : "42555H1-52", "key" : "manufacturerPartId" }, { - "value" : "NO-109781613760321014950361", + "value" : "NO-971749365763688998182907", "key" : "partInstanceId" }, { "value" : "Company 2", @@ -2018,18 +5235,116 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Transmission", "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:071a570c-7f67-441d-b6f5-7c9b8a54ac8e", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ecd94b8-ca32-4e01-81be-58d0e8cba1e6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4f3a4c9b-0ca3-440e-8ca0-650e2304dc91", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" } } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { "productSpecificParameters" : { "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], "driveType" : "combustion engine", @@ -2070,10 +5385,10 @@ "documentTitle" : "Title A" } ] }, - "catenaXId" : "urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", "identification" : { "localIdentifiers" : [ { - "value" : "NO-109781613760321014950361", + "value" : "NO-971749365763688998182907", "key" : "PartInstanceID" } ], "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", @@ -2139,109 +5454,12 @@ "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] } } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 46, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 78, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 70, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8ddd8fe0-1b4f-44b4-90f3-a8f68e551ac7", - "childItems" : [ { - "catenaXId" : "urn:uuid:819816fe-7346-49a5-b528-cec5b5367a71", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9da45c9a-9052-494c-8328-28e474ee8ae2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e5cb42ff-4113-4e50-a1d0-6cd71b4feb4a", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:819816fe-7346-49a5-b528-cec5b5367a71", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:819816fe-7346-49a5-b528-cec5b5367a71", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:819816fe-7346-49a5-b528-cec5b5367a71", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", + "businessPartner" : "BPNL00000003B2OM", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -2252,14 +5470,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 42, + "recycledContent" : 24, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -2269,7 +5487,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 52, + "recycledContent" : 40, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -2278,15 +5496,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:9da45c9a-9052-494c-8328-28e474ee8ae2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9da45c9a-9052-494c-8328-28e474ee8ae2", + } ], + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "914874", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9797", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "partTypeInformation" : { + "manufacturerPartId" : "IS-82", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", "customers" : [ { "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -2297,74 +5628,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "childItems" : [ { + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "183972", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "5873", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "78201F7-85", + "value" : "18676V9-48", "key" : "manufacturerPartId" }, { - "value" : "NO-071438122085123779677407", + "value" : "NO-695360115480032480516118", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9da45c9a-9052-494c-8328-28e474ee8ae2", + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", "partTypeInformation" : { - "manufacturerPartId" : "78201F7-85", - "customerPartId" : "78201F7-85", - "classification" : "component", + "manufacturerPartId" : "18676V9-48", + "customerPartId" : "18676V9-48", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9da45c9a-9052-494c-8328-28e474ee8ae2", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:abd54850-bd69-434e-b357-d121a9e0874b", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4e7a7f9b-5acc-4bc6-a4f5-82b5dda8bc7d", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:abd54850-bd69-434e-b357-d121a9e0874b", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:abd54850-bd69-434e-b357-d121a9e0874b", + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" + "ownerPartId" : "18676V9-48", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "NTIER Product", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 89, + "recycledContent" : 8, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -2374,7 +5819,7 @@ "materialAbbreviation" : "" }, { "materialName" : "Other", - "recycledContent" : 42, + "recycledContent" : 84, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -2383,34 +5828,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:e5cb42ff-4113-4e50-a1d0-6cd71b4feb4a", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "864400", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1916", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", + "value" : "BPNL00000003B0Q0", "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e5cb42ff-4113-4e50-a1d0-6cd71b4feb4a", + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "RT-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5cb42ff-4113-4e50-a1d0-6cd71b4feb4a", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -2421,9 +5960,13 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "childItems" : [ ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", "materialClass" : "6.2", @@ -2435,18 +5978,127 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5cb42ff-4113-4e50-a1d0-6cd71b4feb4a", + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "284458", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4331", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "manufacturerId" : "BPNL00000003AXS3", "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:86e8f522-abc9-4b06-a5cc-58c11aeece5f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:86e8f522-abc9-4b06-a5cc-58c11aeece5f", + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "partTypeInformation" : { + "manufacturerPartId" : "VP-89", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -2457,36 +6109,12 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "57980J0-01", - "key" : "manufacturerPartId" - }, { - "value" : "NO-296816528114238523443674", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:86e8f522-abc9-4b06-a5cc-58c11aeece5f", - "partTypeInformation" : { - "manufacturerPartId" : "57980J0-01", - "customerPartId" : "57980J0-01", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", - "recycledContent" : 18, + "recycledContent" : 65, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -2496,67 +6124,226 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:86e8f522-abc9-4b06-a5cc-58c11aeece5f", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", "childItems" : [ { - "catenaXId" : "urn:uuid:e3965839-1edc-47a2-845a-fdde4a3e48b2", + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", "quantity" : { "quantityNumber" : 0.3301, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b82d722c-6608-49c9-bf36-1f9da2924cfb", + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B3NX", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7620efcc-ffc8-46de-958b-2dff3dc3dd9e", + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", "quantity" : { "quantityNumber" : 0.2001, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:e3965839-1edc-47a2-845a-fdde4a3e48b2", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "213226", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5794", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", + "value" : "BPNL00000003B5MJ", "key" : "manufacturerId" }, { - "value" : "BID12345678", - "key" : "batchId" + "value" : "56278T7-12", + "key" : "manufacturerPartId" + }, { + "value" : "NO-014305725252821672580588", + "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e3965839-1edc-47a2-845a-fdde4a3e48b2", + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "56278T7-12", + "customerPartId" : "56278T7-12", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0ddcd695-9464-464a-b487-14a53f36023a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aa426b78-e61f-4c95-90c3-635f9ebc0233", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d33b687a-7663-42c5-98a4-39eddc9ff979", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "partTypeInformation" : { + "ownerPartId" : "56278T7-12", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e3965839-1edc-47a2-845a-fdde4a3e48b2", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", "customers" : [ { "businessPartner" : "BPNL00000003B5MJ", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -2567,14 +6354,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Glue", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 53, + "recycledContent" : 25, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -2584,7 +6371,7 @@ "materialAbbreviation" : "AL7" }, { "materialName" : "Other", - "recycledContent" : 17, + "recycledContent" : 77, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -2593,15 +6380,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:b82d722c-6608-49c9-bf36-1f9da2924cfb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b82d722c-6608-49c9-bf36-1f9da2924cfb", + } ], + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "540047", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7664", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "partTypeInformation" : { + "manufacturerPartId" : "ID-97", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -2612,74 +6512,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "childItems" : [ { + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "24984", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7508", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "59074C0-19", + "value" : "80422J1-66", "key" : "manufacturerPartId" }, { - "value" : "NO-065303236977794616276558", + "value" : "NO-114299309749179970389865", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b82d722c-6608-49c9-bf36-1f9da2924cfb", + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", "partTypeInformation" : { - "manufacturerPartId" : "59074C0-19", - "customerPartId" : "59074C0-19", - "classification" : "component", + "manufacturerPartId" : "80422J1-66", + "customerPartId" : "80422J1-66", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b82d722c-6608-49c9-bf36-1f9da2924cfb", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:2196e5d8-75c5-4182-8d22-95ea5dc47712", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a66063b1-92d4-42f1-b551-b04f4bc4e8e9", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:2196e5d8-75c5-4182-8d22-95ea5dc47712", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:2196e5d8-75c5-4182-8d22-95ea5dc47712", + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" + "ownerPartId" : "80422J1-66", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 32, + "recycledContent" : 63, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -2689,7 +6703,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 31, + "recycledContent" : 16, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -2698,57 +6712,146 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:7620efcc-ffc8-46de-958b-2dff3dc3dd9e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7620efcc-ffc8-46de-958b-2dff3dc3dd9e", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "631562", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "2022", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "81893D3-11", - "key" : "manufacturerPartId" - }, { - "value" : "NO-945817031513114552059270", - "key" : "partInstanceId" + "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7620efcc-ffc8-46de-958b-2dff3dc3dd9e", + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", "partTypeInformation" : { - "manufacturerPartId" : "81893D3-11", - "customerPartId" : "81893D3-11", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" + "manufacturerPartId" : "HP-63", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 28, + "recycledContent" : 19, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -2758,7 +6861,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 50, + "recycledContent" : 70, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -2767,26 +6870,136 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" + } ], + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "744179", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9997", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "63678I1-57", + "key" : "manufacturerPartId" + }, { + "value" : "NO-265189266576051308905480", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "partTypeInformation" : { + "manufacturerPartId" : "63678I1-57", + "customerPartId" : "63678I1-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "partTypeInformation" : { + "ownerPartId" : "63678I1-57", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } } ], - "catenaXId" : "urn:uuid:c6611117-6278-4988-ba5e-90439204a20c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6611117-6278-4988-ba5e-90439204a20c", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -2797,17 +7010,19 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + } ] + }, { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "38049661-08", "key" : "manufacturerPartId" }, { - "value" : "NO-708542746750467428983983", + "value" : "NO-934355851064683759352825", "key" : "partInstanceId" }, { "value" : "Company 1", @@ -2818,26 +7033,571 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c6611117-6278-4988-ba5e-90439204a20c", + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", "partTypeInformation" : { "manufacturerPartId" : "38049661-08", "customerPartId" : "38049661-08", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Battery", "nameAtCustomer" : "Battery" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "incoterms" : "DAP (Delivered at Place)", + "image" : { + "name" : "eOMtThyhVNLWUZNRcBaQKxI", + "location" : "telnet://192.0.2.16:80/" + }, + "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", + "quantity" : 50, + "mechanicalDamage" : true, + "unitOfMeasure" : "each", + "bundleOffer" : false, + "availabilityDate" : "2022-03-11", + "corroded" : true, + "pickupLocation" : { + "latitude" : 48.137154, + "longitude" : -117.28333 + }, + "burned" : true, + "condition" : "New", + "attachment" : [ { + "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" } ], - "productType" : "pack" + "discolored" : true, + "price" : { + "currency" : "EUR", + "value" : 250 + }, + "missingParts" : true, + "dismantled" : true, + "marketplaceProduct" : { + "manufacturerPartNumber" : "38049661-08", + "technicalSpecification" : [ { + "technicalValue" : "RYtGKbgicZaHCBRQDSx", + "key" : "JxkyvRnL" + } ], + "productLink" : "https://123", + "oeNumber" : "NO-934355851064683759352825", + "category" : { + "subCategory" : [ "Battery" ], + "mainCategory" : [ "Audio, video, navigation" ] + }, + "originalManufacturer" : "Company 1", + "brand" : "Brand 1", + "productDescription" : "Battery" + }, + "sku" : "1002090, xYz.09, ABcXYZ", + "mileage" : 120000.06 + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e71d7b26-4f7a-4905-bf3e-0df598badc01", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5237a522-3fa1-4af1-a8d9-ab0aa82e13cc", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:01c089eb-b189-476a-9acb-323a7bc8e19a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8aefd359-d90a-4c0f-abbb-e99faeeba771", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ca3056fe-a946-405b-9966-c4b930d7acdd", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7bb21073-8689-4939-b3b8-85d9fdbd2ae3", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a Battery", + "class" : { + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" + }, + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-04-15", + "version" : 1.3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 1704.0408, + "width" : 1704, + "length" : 2025, + "weight" : 533, + "height" : 278 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2020-04-10", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-934355851064683759352825", + "key" : "PartInstanceID" + } ], + "gtin" : " 94050133", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "516138614" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-06-09", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 2.9809 ] + }, + "id" : "PP9529" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Lithium" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 109 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 81, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 46, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 19, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "childItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "752234", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8442", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "partTypeInformation" : { + "ownerPartId" : "38049661-08", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Battery" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -3062,7 +7822,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-708542746750467428983983", + "batteryIDDMCCode" : "NO-934355851064683759352825", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -3073,384 +7833,506 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 24, + "recycledContent" : 35, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", - "value" : 5.4 + "value" : 1.2 }, "aggregateState" : "solid", "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 20, + "recycledContent" : 29, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", - "value" : 11.75 + "value" : 2.5 }, "aggregateState" : "solid", "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 21, + "recycledContent" : 36, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", - "value" : 1.23 + "value" : 0.23 }, "aggregateState" : "solid", "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-708542746750467428983983", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { - "unit" : "unit:piece", - "value" : 1 + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-708542746750467428983983", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6611117-6278-4988-ba5e-90439204a20c", - "childItems" : [ { - "catenaXId" : "urn:uuid:bd014aa9-0700-43e8-a054-1cfab8cd2422", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3b58dfd1-da92-41f7-b075-d72b179100cb", + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:44347dec-21d1-47aa-b2a7-f959bf9d424b", + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2b626a2e-cff7-4005-a867-3dc13791ed5d", + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fdac5598-41cc-4323-8068-92b5e9729ac6", + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8e57925f-86b5-4d8c-ad9c-efb9c0a55503", + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:bd014aa9-0700-43e8-a054-1cfab8cd2422", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd014aa9-0700-43e8-a054-1cfab8cd2422", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "955212", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5228", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-006060737324385030528643", + "value" : "NO-919179362377079580444521", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bd014aa9-0700-43e8-a054-1cfab8cd2422", + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", "partTypeInformation" : { "manufacturerPartId" : "8840838-04", "customerPartId" : "8840838-04", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "HV MODUL", "nameAtCustomer" : "HV MODUL" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:673c28c2-708b-433f-82db-56e61f8f66ca", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9f534261-dfb6-4baa-b8a7-ae313aa5b3ce", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0f89bb5e-a93f-4fdc-87be-2abf0129cc33", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fac73553-c929-43c8-a4db-6a916522a098", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:796ea6f2-4b09-4674-87b0-ed3029417b95", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d8f61b46-569f-4d31-9641-e545b5622dac", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9dcd0291-a393-4234-b5e3-d4a9c275ac0b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8a77c60e-723e-4d59-84ea-09144b28ff30", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:041a9a8b-b424-4f5d-8374-3f730d6313cf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0c2bd490-f173-4531-ab58-4f7a9a9888f3", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec6040d9-2a3c-46af-90d4-9644cc83bc9b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -3675,7 +8557,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-006060737324385030528643", + "batteryIDDMCCode" : "NO-919179362377079580444521", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -3686,40 +8568,7 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 88, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 8, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 44, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { "serialization" : { "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", @@ -3730,99 +8579,99 @@ "value" : 1 }, "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" } }, "typology" : { "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", + "description" : "This is the product description of a module", "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" }, "metadata" : { "validityDate" : "2000-01-01", "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" + "issueDate" : "2023-03-14", + "version" : 1.4, + "status" : "Approved" }, "characteristics" : { "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "diameter" : 229.6247, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 }, "lifespan" : { - "unit" : "unit:day", - "value" : 36 + "unit" : "unit:year", + "value" : 15 } }, "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 + "placedOnMarket" : "2022-01-16", + "warranty" : 60 }, "identification" : { "localIdentifiers" : [ { - "value" : "NO-006060737324385030528643", + "value" : "NO-919179362377079580444521", "key" : "PartInstanceID" } ], - "gtin" : "12345678", + "gtin" : " 45252906", "additionalCode" : [ { "name" : "TARIC", - "value" : "8703 24 10 00" + "value" : "696133927" } ] }, "sources" : { "optional" : [ { "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, - "name" : "other" + "name" : "sustainability" } ], "mandatory" : { "safetyTransportation" : { - "header" : "Sustainability Document Material XY", + "header" : "Shipping guidelines", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", + "header" : "Laboratory test results HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "safetyPackaging" : { - "header" : "Sustainability Document Material XY", + "header" : "Packaging instruction for HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "declarationOfConformity" : [ { "document" : { "header" : "Sustainability Document Material XY", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "name" : "other" } ] @@ -3830,215 +8679,88 @@ }, "handling" : { "maintenanceHistory" : [ { - "date" : "2000-01-01", + "date" : "2023-03-29", "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" + "description" : "Battery test", + "title" : "Maintenance Service" } ], - "reusablePackaging" : true, + "reusablePackaging" : false, "spareParts" : [ { "partId" : "Aluminum Housing 952/C", "name" : "Aluminum Housing", "producerId" : "BPNL1234567890ZZ" } ], "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", + "unit" : "unit:percent", "name" : "Lead", - "location" : "Housing", + "location" : "HvbCell", "concentration" : { - "left" : [ 3.592682E37 ] + "left" : [ 0.2175 ] }, - "id" : "RC0402" + "id" : "TH5675" } ] }, "additionalData" : [ { "data" : "23", "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "data" : "", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], "sustainability" : { "material" : [ { "recycled" : false, - "renewable" : true, + "renewable" : false, "percentage" : 5, - "name" : "Aluminium" + "name" : "Manganese" } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], + "critical" : [ "Nickel" ], "carbonFootprint" : { "crossSectoralStandard" : "GHG Protocol Product standard", "productOrSectorSpecificRules" : [ { "extWBCSD_otherOperatorName" : "NSF", "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { + "productOrSectorSpecificRules" : [ { "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } + } ] } ], - "carbonContentTotal" : 2.5 + "carbonContentTotal" : 118 }, "state" : "first life" }, "operation" : { - "importer" : "BPNL1234567890ZZ", + "importer" : "BPNL00000003B2OM", "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" } } } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd014aa9-0700-43e8-a054-1cfab8cd2422", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6ff64eb1-b204-43a4-9b82-b51c01a05be8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:957350e5-96c4-47fd-b1ef-cd01b4a12711", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:aecab39a-8084-44e4-ad43-ae410ebce53a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3adf5f22-8ec4-41b4-bdaa-966d80e9a165", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a1d46707-c691-4f5c-b8fa-de643c0ecae5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:008b317b-599e-40af-b3a7-1ec4d097212b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:68920ee8-b982-4e06-abca-a6bbc5dc4b5a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f29148a0-3c5c-4963-b3e7-d8b18080e0d1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bcc80e05-e4cf-4dcb-b8c9-fe7cdaf767e0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5a3e9995-2631-4683-b156-ed5db3ebc4b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Sealant" - } + "productType" : "module" } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -4049,9 +8771,13 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItems" : [ ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Sealant", "materialClass" : "6.3", @@ -4601,151 +9327,128 @@ "weight" : "0.11", "materialAbbreviation" : "SEL3321" } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 + } ], + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "439214", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7990", + "materialNameStandardizedValue" : "PP-TD10" }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "manufacturerId" : "BPNL00000003AXS3", "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:6ff64eb1-b204-43a4-9b82-b51c01a05be8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ff64eb1-b204-43a4-9b82-b51c01a05be8", + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "partTypeInformation" : { + "manufacturerPartId" : "ZP-94", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:50a7db2d-2370-45db-99a0-1041c9f616fa", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -4756,9 +9459,111 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-09-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "825197", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6699", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -4766,31 +9571,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-857995664479323901344849", + "value" : "NO-870119299818458530530204", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6ff64eb1-b204-43a4-9b82-b51c01a05be8", + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ff6d56f4-ba0a-41a7-9eac-644afb77c476", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -4799,7 +9629,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -5024,7 +9872,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-857995664479323901344849", + "batteryIDDMCCode" : "NO-870119299818458530530204", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -5035,32 +9883,206 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ff64eb1-b204-43a4-9b82-b51c01a05be8", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Cathode Material", + "materialClass" : "8.1", + "component" : [ { + "materialName" : "Cobalt lithium manganese nickel oxide", + "recycledContent" : 64, + "materialClass" : "8.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 100 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "NCM" + } ] + } ], + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "284332", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "4702", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "partTypeInformation" : { + "manufacturerPartId" : "PB-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b857d83b-24ba-4011-8670-afa57caee306", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-23", + "currentStateOfHealthTimestamp" : "2018-07-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-19", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -5069,65 +10091,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Cathode Material" - } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Cathode Material", - "materialClass" : "8.1", - "component" : [ { - "materialName" : "Cobalt lithium manganese nickel oxide", - "recycledContent" : 49, - "materialClass" : "8.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 100 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "NCM" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:957350e5-96c4-47fd-b1ef-cd01b4a12711", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:957350e5-96c4-47fd-b1ef-cd01b4a12711", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "152028", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3992", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -5135,31 +10167,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-853124883969667129445509", + "value" : "NO-935980723922638521184633", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:957350e5-96c4-47fd-b1ef-cd01b4a12711", + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:090a652a-eb82-4bd2-b922-9552d0dc119a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -5168,7 +10225,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -5393,7 +10468,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-853124883969667129445509", + "batteryIDDMCCode" : "NO-935980723922638521184633", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -5404,32 +10479,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:957350e5-96c4-47fd-b1ef-cd01b4a12711", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-13", + "currentStateOfHealthTimestamp" : "2023-12-23", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -5438,65 +10539,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Cathode Material" - } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Cathode Material", - "materialClass" : "8.1", - "component" : [ { - "materialName" : "Cobalt lithium manganese nickel oxide", - "recycledContent" : 43, - "materialClass" : "8.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 100 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "NCM" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:aecab39a-8084-44e4-ad43-ae410ebce53a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aecab39a-8084-44e4-ad43-ae410ebce53a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "139981", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2416", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -5504,31 +10615,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-692875806316125826798428", + "value" : "NO-238580062345830034707563", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:aecab39a-8084-44e4-ad43-ae410ebce53a", + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b2a9d07-362d-4280-b197-7560f8b83466", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -5537,7 +10673,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -5762,7 +10916,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-692875806316125826798428", + "batteryIDDMCCode" : "NO-238580062345830034707563", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -5773,32 +10927,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aecab39a-8084-44e4-ad43-ae410ebce53a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-10", + "currentStateOfHealthTimestamp" : "2016-01-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthTimestamp" : "2024-03-04", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -5807,28 +10987,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3adf5f22-8ec4-41b4-bdaa-966d80e9a165", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3adf5f22-8ec4-41b4-bdaa-966d80e9a165", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "595129", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5497", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -5836,31 +11063,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-311566371175038172877649", + "value" : "NO-455702864631548437744445", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3adf5f22-8ec4-41b4-bdaa-966d80e9a165", + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85e9413f-feb0-49ac-96eb-500434d4cd67", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -5869,7 +11121,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -6094,7 +11364,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-311566371175038172877649", + "batteryIDDMCCode" : "NO-455702864631548437744445", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -6105,32 +11375,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3adf5f22-8ec4-41b4-bdaa-966d80e9a165", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-01", + "currentStateOfHealthTimestamp" : "2015-10-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -6139,28 +11435,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a1d46707-c691-4f5c-b8fa-de643c0ecae5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1d46707-c691-4f5c-b8fa-de643c0ecae5", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "585154", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5298", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -6168,31 +11511,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-436207346879295345806767", + "value" : "NO-979377149851032251466611", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a1d46707-c691-4f5c-b8fa-de643c0ecae5", + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7c569605-cb6f-4c8a-8eea-023f57a54b2f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -6201,7 +11569,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -6426,7 +11812,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-436207346879295345806767", + "batteryIDDMCCode" : "NO-979377149851032251466611", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -6437,32 +11823,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1d46707-c691-4f5c-b8fa-de643c0ecae5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-26", + "currentStateOfHealthTimestamp" : "2022-06-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-15", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -6471,28 +11883,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:008b317b-599e-40af-b3a7-1ec4d097212b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:008b317b-599e-40af-b3a7-1ec4d097212b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "659956", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7569", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -6500,31 +11959,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-822495796742144823677755", + "value" : "NO-953337162480525054890231", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:008b317b-599e-40af-b3a7-1ec4d097212b", + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6319ef3a-a750-460e-9dfb-11548c767ce3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -6533,7 +12017,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -6758,7 +12260,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-822495796742144823677755", + "batteryIDDMCCode" : "NO-953337162480525054890231", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -6769,32 +12271,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:008b317b-599e-40af-b3a7-1ec4d097212b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-28", + "currentStateOfHealthTimestamp" : "2015-09-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -6803,28 +12331,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:68920ee8-b982-4e06-abca-a6bbc5dc4b5a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:68920ee8-b982-4e06-abca-a6bbc5dc4b5a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "350434", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5076", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -6832,31 +12407,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-999408937089315271261388", + "value" : "NO-283025147867584842633737", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:68920ee8-b982-4e06-abca-a6bbc5dc4b5a", + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:227fc68c-8fcb-470e-b4b2-7d2a4306119a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -6865,7 +12465,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -7090,7 +12708,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-999408937089315271261388", + "batteryIDDMCCode" : "NO-283025147867584842633737", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -7101,32 +12719,206 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:68920ee8-b982-4e06-abca-a6bbc5dc4b5a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Cathode Material", + "materialClass" : "8.1", + "component" : [ { + "materialName" : "Cobalt lithium manganese nickel oxide", + "recycledContent" : 5, + "materialClass" : "8.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 100 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "NCM" + } ] + } ], + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "367891", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "9726", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "partTypeInformation" : { + "manufacturerPartId" : "NF-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:01a26bc3-e056-462d-a140-18143ef35552", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-29", + "currentStateOfHealthTimestamp" : "2014-07-31", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-06", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -7135,28 +12927,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f29148a0-3c5c-4963-b3e7-d8b18080e0d1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f29148a0-3c5c-4963-b3e7-d8b18080e0d1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "859856", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5694", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -7164,31 +13003,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-685147455980327102937200", + "value" : "NO-409479289986597261873689", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f29148a0-3c5c-4963-b3e7-d8b18080e0d1", + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e33f4ea9-6b55-43ce-95c1-2114aa644a79", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -7197,7 +13061,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -7422,7 +13304,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-685147455980327102937200", + "batteryIDDMCCode" : "NO-409479289986597261873689", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -7433,32 +13315,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f29148a0-3c5c-4963-b3e7-d8b18080e0d1", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-09", + "currentStateOfHealthTimestamp" : "2018-04-13", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -7467,28 +13375,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bcc80e05-e4cf-4dcb-b8c9-fe7cdaf767e0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bcc80e05-e4cf-4dcb-b8c9-fe7cdaf767e0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "545341", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4845", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -7496,31 +13451,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-910792529725896394167209", + "value" : "NO-927504595898056099855081", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bcc80e05-e4cf-4dcb-b8c9-fe7cdaf767e0", + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:23dcadc5-48a6-44c2-ab39-a0f7df4c3673", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -7529,7 +13509,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -7754,7 +13752,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-910792529725896394167209", + "batteryIDDMCCode" : "NO-927504595898056099855081", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -7765,32 +13763,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bcc80e05-e4cf-4dcb-b8c9-fe7cdaf767e0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-07", + "currentStateOfHealthTimestamp" : "2023-11-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-06", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -7799,28 +13823,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5a3e9995-2631-4683-b156-ed5db3ebc4b9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a3e9995-2631-4683-b156-ed5db3ebc4b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "953322", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7532", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -7828,31 +13899,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-447916946967511659336907", + "value" : "NO-235015725608216527525071", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5a3e9995-2631-4683-b156-ed5db3ebc4b9", + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2992debd-b624-4e10-a8b0-14d75bacb06e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -7861,7 +13957,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -8086,7 +14200,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-447916946967511659336907", + "batteryIDDMCCode" : "NO-235015725608216527525071", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -8097,49 +14211,20 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a3e9995-2631-4683-b156-ed5db3ebc4b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3b58dfd1-da92-41f7-b075-d72b179100cb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3b58dfd1-da92-41f7-b075-d72b179100cb", + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -8150,41 +14235,488 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 85, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 22, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 42, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "257733", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8201", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-018101300321963888807718", + "value" : "NO-838322959839811561036246", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3b58dfd1-da92-41f7-b075-d72b179100cb", + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", "partTypeInformation" : { "manufacturerPartId" : "8840838-04", "customerPartId" : "8840838-04", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "HV MODUL", "nameAtCustomer" : "HV MODUL" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:237a08cc-a748-4328-a1a3-26fce5b741ec", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1a880c81-c570-4f23-86bd-dd1663ba5005", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8178eeef-1938-42bd-bae0-b36c1ef2955b", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0a095fba-2240-4a3e-99e8-2a131d955aa8", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e74b82c3-238d-4183-a09d-9aefe69ff2a1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c4071f3c-ace8-422a-bb4d-24f525ec4205", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4637ad73-e6cb-4d46-9969-bb072fa94ce4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0b3b77b9-bebb-4b19-9c57-ec03c29e084b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c113691e-5a5b-4dd4-92f9-4770d88aa2ae", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dc4d46c1-3254-4655-85df-ade73fdd2276", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4487104c-2670-48c8-821f-95bb06d457e4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -8409,7 +14941,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-018101300321963888807718", + "batteryIDDMCCode" : "NO-838322959839811561036246", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -8420,40 +14952,7 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 24, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 36, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 9, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { "serialization" : { "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", @@ -8464,99 +14963,99 @@ "value" : 1 }, "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" } }, "typology" : { "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", + "description" : "This is the product description of a module", "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" }, "metadata" : { "validityDate" : "2000-01-01", "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" + "issueDate" : "2022-10-11", + "version" : 1.7, + "status" : "Approved" }, "characteristics" : { "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "diameter" : 229.6942, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 }, "lifespan" : { - "unit" : "unit:day", - "value" : 36 + "unit" : "unit:year", + "value" : 16 } }, "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 + "placedOnMarket" : "2021-12-17", + "warranty" : 60 }, "identification" : { "localIdentifiers" : [ { - "value" : "NO-018101300321963888807718", + "value" : "NO-838322959839811561036246", "key" : "PartInstanceID" } ], - "gtin" : "12345678", + "gtin" : " 97227772", "additionalCode" : [ { "name" : "TARIC", - "value" : "8703 24 10 00" + "value" : "636715904" } ] }, "sources" : { "optional" : [ { "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, - "name" : "other" + "name" : "sustainability" } ], "mandatory" : { "safetyTransportation" : { - "header" : "Sustainability Document Material XY", + "header" : "Shipping guidelines", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", + "header" : "Laboratory test results HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "safetyPackaging" : { - "header" : "Sustainability Document Material XY", + "header" : "Packaging instruction for HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "declarationOfConformity" : [ { "document" : { "header" : "Sustainability Document Material XY", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "name" : "other" } ] @@ -8564,10 +15063,10 @@ }, "handling" : { "maintenanceHistory" : [ { - "date" : "2000-01-01", + "date" : "2023-04-26", "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" + "description" : "Battery test", + "title" : "Maintenance Service" } ], "reusablePackaging" : true, "spareParts" : [ { @@ -8576,197 +15075,191 @@ "producerId" : "BPNL1234567890ZZ" } ], "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", + "unit" : "unit:percent", "name" : "Lead", - "location" : "Housing", + "location" : "HvbCell", "concentration" : { - "left" : [ 3.592682E37 ] + "left" : [ 6.5069 ] }, - "id" : "RC0402" + "id" : "YQ8580" } ] }, "additionalData" : [ { "data" : "23", "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "data" : "", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], "sustainability" : { "material" : [ { - "recycled" : false, - "renewable" : true, + "recycled" : true, + "renewable" : false, "percentage" : 5, - "name" : "Aluminium" + "name" : "UV Varnish" } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], + "critical" : [ "Cobalt" ], "carbonFootprint" : { "crossSectoralStandard" : "GHG Protocol Product standard", "productOrSectorSpecificRules" : [ { "extWBCSD_otherOperatorName" : "NSF", "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { + "productOrSectorSpecificRules" : [ { "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } + } ] } ], - "carbonContentTotal" : 2.5 + "carbonContentTotal" : 118 }, "state" : "first life" }, "operation" : { - "importer" : "BPNL1234567890ZZ", + "importer" : "BPNL00000003B3NX", "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AVTH" } } } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3b58dfd1-da92-41f7-b075-d72b179100cb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ffdfc157-c96f-4e9e-a853-d2d6a5f40f0a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c2c71102-9173-418b-b8ae-8623e60afd5e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c65a4a50-cee7-4ac3-99ba-195911a9a3f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a0f23ccb-5435-4072-8c14-45949d1213dd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d666a2f0-8a46-44e0-8175-4f715c514744", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9cbcbf19-a2ad-4003-8038-7ef7bfd193d5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:86996804-d0d3-4ae1-9c98-5e3aa17488e2", + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-01-16", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 }, { - "catenaXId" : "urn:uuid:54b318fc-d4c9-4ad5-aa70-46e54c852e4e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "currentStateOfHealthTimestamp" : "2024-02-17", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "904375", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bc271ef5-f024-434b-8c20-c2c61b6fd046", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:76eadb99-2b46-405a-8f93-60dbdb57ae08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "2364", + "materialNameStandardizedValue" : "PP-TD10" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ffdfc157-c96f-4e9e-a853-d2d6a5f40f0a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ffdfc157-c96f-4e9e-a853-d2d6a5f40f0a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -8774,31 +15267,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-342214621216577185615190", + "value" : "NO-663073156093039453892485", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ffdfc157-c96f-4e9e-a853-d2d6a5f40f0a", + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:30d3e983-f90e-4392-9d12-d30ba1b6c9ed", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -8807,7 +15325,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -9032,7 +15568,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-342214621216577185615190", + "batteryIDDMCCode" : "NO-663073156093039453892485", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -9043,32 +15579,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ffdfc157-c96f-4e9e-a853-d2d6a5f40f0a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-01-19", + "currentStateOfHealthTimestamp" : "2015-02-07", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -9077,28 +15639,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c2c71102-9173-418b-b8ae-8623e60afd5e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c2c71102-9173-418b-b8ae-8623e60afd5e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "421491", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1098", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -9106,31 +15715,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-140923779637789651001170", + "value" : "NO-816234871234575434175023", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c2c71102-9173-418b-b8ae-8623e60afd5e", + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:adee468e-b4ac-449d-bd1d-af91c0ef97b8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -9139,7 +15773,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -9364,7 +16016,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-140923779637789651001170", + "batteryIDDMCCode" : "NO-816234871234575434175023", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -9375,32 +16027,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c2c71102-9173-418b-b8ae-8623e60afd5e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-15", + "currentStateOfHealthTimestamp" : "2022-04-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-03-06", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -9409,28 +16087,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c65a4a50-cee7-4ac3-99ba-195911a9a3f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c65a4a50-cee7-4ac3-99ba-195911a9a3f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "779982", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6142", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -9438,31 +16163,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-003280884514502319068733", + "value" : "NO-738268322111071992512022", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c65a4a50-cee7-4ac3-99ba-195911a9a3f8", + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b54255d5-26c1-439f-9fed-cc1234d85a7c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -9471,7 +16221,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -9696,7 +16464,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-003280884514502319068733", + "batteryIDDMCCode" : "NO-738268322111071992512022", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -9707,32 +16475,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c65a4a50-cee7-4ac3-99ba-195911a9a3f8", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-11-12", + "currentStateOfHealthTimestamp" : "2021-12-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -9741,28 +16535,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a0f23ccb-5435-4072-8c14-45949d1213dd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0f23ccb-5435-4072-8c14-45949d1213dd", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "873620", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6215", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -9770,31 +16611,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-761648863554277451842624", + "value" : "NO-321442052139648020241062", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a0f23ccb-5435-4072-8c14-45949d1213dd", + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6f120025-b053-4ce1-baad-62df174f0b12", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -9803,7 +16669,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -10028,7 +16912,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-761648863554277451842624", + "batteryIDDMCCode" : "NO-321442052139648020241062", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -10039,32 +16923,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0f23ccb-5435-4072-8c14-45949d1213dd", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-12", + "currentStateOfHealthTimestamp" : "2018-10-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -10073,28 +16983,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d666a2f0-8a46-44e0-8175-4f715c514744", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d666a2f0-8a46-44e0-8175-4f715c514744", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "175377", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9620", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -10102,31 +17059,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-869167328528610974210798", + "value" : "NO-114516443320856885894272", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d666a2f0-8a46-44e0-8175-4f715c514744", + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f7fb4221-398c-4445-8392-1f52a7bf6263", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -10135,7 +17117,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -10360,7 +17360,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-869167328528610974210798", + "batteryIDDMCCode" : "NO-114516443320856885894272", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -10371,32 +17371,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d666a2f0-8a46-44e0-8175-4f715c514744", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-18", + "currentStateOfHealthTimestamp" : "2019-02-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-02-21", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -10405,28 +17431,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9cbcbf19-a2ad-4003-8038-7ef7bfd193d5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cbcbf19-a2ad-4003-8038-7ef7bfd193d5", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "968582", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "2601", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -10434,31 +17507,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-009082843985647997897050", + "value" : "NO-202860084166978430348394", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9cbcbf19-a2ad-4003-8038-7ef7bfd193d5", + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:11a35756-0df2-4e6f-8360-a615062cd546", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -10467,7 +17565,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -10692,7 +17808,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-009082843985647997897050", + "batteryIDDMCCode" : "NO-202860084166978430348394", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -10703,32 +17819,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cbcbf19-a2ad-4003-8038-7ef7bfd193d5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-05", + "currentStateOfHealthTimestamp" : "2021-05-30", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -10737,28 +17879,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:86996804-d0d3-4ae1-9c98-5e3aa17488e2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:86996804-d0d3-4ae1-9c98-5e3aa17488e2", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "745299", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3571", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -10766,31 +17955,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-116195406851036540903025", + "value" : "NO-494374901619716039791371", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:86996804-d0d3-4ae1-9c98-5e3aa17488e2", + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:34462397-5903-4a4a-9c39-257ac4d690e6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -10799,7 +18013,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -11024,7 +18256,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-116195406851036540903025", + "batteryIDDMCCode" : "NO-494374901619716039791371", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -11035,32 +18267,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:86996804-d0d3-4ae1-9c98-5e3aa17488e2", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-12-16", + "currentStateOfHealthTimestamp" : "2019-10-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-06", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -11069,28 +18327,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:54b318fc-d4c9-4ad5-aa70-46e54c852e4e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:54b318fc-d4c9-4ad5-aa70-46e54c852e4e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "429296", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1645", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -11098,31 +18403,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-297518813939198349484510", + "value" : "NO-794467681195929992255435", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:54b318fc-d4c9-4ad5-aa70-46e54c852e4e", + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8e862982-2150-453e-8229-654d52d3cd65", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -11131,7 +18461,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -11356,7 +18704,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-297518813939198349484510", + "batteryIDDMCCode" : "NO-794467681195929992255435", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -11367,32 +18715,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:54b318fc-d4c9-4ad5-aa70-46e54c852e4e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-12", + "currentStateOfHealthTimestamp" : "2019-04-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -11401,28 +18775,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bc271ef5-f024-434b-8c20-c2c61b6fd046", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bc271ef5-f024-434b-8c20-c2c61b6fd046", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "144745", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7152", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -11430,31 +18851,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-500809446482002974193847", + "value" : "NO-034590603053687442399458", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bc271ef5-f024-434b-8c20-c2c61b6fd046", + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4283681d-1881-4219-ba87-e2bc0caa933b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -11463,7 +18909,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -11688,7 +19152,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-500809446482002974193847", + "batteryIDDMCCode" : "NO-034590603053687442399458", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -11699,32 +19163,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bc271ef5-f024-434b-8c20-c2c61b6fd046", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-14", + "currentStateOfHealthTimestamp" : "2021-03-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -11733,28 +19223,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:76eadb99-2b46-405a-8f93-60dbdb57ae08", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:76eadb99-2b46-405a-8f93-60dbdb57ae08", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "876397", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9888", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -11762,31 +19299,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-443379837739172050361883", + "value" : "NO-616535750451374596363638", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:76eadb99-2b46-405a-8f93-60dbdb57ae08", + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dd9de3f8-aa2d-4cf6-b047-fd58b7327057", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -11795,7 +19357,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -12020,7 +19600,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-443379837739172050361883", + "batteryIDDMCCode" : "NO-616535750451374596363638", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -12031,49 +19611,20 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:76eadb99-2b46-405a-8f93-60dbdb57ae08", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:44347dec-21d1-47aa-b2a7-f959bf9d424b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:44347dec-21d1-47aa-b2a7-f959bf9d424b", + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -12084,280 +19635,12 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-282209222605524629600815", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:44347dec-21d1-47aa-b2a7-f959bf9d424b", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-282209222605524629600815", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 37, + "recycledContent" : 47, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -12367,7 +19650,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 22, + "recycledContent" : 47, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -12377,7 +19660,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 76, + "recycledContent" : 22, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -12387,693 +19670,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-282209222605524629600815", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:44347dec-21d1-47aa-b2a7-f959bf9d424b", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b0acf3e1-3fbe-46c0-aa0b-0724caae7772", + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:03c34e44-31e6-44ab-b332-17df555ffc13", + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1233b405-5ac8-4867-93f8-6fdf37733737", + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:00f8ad92-9039-4641-a29c-7eca44cdee97", + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:31b3ec2f-f830-48e2-96fb-942fee29f4ed", + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4ac82c91-1296-40c4-8d14-ff667491a8a3", + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:19260319-e0db-4725-8b8c-fe3174fa8f9b", + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3c607def-69a0-4161-851e-0b1c7aab3320", + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9516f093-f698-4236-80c3-8a4e218762f8", + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:cc992291-6d91-4b9a-b206-5f9edb37b7ce", + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:b0acf3e1-3fbe-46c0-aa0b-0724caae7772", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b0acf3e1-3fbe-46c0-aa0b-0724caae7772", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "45913", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1869", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-917923082133064161014067", + "value" : "NO-757418965725956072308711", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b0acf3e1-3fbe-46c0-aa0b-0724caae7772", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" } ] }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" + "ownerItemId" : "urn:uuid:80223f49-7d96-423f-b359-43ca533684f3", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" + "ownerItemId" : "urn:uuid:d0b73988-05f1-4457-98da-cd5afc4bcdaa", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" + "ownerItemId" : "urn:uuid:dfeddda1-3f79-46dc-97d1-165cf02ed355", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } + "ownerItemId" : "urn:uuid:7ac77862-aeea-4613-9a60-a44ee96a2de6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d767f979-c2ff-4609-bc6c-0504129a99cc", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" + "childassetId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" + "ownerItemId" : "urn:uuid:84c058c5-83fb-4b6d-b971-ae9c9efc9995", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" + "ownerItemId" : "urn:uuid:d3f548b3-47cd-42e1-9972-b64deb3f5ae2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" + "ownerItemId" : "urn:uuid:7011d5bc-bbfb-4d22-981a-2f90607db71c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" + "ownerItemId" : "urn:uuid:b4a3840e-e9cf-42f8-8d08-49010ad2e780", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-917923082133064161014067", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b0acf3e1-3fbe-46c0-aa0b-0724caae7772", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 + "ownerItemId" : "urn:uuid:a000e83f-e975-4979-919c-bd75199d653e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:03c34e44-31e6-44ab-b332-17df555ffc13", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:03c34e44-31e6-44ab-b332-17df555ffc13", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, "measurementUnit" : "unit:litre" }, + "ownerItemId" : "urn:uuid:c31a4a71-f96a-4e58-9ad6-462dc39a9be0", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "childassetId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-890395265988603562877676", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:03c34e44-31e6-44ab-b332-17df555ffc13", + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -13298,7 +20341,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-890395265988603562877676", + "batteryIDDMCCode" : "NO-757418965725956072308711", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -13309,49 +20352,199 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:03c34e44-31e6-44ab-b332-17df555ffc13", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "unit" : "unit:piece", + "value" : 1 }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-07-01", + "version" : 1.6, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6343, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2021-07-24", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-757418965725956072308711", + "key" : "PartInstanceID" + } ], + "gtin" : " 14004109", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "263852104" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-04", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 6.181 ] + }, + "id" : "GB2917" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Cobalt" + } ], + "critical" : [ "Graphite" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 109 + }, + "state" : "first life" }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1233b405-5ac8-4867-93f8-6fdf37733737", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1233b405-5ac8-4867-93f8-6fdf37733737", + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -13362,61 +20555,1114 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItems" : [ ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-135342108157438763234738", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1233b405-5ac8-4867-93f8-6fdf37733737", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + } ], + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "478965", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "9356", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "partTypeInformation" : { + "manufacturerPartId" : "LV-64", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:77d765dc-1725-4fa0-850f-14ff4d221640", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-10-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "187290", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5718", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-196750260355920905784672", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6975d17d-ad2e-4f27-a09a-7a8c146b67ef", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, "minVoltage" : 2.04 }, "internalResistance" : { @@ -13630,7 +21876,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-135342108157438763234738", + "batteryIDDMCCode" : "NO-196750260355920905784672", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -13641,32 +21887,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1233b405-5ac8-4867-93f8-6fdf37733737", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-02-06", + "currentStateOfHealthTimestamp" : "2014-06-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -13675,28 +21947,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:00f8ad92-9039-4641-a29c-7eca44cdee97", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:00f8ad92-9039-4641-a29c-7eca44cdee97", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "52305", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7544", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -13704,31 +22023,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-560082534190710015695641", + "value" : "NO-851192230441246681631253", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:00f8ad92-9039-4641-a29c-7eca44cdee97", + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:15dbcdd6-dd2d-45ad-aac1-734e616a03bf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -13737,7 +22081,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -13962,7 +22324,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-560082534190710015695641", + "batteryIDDMCCode" : "NO-851192230441246681631253", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -13973,32 +22335,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:00f8ad92-9039-4641-a29c-7eca44cdee97", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-24", + "currentStateOfHealthTimestamp" : "2018-09-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-15", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -14007,28 +22395,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:31b3ec2f-f830-48e2-96fb-942fee29f4ed", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:31b3ec2f-f830-48e2-96fb-942fee29f4ed", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "564965", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3263", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -14036,31 +22471,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-025845701099293236003901", + "value" : "NO-561731599817906783111770", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:31b3ec2f-f830-48e2-96fb-942fee29f4ed", + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:129f667e-3c6f-401c-88cc-2ba08ba8e90f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -14069,7 +22529,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -14294,7 +22772,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-025845701099293236003901", + "batteryIDDMCCode" : "NO-561731599817906783111770", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -14305,32 +22783,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:31b3ec2f-f830-48e2-96fb-942fee29f4ed", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-18", + "currentStateOfHealthTimestamp" : "2017-04-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-27", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -14339,28 +22843,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4ac82c91-1296-40c4-8d14-ff667491a8a3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ac82c91-1296-40c4-8d14-ff667491a8a3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "429757", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "8870", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -14368,31 +22919,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-766073109157573922681145", + "value" : "NO-601684402916676295378875", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4ac82c91-1296-40c4-8d14-ff667491a8a3", + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2b3628a7-4249-484d-bc58-666402b64cbe", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -14401,7 +22977,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -14626,7 +23220,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-766073109157573922681145", + "batteryIDDMCCode" : "NO-601684402916676295378875", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -14637,32 +23231,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ac82c91-1296-40c4-8d14-ff667491a8a3", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-08", + "currentStateOfHealthTimestamp" : "2014-12-13", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -14671,28 +23291,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:19260319-e0db-4725-8b8c-fe3174fa8f9b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:19260319-e0db-4725-8b8c-fe3174fa8f9b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "106891", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7770", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -14700,31 +23367,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-302197416077889268774501", + "value" : "NO-220579398527605828592786", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:19260319-e0db-4725-8b8c-fe3174fa8f9b", + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2c866b62-ebb6-441f-abb8-2e5a48f094a2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -14733,7 +23425,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -14958,7 +23668,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-302197416077889268774501", + "batteryIDDMCCode" : "NO-220579398527605828592786", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -14969,32 +23679,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:19260319-e0db-4725-8b8c-fe3174fa8f9b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-28", + "currentStateOfHealthTimestamp" : "2015-08-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-03-01", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -15003,28 +23739,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3c607def-69a0-4161-851e-0b1c7aab3320", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3c607def-69a0-4161-851e-0b1c7aab3320", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "970794", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3631", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -15032,31 +23815,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-277339104534065291023852", + "value" : "NO-989896312164316486011352", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3c607def-69a0-4161-851e-0b1c7aab3320", + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:20916d3d-c2e1-472b-83ba-7a22b30ff252", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -15065,7 +23873,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -15290,7 +24116,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-277339104534065291023852", + "batteryIDDMCCode" : "NO-989896312164316486011352", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -15301,32 +24127,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3c607def-69a0-4161-851e-0b1c7aab3320", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-15", + "currentStateOfHealthTimestamp" : "2019-09-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -15335,28 +24187,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9516f093-f698-4236-80c3-8a4e218762f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9516f093-f698-4236-80c3-8a4e218762f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "603324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4498", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -15364,31 +24263,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-314232966820566941989020", + "value" : "NO-668413753586612912737466", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9516f093-f698-4236-80c3-8a4e218762f8", + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:18550a52-d54c-49e1-b977-2f8a33051998", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -15397,7 +24321,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -15622,7 +24564,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-314232966820566941989020", + "batteryIDDMCCode" : "NO-668413753586612912737466", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -15633,32 +24575,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9516f093-f698-4236-80c3-8a4e218762f8", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-20", + "currentStateOfHealthTimestamp" : "2015-06-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-02-25", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -15667,15 +24635,408 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cc992291-6d91-4b9a-b206-5f9edb37b7ce", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc992291-6d91-4b9a-b206-5f9edb37b7ce", + } ], + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "533786", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7404", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-573889269137330790927065", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4fd6b8c-9210-49ad-9633-86dea8229898", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-573889269137330790927065", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -15686,9 +25047,111 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-03-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" } ], + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "288513", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9298", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -15696,31 +25159,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-258054302819613241370099", + "value" : "NO-548985088263485891029251", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:cc992291-6d91-4b9a-b206-5f9edb37b7ce", + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:88cd2bda-e15b-4b2f-ac30-7d1f734f22fc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -15729,7 +25217,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -15954,7 +25460,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-258054302819613241370099", + "batteryIDDMCCode" : "NO-548985088263485891029251", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -15965,32 +25471,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc992291-6d91-4b9a-b206-5f9edb37b7ce", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-05", + "currentStateOfHealthTimestamp" : "2015-02-23", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-02-17", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -15999,60 +25531,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2b626a2e-cff7-4005-a867-3dc13791ed5d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2b626a2e-cff7-4005-a867-3dc13791ed5d", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "117589", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4089", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-606166361192012067196156", + "value" : "NO-905223916160251431905990", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2b626a2e-cff7-4005-a867-3dc13791ed5d", + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5f1b604b-bfce-4875-9577-5ea764d1e380", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -16277,7 +25908,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-606166361192012067196156", + "batteryIDDMCCode" : "NO-905223916160251431905990", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -16288,10 +25919,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 17, + "recycledContent" : 72, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -16301,7 +25958,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 7, + "recycledContent" : 47, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -16311,7 +25968,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 49, + "recycledContent" : 24, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -16321,1069 +25978,479 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-606166361192012067196156", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2b626a2e-cff7-4005-a867-3dc13791ed5d", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3ad7b19a-f6af-4b1a-ad37-572233a496b2", + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ec4f892e-d841-40a8-851c-af509495a7f0", + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d4659bad-ccfd-4f2a-92d8-683a44876e50", + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2775fa60-c8a7-4136-a08f-58a817671885", + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0673fee1-a309-4b34-aaa6-ee292debb10a", + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d0d76f17-10ea-482e-abb1-98f3453e1c40", + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:22045d86-e744-4899-947b-0d49ef256644", + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:19e5af87-f3f3-48ef-b1d0-507a06365a73", + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4b3157ed-775e-482f-8060-dd0da04c7ef7", + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:09f6f96a-fb6b-4c77-bf3b-2b1bc023b1fa", + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "948584", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4179", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "BID12345678", - "key" : "batchId" + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-883610489267919397198041", + "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Sealant" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, "measurementUnit" : "unit:litre" }, + "ownerItemId" : "urn:uuid:964a163a-2bf0-4777-8155-79c675c4c576", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:804f7b43-0ad9-47ec-bab9-4c16a3097999", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:16da91d1-50f8-491f-972b-b678de36973d", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f24fd8bc-8e8c-4ded-af59-71001eda2efd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a144cf41-dace-416d-a063-312c148fbb00", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:78fac256-ef9b-4c39-9731-1d23972dbf7e", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b8c898d-96a2-4c77-83f3-15eaa25e9c56", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2f9907f8-8d78-4c98-b627-14d40b90f64a", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:71ca0891-49a6-4095-9eec-1512a1e32a01", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:26705c57-e946-4965-b203-1ca0e893edf5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:de2242ff-f394-425d-90fb-519986cc0f9e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:3ad7b19a-f6af-4b1a-ad37-572233a496b2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ad7b19a-f6af-4b1a-ad37-572233a496b2", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-720198548585373600513532", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3ad7b19a-f6af-4b1a-ad37-572233a496b2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 }, "capacityFade" : 34 }, @@ -17582,7 +26649,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-720198548585373600513532", + "batteryIDDMCCode" : "NO-883610489267919397198041", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -17593,32 +26660,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ad7b19a-f6af-4b1a-ad37-572233a496b2", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-05-31", + "version" : 2.9, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.658, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2020-05-21", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-883610489267919397198041", + "key" : "PartInstanceID" + } ], + "gtin" : " 78139498", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "567980732" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-04-24", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.2616 ] + }, + "id" : "HP4995" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Aluminium" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-24", + "currentStateOfHealthTimestamp" : "2019-06-23", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -17627,28 +26899,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ec4f892e-d841-40a8-851c-af509495a7f0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec4f892e-d841-40a8-851c-af509495a7f0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "466131", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8863", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -17656,31 +26975,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-456542208514403652986787", + "value" : "NO-864415204672012382995251", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ec4f892e-d841-40a8-851c-af509495a7f0", + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:072bb6c2-1eb4-4e56-abee-b9fb5bc1abb3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -17689,7 +27033,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -17914,7 +27276,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-456542208514403652986787", + "batteryIDDMCCode" : "NO-864415204672012382995251", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -17925,32 +27287,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec4f892e-d841-40a8-851c-af509495a7f0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-06", + "currentStateOfHealthTimestamp" : "2015-05-05", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-10", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -17959,28 +27347,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d4659bad-ccfd-4f2a-92d8-683a44876e50", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d4659bad-ccfd-4f2a-92d8-683a44876e50", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "661427", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8111", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -17988,31 +27423,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-352662420944071686875521", + "value" : "NO-493676181103178298845139", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d4659bad-ccfd-4f2a-92d8-683a44876e50", + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5e37e292-0127-4167-9f4f-cb99076b0b4d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -18021,7 +27481,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -18246,7 +27724,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-352662420944071686875521", + "batteryIDDMCCode" : "NO-493676181103178298845139", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -18257,32 +27735,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d4659bad-ccfd-4f2a-92d8-683a44876e50", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-11", + "currentStateOfHealthTimestamp" : "2015-09-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -18291,28 +27795,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2775fa60-c8a7-4136-a08f-58a817671885", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2775fa60-c8a7-4136-a08f-58a817671885", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "366897", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1132", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -18320,31 +27871,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-937189107885524687146952", + "value" : "NO-791018505140292878166021", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2775fa60-c8a7-4136-a08f-58a817671885", + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:75b068da-aa67-4e6a-b520-481221293bc6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -18353,7 +27929,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -18578,7 +28172,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-937189107885524687146952", + "batteryIDDMCCode" : "NO-791018505140292878166021", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -18589,32 +28183,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2775fa60-c8a7-4136-a08f-58a817671885", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-14", + "currentStateOfHealthTimestamp" : "2022-12-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-16", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -18623,28 +28243,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0673fee1-a309-4b34-aaa6-ee292debb10a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0673fee1-a309-4b34-aaa6-ee292debb10a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "815598", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8846", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -18652,31 +28319,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-629318352947024898734412", + "value" : "NO-136928786987253017532224", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0673fee1-a309-4b34-aaa6-ee292debb10a", + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ddf726b-1c8d-4254-8b95-f2382d10158a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -18685,7 +28377,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -18910,7 +28620,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-629318352947024898734412", + "batteryIDDMCCode" : "NO-136928786987253017532224", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -18921,32 +28631,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0673fee1-a309-4b34-aaa6-ee292debb10a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-02-04", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-15", + "currentStateOfHealthTimestamp" : "2024-03-02", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -18955,60 +28691,132 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d0d76f17-10ea-482e-abb1-98f3453e1c40", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d0d76f17-10ea-482e-abb1-98f3453e1c40", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] } ], + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-731616585701520938463924", - "key" : "partInstanceId" - } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "267061", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4880", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-823948286883766869040317", + "key" : "partInstanceId" + } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d0d76f17-10ea-482e-abb1-98f3453e1c40", + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:296d4b41-5468-48c4-9c08-b016c8ecf54f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -19017,7 +28825,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -19242,7 +29068,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-731616585701520938463924", + "batteryIDDMCCode" : "NO-823948286883766869040317", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -19253,32 +29079,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d0d76f17-10ea-482e-abb1-98f3453e1c40", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-24", + "currentStateOfHealthTimestamp" : "2023-07-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -19287,28 +29139,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:22045d86-e744-4899-947b-0d49ef256644", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:22045d86-e744-4899-947b-0d49ef256644", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "589990", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7657", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -19316,31 +29215,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-667398731786254336188617", + "value" : "NO-587471081576721367794244", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:22045d86-e744-4899-947b-0d49ef256644", + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5a48df90-7b8a-4b95-9344-52eca9965050", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -19349,7 +29273,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -19574,7 +29516,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-667398731786254336188617", + "batteryIDDMCCode" : "NO-587471081576721367794244", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -19585,32 +29527,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:22045d86-e744-4899-947b-0d49ef256644", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-07", + "currentStateOfHealthTimestamp" : "2021-12-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-02-18", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -19619,28 +29587,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:19e5af87-f3f3-48ef-b1d0-507a06365a73", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:19e5af87-f3f3-48ef-b1d0-507a06365a73", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "523416", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1489", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -19648,31 +29663,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-602087487288225165100397", + "value" : "NO-109272763412992271485457", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:19e5af87-f3f3-48ef-b1d0-507a06365a73", + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:295e2d27-7c8c-4e5a-81dd-5c530b21c778", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -19681,7 +29721,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -19906,7 +29964,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-602087487288225165100397", + "batteryIDDMCCode" : "NO-109272763412992271485457", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -19917,32 +29975,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:19e5af87-f3f3-48ef-b1d0-507a06365a73", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-05", + "currentStateOfHealthTimestamp" : "2023-08-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-03-13", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -19951,28 +30035,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4b3157ed-775e-482f-8060-dd0da04c7ef7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b3157ed-775e-482f-8060-dd0da04c7ef7", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "604789", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -19980,31 +30111,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-850484378486385502278528", + "value" : "NO-148715251312244684318074", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4b3157ed-775e-482f-8060-dd0da04c7ef7", + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c576a060-ff25-4a2f-b542-34d06030c193", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -20013,7 +30169,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -20238,7 +30412,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-850484378486385502278528", + "batteryIDDMCCode" : "NO-148715251312244684318074", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -20249,32 +30423,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b3157ed-775e-482f-8060-dd0da04c7ef7", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-07", + "currentStateOfHealthTimestamp" : "2019-10-27", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-13", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -20283,28 +30483,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:09f6f96a-fb6b-4c77-bf3b-2b1bc023b1fa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:09f6f96a-fb6b-4c77-bf3b-2b1bc023b1fa", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "111210", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1999", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -20312,31 +30559,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-164250809850707724580623", + "value" : "NO-080480141948547472036219", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:09f6f96a-fb6b-4c77-bf3b-2b1bc023b1fa", + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dcf94afa-e965-4435-8341-c5489012be59", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -20345,7 +30617,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -20570,7 +30860,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-164250809850707724580623", + "batteryIDDMCCode" : "NO-080480141948547472036219", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -20581,32 +30871,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:09f6f96a-fb6b-4c77-bf3b-2b1bc023b1fa", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-24", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -20615,60 +30931,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fdac5598-41cc-4323-8068-92b5e9729ac6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fdac5598-41cc-4323-8068-92b5e9729ac6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "721267", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1845", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-982361993267732832038385", + "value" : "NO-671408531894681437693915", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fdac5598-41cc-4323-8068-92b5e9729ac6", + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d0c68643-a52f-41ae-9b3f-387e41741101", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -20893,7 +31308,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-982361993267732832038385", + "batteryIDDMCCode" : "NO-671408531894681437693915", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -20904,10 +31319,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 58, + "recycledContent" : 31, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -20917,7 +31358,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 0, + "recycledContent" : 79, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -20927,7 +31368,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 42, + "recycledContent" : 48, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -20937,361 +31378,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-982361993267732832038385", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fdac5598-41cc-4323-8068-92b5e9729ac6", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a15a1e3d-c1d1-46b3-8823-78687bb6bae1", + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:43d47b61-6aec-48f1-bd4b-de8509623507", + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7e52e347-0048-4dbf-9bce-67419ae61fde", + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:58b942c0-7912-4b21-bfbf-c78138c2c1aa", + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:04d16fa9-6276-4c93-bc70-2cbdb918c116", + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f3f92b86-4fea-459c-b526-eb5e4d346e78", + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:37046752-c38f-432b-9d69-5a02ceaa94b5", + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:286d9a23-3193-4a60-ae38-f1de2ade4f2a", + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b3b99f21-eedb-4ce5-a3f7-766b6cd38b24", + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:55a780ac-01d4-45cf-b7ce-e3edab380a73", + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:a15a1e3d-c1d1-46b3-8823-78687bb6bae1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a15a1e3d-c1d1-46b3-8823-78687bb6bae1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "575177", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1123", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-202356045804343149239551", + "value" : "NO-421487237719664337926264", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a15a1e3d-c1d1-46b3-8823-78687bb6bae1", + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:169730f9-82c2-419e-bec4-679b074587e1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e924db85-85d0-44a1-85e9-f4ab255622b6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7c4cffaa-7828-4fab-a805-de5eecec1be6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:304cfe22-30a3-45ad-8dee-86ec2a1a3951", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:13346a9c-c939-4477-bfde-9b8d1bf3eb46", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1cba473f-5ef8-4ea8-8247-c695813a0507", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:153c7f6f-c3d7-4473-9c0b-0fdd2af161a6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:632aaffc-66ce-4718-92f6-1176c2e1aca3", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e4486c97-ca35-46a3-ab8c-c3e0931bb0c2", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:56e69495-40bd-4652-be40-0e32b8153e11", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8c2ba5fe-0312-4618-8d66-f0188585c8c5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -21516,7 +32049,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-202356045804343149239551", + "batteryIDDMCCode" : "NO-421487237719664337926264", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -21527,32 +32060,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a15a1e3d-c1d1-46b3-8823-78687bb6bae1", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-17", + "version" : 2.5, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6908, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2023-10-13", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-421487237719664337926264", + "key" : "PartInstanceID" + } ], + "gtin" : " 58568407", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "284386811" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-12", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 9.7722 ] + }, + "id" : "AB2318" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 120 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-12-14", + "currentStateOfHealthTimestamp" : "2021-06-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-13", + "currentStateOfHealthTimestamp" : "2024-03-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -21561,28 +32299,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:43d47b61-6aec-48f1-bd4b-de8509623507", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:43d47b61-6aec-48f1-bd4b-de8509623507", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "641081", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3197", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -21590,31 +32375,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-436435488930938961171874", + "value" : "NO-657973422519230479340430", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:43d47b61-6aec-48f1-bd4b-de8509623507", + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:54335cc3-c3a9-4c6d-841b-9d6869d7518f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -21623,7 +32433,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -21848,7 +32676,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-436435488930938961171874", + "batteryIDDMCCode" : "NO-657973422519230479340430", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -21859,32 +32687,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:43d47b61-6aec-48f1-bd4b-de8509623507", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-23", + "currentStateOfHealthTimestamp" : "2014-08-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-03-04", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -21893,28 +32747,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7e52e347-0048-4dbf-9bce-67419ae61fde", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7e52e347-0048-4dbf-9bce-67419ae61fde", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "551084", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1432", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -21922,31 +32823,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-000248276754542061919438", + "value" : "NO-732408130437623009753172", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7e52e347-0048-4dbf-9bce-67419ae61fde", + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab04d475-4d30-4039-b0ce-1f565317db77", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -21955,7 +32881,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -22180,7 +33124,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-000248276754542061919438", + "batteryIDDMCCode" : "NO-732408130437623009753172", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -22191,32 +33135,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7e52e347-0048-4dbf-9bce-67419ae61fde", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-22", + "currentStateOfHealthTimestamp" : "2020-02-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -22225,28 +33195,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:58b942c0-7912-4b21-bfbf-c78138c2c1aa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:58b942c0-7912-4b21-bfbf-c78138c2c1aa", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "912331", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2489", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -22254,31 +33271,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-423904430542813350071277", + "value" : "NO-712777341404709239849724", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:58b942c0-7912-4b21-bfbf-c78138c2c1aa", + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:801d7df0-96c4-4c05-9b00-244356090ef6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -22287,7 +33329,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -22512,7 +33572,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-423904430542813350071277", + "batteryIDDMCCode" : "NO-712777341404709239849724", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -22523,32 +33583,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:58b942c0-7912-4b21-bfbf-c78138c2c1aa", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-06-08", + "currentStateOfHealthTimestamp" : "2019-11-02", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-06", + "currentStateOfHealthTimestamp" : "2024-03-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -22557,28 +33643,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:04d16fa9-6276-4c93-bc70-2cbdb918c116", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:04d16fa9-6276-4c93-bc70-2cbdb918c116", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "258856", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1575", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -22586,31 +33719,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-187980666555837029877311", + "value" : "NO-275660379821389876239471", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:04d16fa9-6276-4c93-bc70-2cbdb918c116", + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:135ff411-75d6-4d5e-87f2-8fd3c709bdd5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -22619,7 +33777,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -22844,7 +34020,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-187980666555837029877311", + "batteryIDDMCCode" : "NO-275660379821389876239471", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -22855,32 +34031,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:04d16fa9-6276-4c93-bc70-2cbdb918c116", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-05", + "currentStateOfHealthTimestamp" : "2021-09-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -22889,28 +34091,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f3f92b86-4fea-459c-b526-eb5e4d346e78", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f3f92b86-4fea-459c-b526-eb5e4d346e78", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "956265", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1435", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -22918,31 +34167,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-852814478731016802702033", + "value" : "NO-874268115549473309109964", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f3f92b86-4fea-459c-b526-eb5e4d346e78", + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:13484890-85d1-49cf-8913-163da1ea297f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -22951,7 +34225,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -23176,7 +34468,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-852814478731016802702033", + "batteryIDDMCCode" : "NO-874268115549473309109964", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -23187,32 +34479,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f3f92b86-4fea-459c-b526-eb5e4d346e78", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-26", + "currentStateOfHealthTimestamp" : "2014-07-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-13", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -23221,28 +34539,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:37046752-c38f-432b-9d69-5a02ceaa94b5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:37046752-c38f-432b-9d69-5a02ceaa94b5", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "476029", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8462", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -23250,31 +34615,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-789256372090419236765500", + "value" : "NO-804755969458043907284335", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:37046752-c38f-432b-9d69-5a02ceaa94b5", + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b1a988dc-e01d-4dc7-bae8-ed2d0bca93e4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -23283,7 +34673,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -23508,7 +34916,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-789256372090419236765500", + "batteryIDDMCCode" : "NO-804755969458043907284335", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -23519,32 +34927,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:37046752-c38f-432b-9d69-5a02ceaa94b5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-11-15", + "currentStateOfHealthTimestamp" : "2021-10-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-02-23", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -23553,28 +34987,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:286d9a23-3193-4a60-ae38-f1de2ade4f2a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:286d9a23-3193-4a60-ae38-f1de2ade4f2a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "484209", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6055", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -23582,31 +35063,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-679237917085672919466663", + "value" : "NO-613319179318249998509155", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:286d9a23-3193-4a60-ae38-f1de2ade4f2a", + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8cb2eddf-2036-4fb1-bdc1-a4825eb2822e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -23615,7 +35121,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -23840,7 +35364,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-679237917085672919466663", + "batteryIDDMCCode" : "NO-613319179318249998509155", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -23851,32 +35375,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:286d9a23-3193-4a60-ae38-f1de2ade4f2a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-07-26", + "currentStateOfHealthTimestamp" : "2016-01-06", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-24", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -23885,28 +35435,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b3b99f21-eedb-4ce5-a3f7-766b6cd38b24", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3b99f21-eedb-4ce5-a3f7-766b6cd38b24", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "494277", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "9889", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -23914,31 +35511,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-659933001634836883072347", + "value" : "NO-054137834947942447689111", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b3b99f21-eedb-4ce5-a3f7-766b6cd38b24", + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6a9d095d-a988-440d-acf0-660677522014", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -23947,7 +35569,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -24172,7 +35812,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-659933001634836883072347", + "batteryIDDMCCode" : "NO-054137834947942447689111", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -24183,32 +35823,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3b99f21-eedb-4ce5-a3f7-766b6cd38b24", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-07", + "currentStateOfHealthTimestamp" : "2020-09-27", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -24217,28 +35883,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:55a780ac-01d4-45cf-b7ce-e3edab380a73", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:55a780ac-01d4-45cf-b7ce-e3edab380a73", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "689401", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3427", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -24246,31 +35959,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-798781804433873366178169", + "value" : "NO-295359038428033538101406", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:55a780ac-01d4-45cf-b7ce-e3edab380a73", + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bfda2cef-43dd-458e-832e-813cdf46be9f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -24279,7 +36017,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -24504,7 +36260,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-798781804433873366178169", + "batteryIDDMCCode" : "NO-295359038428033538101406", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -24515,32 +36271,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:55a780ac-01d4-45cf-b7ce-e3edab380a73", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-13", + "currentStateOfHealthTimestamp" : "2020-05-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-23", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -24549,60 +36331,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8e57925f-86b5-4d8c-ad9c-efb9c0a55503", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e57925f-86b5-4d8c-ad9c-efb9c0a55503", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "893293", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8058", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-510582747671658338424119", + "value" : "NO-508562801787981572367093", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8e57925f-86b5-4d8c-ad9c-efb9c0a55503", + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:71f692c6-666b-4b55-9bb8-5eca46c7427b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -24827,7 +36708,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-510582747671658338424119", + "batteryIDDMCCode" : "NO-508562801787981572367093", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -24838,10 +36719,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 71, + "recycledContent" : 41, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -24851,7 +36758,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 87, + "recycledContent" : 26, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -24861,7 +36768,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 20, + "recycledContent" : 87, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -24871,361 +36778,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-510582747671658338424119", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e57925f-86b5-4d8c-ad9c-efb9c0a55503", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ac53d7ce-456e-4a00-9bd2-c459ab6851c6", + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c17527bd-1406-4e8c-b95a-6c1d207bff05", + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0bf5df2d-3a9e-4621-ac3f-d7f6b437d21e", + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3e8318b1-6f46-4f35-8426-e1b89fc558ca", + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:32e441b7-03ff-4325-ad12-eff07a8f31c6", + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ea3f2d72-2dd6-4ec9-8dee-e72b0d3b91b6", + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9dbd699b-4adf-49f1-b64d-74b1d0a44661", + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1ad55a32-db34-474d-87b9-e599b2af2fed", + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:951f1ebf-ebcf-427c-8a4d-7fe1f67c8d58", + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:856166c2-3ba1-4bcc-98eb-3e8464e29dad", + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:ac53d7ce-456e-4a00-9bd2-c459ab6851c6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ac53d7ce-456e-4a00-9bd2-c459ab6851c6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "953493", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6276", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-432837473906550620955578", + "value" : "NO-649025193247744815308547", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ac53d7ce-456e-4a00-9bd2-c459ab6851c6", + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:59d5a09f-265a-4255-930a-69499e6099a1", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e835451c-55d1-4583-b120-5b05b4fe4298", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:47a14445-3677-42b5-8f58-4fc036767737", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:42df3cfd-be3a-4a23-8cbb-4886f5f42310", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:891a63c7-b3fb-4165-ba99-9318634c3c3e", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bad2579c-8d56-4cde-ae3f-106b91207f16", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af6d4227-3759-4c93-8400-88750f845d42", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:39db236d-265d-4e53-81f1-89c3a42280c2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d815f036-f26c-4f88-8ce6-573fc3c8e978", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e7cf96b2-2184-4400-b6a7-3191969893e2", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9418e4fc-f1a0-42a1-8bb0-b637d0ea2e8f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -25450,7 +37449,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-432837473906550620955578", + "batteryIDDMCCode" : "NO-649025193247744815308547", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -25461,32 +37460,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ac53d7ce-456e-4a00-9bd2-c459ab6851c6", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-08-13", + "version" : 1.1, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6209, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2021-01-11", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-649025193247744815308547", + "key" : "PartInstanceID" + } ], + "gtin" : " 58303814", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "172951776" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-11-10", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.7691 ] + }, + "id" : "EV5532" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Graphite" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 120 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B3NX", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-12-13", + "currentStateOfHealthTimestamp" : "2018-12-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -25495,28 +37699,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c17527bd-1406-4e8c-b95a-6c1d207bff05", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c17527bd-1406-4e8c-b95a-6c1d207bff05", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "839204", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2411", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -25524,31 +37775,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-185989582548144301696581", + "value" : "NO-478966071391968090480935", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c17527bd-1406-4e8c-b95a-6c1d207bff05", + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3240960f-1f84-4e53-bc45-cd326f27b452", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -25557,7 +37833,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -25782,7 +38076,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-185989582548144301696581", + "batteryIDDMCCode" : "NO-478966071391968090480935", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -25793,32 +38087,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c17527bd-1406-4e8c-b95a-6c1d207bff05", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-10-06", + "currentStateOfHealthTimestamp" : "2020-07-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -25827,28 +38147,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0bf5df2d-3a9e-4621-ac3f-d7f6b437d21e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0bf5df2d-3a9e-4621-ac3f-d7f6b437d21e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "361335", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1733", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -25856,31 +38223,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-426481059969483055174128", + "value" : "NO-335150056102107596933721", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0bf5df2d-3a9e-4621-ac3f-d7f6b437d21e", + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:51b3cf5d-11f4-4db6-a584-02ecc5bdedec", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -25889,7 +38281,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -26114,7 +38524,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-426481059969483055174128", + "batteryIDDMCCode" : "NO-335150056102107596933721", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -26125,32 +38535,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0bf5df2d-3a9e-4621-ac3f-d7f6b437d21e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-10", + "currentStateOfHealthTimestamp" : "2021-05-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -26159,28 +38595,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3e8318b1-6f46-4f35-8426-e1b89fc558ca", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e8318b1-6f46-4f35-8426-e1b89fc558ca", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "105259", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "9968", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -26188,31 +38671,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-822219337829564825755309", + "value" : "NO-809969344592637616415689", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3e8318b1-6f46-4f35-8426-e1b89fc558ca", + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8b1028ea-217a-4876-b747-0410b9b185b7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -26221,7 +38729,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -26446,7 +38972,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-822219337829564825755309", + "batteryIDDMCCode" : "NO-809969344592637616415689", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -26457,32 +38983,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e8318b1-6f46-4f35-8426-e1b89fc558ca", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-08", + "currentStateOfHealthTimestamp" : "2014-10-30", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-23", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -26491,28 +39043,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:32e441b7-03ff-4325-ad12-eff07a8f31c6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:32e441b7-03ff-4325-ad12-eff07a8f31c6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "307973", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8934", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -26520,31 +39119,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-883034940218871656959766", + "value" : "NO-428529070818912818758400", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:32e441b7-03ff-4325-ad12-eff07a8f31c6", + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6fe7d49a-4569-4fc3-841e-3b93a22ca927", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -26553,7 +39177,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -26778,7 +39420,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-883034940218871656959766", + "batteryIDDMCCode" : "NO-428529070818912818758400", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -26789,32 +39431,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:32e441b7-03ff-4325-ad12-eff07a8f31c6", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-02-27", + "currentStateOfHealthTimestamp" : "2018-12-03", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -26823,28 +39491,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ea3f2d72-2dd6-4ec9-8dee-e72b0d3b91b6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea3f2d72-2dd6-4ec9-8dee-e72b0d3b91b6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "893839", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9261", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -26852,31 +39567,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-654009018711767425253974", + "value" : "NO-325143358634226278153686", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ea3f2d72-2dd6-4ec9-8dee-e72b0d3b91b6", + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:75435db2-3868-4a77-a72f-78f96faad8b7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -26885,7 +39625,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -27110,7 +39868,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-654009018711767425253974", + "batteryIDDMCCode" : "NO-325143358634226278153686", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -27121,32 +39879,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea3f2d72-2dd6-4ec9-8dee-e72b0d3b91b6", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-11-14", + "currentStateOfHealthTimestamp" : "2015-06-06", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -27155,28 +39939,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9dbd699b-4adf-49f1-b64d-74b1d0a44661", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9dbd699b-4adf-49f1-b64d-74b1d0a44661", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "909402", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8746", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -27184,31 +40015,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-579080891888167984169666", + "value" : "NO-123760690132854833745762", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9dbd699b-4adf-49f1-b64d-74b1d0a44661", + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55ef973f-260b-452e-bfd6-3e359ec8918c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -27217,7 +40073,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -27442,7 +40316,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-579080891888167984169666", + "batteryIDDMCCode" : "NO-123760690132854833745762", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -27453,32 +40327,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9dbd699b-4adf-49f1-b64d-74b1d0a44661", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-09", + "currentStateOfHealthTimestamp" : "2014-05-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -27487,28 +40387,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1ad55a32-db34-474d-87b9-e599b2af2fed", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ad55a32-db34-474d-87b9-e599b2af2fed", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "549487", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1699", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -27516,31 +40463,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-123535024717604528500587", + "value" : "NO-202618736706229575349972", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1ad55a32-db34-474d-87b9-e599b2af2fed", + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:82c4d997-9689-4641-8a39-200b0848aede", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -27549,7 +40521,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -27774,7 +40764,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-123535024717604528500587", + "batteryIDDMCCode" : "NO-202618736706229575349972", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -27785,32 +40775,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ad55a32-db34-474d-87b9-e599b2af2fed", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-07-18", + "currentStateOfHealthTimestamp" : "2023-05-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-23", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -27819,28 +40835,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:951f1ebf-ebcf-427c-8a4d-7fe1f67c8d58", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:951f1ebf-ebcf-427c-8a4d-7fe1f67c8d58", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "989917", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3060", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -27848,31 +40911,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-985938367514703024834434", + "value" : "NO-332282418462283630241021", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:951f1ebf-ebcf-427c-8a4d-7fe1f67c8d58", + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bfea1181-1f4c-4571-b52d-91d5a060833e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -27881,7 +40969,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -28106,7 +41212,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-985938367514703024834434", + "batteryIDDMCCode" : "NO-332282418462283630241021", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -28117,32 +41223,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:951f1ebf-ebcf-427c-8a4d-7fe1f67c8d58", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-27", + "currentStateOfHealthTimestamp" : "2015-07-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -28151,28 +41283,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:856166c2-3ba1-4bcc-98eb-3e8464e29dad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:856166c2-3ba1-4bcc-98eb-3e8464e29dad", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "558744", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5000", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -28180,31 +41359,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-973749639814533068824846", + "value" : "NO-661181049931223872649703", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:856166c2-3ba1-4bcc-98eb-3e8464e29dad", + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:275da478-579d-4cd2-94fe-9a637090bf99", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -28213,7 +41417,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -28438,7 +41660,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-973749639814533068824846", + "batteryIDDMCCode" : "NO-661181049931223872649703", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -28449,32 +41671,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:856166c2-3ba1-4bcc-98eb-3e8464e29dad", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-08-18", + "currentStateOfHealthTimestamp" : "2020-06-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-02-17", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -28483,74 +41731,424 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Coupé", - "catenaXId" : "urn:uuid:bd03a3fd-f4da-4a02-9a1a-51af6df224a2", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - }, { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - }, { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2015-10-22", - "mileageDistance" : 120000 + } ], + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "361193", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "5792", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "catenaXId" : "urn:uuid:bd03a3fd-f4da-4a02-9a1a-51af6df224a2", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "FD-69", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "OMCBYBSTTXGQKKBLI", + "value" : "NO-045025435576056642106570", "key" : "partInstanceId" - }, { - "value" : "OMCBYBSTTXGQKKBLI", - "key" : "van" } ], "manufacturingInformation" : { - "date" : "2019-12-05T20:48:06.000Z", - "country" : "DEU" + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bd03a3fd-f4da-4a02-9a1a-51af6df224a2", + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", "partTypeInformation" : { - "manufacturerPartId" : "FD-69", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0c0ca7b0-9908-4de8-bc68-15f64c1ab8a4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-045025435576056642106570", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Iron", - "recycledContent" : 13, + "recycledContent" : 65, "materialClass" : "1.1", "quantity" : { "unit" : "unit:kilogram", @@ -28560,7 +42158,7 @@ "materialAbbreviation" : "IR334" }, { "materialName" : "Polyethylen", - "recycledContent" : 19, + "recycledContent" : 76, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -28570,7 +42168,7 @@ "materialAbbreviation" : "PE221" }, { "materialName" : "Polyamid6", - "recycledContent" : 6, + "recycledContent" : 7, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -28580,7 +42178,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Aluminium", - "recycledContent" : 29, + "recycledContent" : 71, "materialClass" : "2.1", "quantity" : { "unit" : "unit:kilogram", @@ -28590,7 +42188,7 @@ "materialAbbreviation" : "ALU331" }, { "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 61, + "recycledContent" : 4, "materialClass" : "0.7", "quantity" : { "unit" : "unit:kilogram", @@ -28600,7 +42198,7 @@ "materialAbbreviation" : "W123" }, { "materialName" : "Glue", - "recycledContent" : 52, + "recycledContent" : 86, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -28610,7 +42208,7 @@ "materialAbbreviation" : "GL338" }, { "materialName" : "Carbon Steel", - "recycledContent" : 65, + "recycledContent" : 47, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -28620,7 +42218,7 @@ "materialAbbreviation" : "CS2" }, { "materialName" : "Cooper", - "recycledContent" : 79, + "recycledContent" : 42, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -28630,7 +42228,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Rubber", - "recycledContent" : 85, + "recycledContent" : 80, "materialClass" : "5.3", "quantity" : { "unit" : "unit:kilogram", @@ -28640,7 +42238,7 @@ "materialAbbreviation" : "R22" }, { "materialName" : "Textiles", - "recycledContent" : 38, + "recycledContent" : 54, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:kilogram", @@ -28650,359 +42248,496 @@ "materialAbbreviation" : "TEX1" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd03a3fd-f4da-4a02-9a1a-51af6df224a2", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "childItems" : [ { - "catenaXId" : "urn:uuid:bbeef382-427d-4bd6-8e15-d3a3034b21be", + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:72727661-640f-4404-8393-b71d1a82fb58", + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9c50b935-74e2-4963-a78d-4816461653fd", + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5bf8b39e-46ba-4d5a-b982-aa3b57dde948", + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bb893e2d-d0c5-4230-8234-4df2e05364a3", + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5fd1b682-37e7-4fd0-86a7-c87a2218ac31", + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a28a2e41-adbb-4fc5-8305-d2d4337661b7", + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b10e484f-a78c-4ee4-85ee-d3fa8dc90809", + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b9dad0fa-7c66-46ff-9ba8-37ccd17f36fc", + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3d773b92-0ec4-45ed-8fb8-fb2b8a94fe1e", + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d2ad5d2d-ec3d-4207-af5f-5969e2057a8e", + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9d276d4b-dfe6-47d5-8f47-9e6d62d68b0a", + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7902434c-b3d4-4713-ab0e-659cb31e4061", + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ecf38edd-cc41-4d8f-adfb-221cd5a43f08", + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d1743139-1406-4a6f-9995-a3429c3c3eba", + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2f868824-e90f-4715-b3ad-29535ce4e267", + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:04dec45d-44ca-4558-aab9-9701461b79a7", + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d6936445-e409-4d60-92bb-5a4d6d8c6129", + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:48579a01-b229-4eb0-bfa6-111c29e0c38d", + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c0fb189b-a949-4ac8-beca-4c57f8a5965f", + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2fee8ff4-8e41-42fc-9f0e-ecd309a7a685", + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:30e4ecf9-4ec6-4470-a713-6cd26c1890d2", + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f0d16e11-d3a2-41fd-af79-7e671bcff450", + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1eb0d57b-3646-4ef3-9b74-92515b200a6b", + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:755f1521-345a-4484-8ad1-103e379dce70", + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9a59915e-229e-43af-83e6-e324d1e4a8f4", + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6534e5ad-4588-4794-bf86-63e2a21e9baa", + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b286040c-edcb-4fe8-a61e-7ed2f093ea3a", + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:94286896-94ac-4d77-a1c0-9988e843c797", + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a466acdb-c675-4f87-a65f-dcce097df8dc", + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B2OM", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1fa89b00-60f8-4e30-82ea-2f08a9e73a73", + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B5MJ", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7ed2fc46-27a2-48c3-9ae2-a8e4316cdfce", + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ], + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "XM-20", + "key" : "manufacturerPartId" + }, { + "value" : "OMACDBUHKIXKCMYBT", + "key" : "partInstanceId" + }, { + "value" : "OMACDBUHKIXKCMYBT", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2020-02-01T11:52:28.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "partTypeInformation" : { + "manufacturerPartId" : "XM-20", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Coupé", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S388C", + "description" : "security plus", + "group" : "special equipment" + }, { + "code" : "A248B", + "description" : "steering wheel heating", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "A458D", + "description" : "parking assistance ", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2018-02-28", + "mileageDistance" : 120000 + } ] } ] }, { - "catenaXId" : "urn:uuid:bbeef382-427d-4bd6-8e15-d3a3034b21be", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bbeef382-427d-4bd6-8e15-d3a3034b21be", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "635211", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7359", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "73849201-61", "key" : "manufacturerPartId" }, { - "value" : "NO-581297190601032288819038", + "value" : "NO-300645322195279224647156", "key" : "partInstanceId" }, { "value" : "Company 10", @@ -29013,25 +42748,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bbeef382-427d-4bd6-8e15-d3a3034b21be", + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", "partTypeInformation" : { "manufacturerPartId" : "73849201-61", "customerPartId" : "73849201-61", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Catalysator", "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Catalysator" } - } ] - }, { - "catenaXId" : "urn:uuid:72727661-640f-4404-8393-b71d1a82fb58", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:72727661-640f-4404-8393-b71d1a82fb58", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29042,9 +42807,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "childItems" : [ { + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "306254", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1480", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -29052,7 +42898,7 @@ "value" : "22782277-50", "key" : "manufacturerPartId" }, { - "value" : "NO-767959342175476596509896", + "value" : "NO-314061229466361556071536", "key" : "partInstanceId" }, { "value" : "Company 3", @@ -29063,39 +42909,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:72727661-640f-4404-8393-b71d1a82fb58", + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", "partTypeInformation" : { "manufacturerPartId" : "22782277-50", "customerPartId" : "22782277-50", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-l", "nameAtCustomer" : "Door front-left" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:72727661-640f-4404-8393-b71d1a82fb58", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:da978a30-4dde-4d76-808a-b7946763ff0d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:15868485-0fc6-42a1-94c7-7d7d518990d0", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:da978a30-4dde-4d76-808a-b7946763ff0d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:da978a30-4dde-4d76-808a-b7946763ff0d", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29106,9 +42987,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "72994826PTN", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "188157", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2637", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -29116,48 +43090,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-655858074471261486971940", + "value" : "NO-720426909780861540771729", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:da978a30-4dde-4d76-808a-b7946763ff0d", + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "92879626SFC", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:da978a30-4dde-4d76-808a-b7946763ff0d", + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:9c50b935-74e2-4963-a78d-4816461653fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c50b935-74e2-4963-a78d-4816461653fd", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29168,9 +43154,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "childItems" : [ { + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "932970", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9670", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -29178,7 +43245,7 @@ "value" : "95657362-64", "key" : "manufacturerPartId" }, { - "value" : "NO-227945889703045588466228", + "value" : "NO-895320576393660790702186", "key" : "partInstanceId" }, { "value" : "Company 4", @@ -29189,39 +43256,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9c50b935-74e2-4963-a78d-4816461653fd", + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", "partTypeInformation" : { "manufacturerPartId" : "33740332-54", "customerPartId" : "33740332-54", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-r", "nameAtCustomer" : "Door front-right" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c50b935-74e2-4963-a78d-4816461653fd", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:bcfae197-40fa-4be0-821d-5c1873a1b7c2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6e00ae59-8e13-4e95-b2c5-f0d429f9c067", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:bcfae197-40fa-4be0-821d-5c1873a1b7c2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bcfae197-40fa-4be0-821d-5c1873a1b7c2", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29232,9 +43334,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "11820948CYH", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "158524", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2020", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -29242,48 +43437,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-200738629800530338038454", + "value" : "NO-165918348059332899986718", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bcfae197-40fa-4be0-821d-5c1873a1b7c2", + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "85851549CBX", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:bcfae197-40fa-4be0-821d-5c1873a1b7c2", + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:5bf8b39e-46ba-4d5a-b982-aa3b57dde948", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5bf8b39e-46ba-4d5a-b982-aa3b57dde948", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", "customers" : [ { - "businessPartner" : false, + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29294,40 +43501,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "928774", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8546", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "15635759-16", "key" : "manufacturerPartId" }, { - "value" : "NO-737937819747716495053447", + "value" : "NO-539699124243847797443656", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5bf8b39e-46ba-4d5a-b982-aa3b57dde948", + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", "partTypeInformation" : { "manufacturerPartId" : "15635759-16", "customerPartId" : "15635759-16", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-l", "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" } - } ] - }, { - "catenaXId" : "urn:uuid:bb893e2d-d0c5-4230-8234-4df2e05364a3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb893e2d-d0c5-4230-8234-4df2e05364a3", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29338,17 +43642,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "578586", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6652", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "28673126-98", "key" : "manufacturerPartId" }, { - "value" : "NO-918900117213790514480162", + "value" : "NO-744737867632442042678606", "key" : "partInstanceId" }, { "value" : "Company 5", @@ -29359,25 +43730,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bb893e2d-d0c5-4230-8234-4df2e05364a3", + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", "partTypeInformation" : { "manufacturerPartId" : "28673126-98", "customerPartId" : "28673126-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-r", "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" } - } ] - }, { - "catenaXId" : "urn:uuid:5fd1b682-37e7-4fd0-86a7-c87a2218ac31", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5fd1b682-37e7-4fd0-86a7-c87a2218ac31", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29388,17 +43789,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "951165", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "94421589-82", "key" : "manufacturerPartId" }, { - "value" : "NO-052538229778362108057675", + "value" : "NO-590903203146053071493601", "key" : "partInstanceId" }, { "value" : "Company 6", @@ -29409,25 +43877,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5fd1b682-37e7-4fd0-86a7-c87a2218ac31", + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", "partTypeInformation" : { "manufacturerPartId" : "94421589-82", "customerPartId" : "94421589-82", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Engine hood", "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Engine hood" } - } ] - }, { - "catenaXId" : "urn:uuid:a28a2e41-adbb-4fc5-8305-d2d4337661b7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a28a2e41-adbb-4fc5-8305-d2d4337661b7", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29438,40 +43936,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "37350", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9566", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "85023955-75", "key" : "manufacturerPartId" }, { - "value" : "NO-119340272127040376162153", + "value" : "NO-242804366786572471820393", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a28a2e41-adbb-4fc5-8305-d2d4337661b7", + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", "partTypeInformation" : { "manufacturerPartId" : "85023955-75", "customerPartId" : "85023955-75", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tailgate", "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailgate" } - } ] - }, { - "catenaXId" : "urn:uuid:b10e484f-a78c-4ee4-85ee-d3fa8dc90809", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b10e484f-a78c-4ee4-85ee-d3fa8dc90809", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29482,40 +44077,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "646452", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5891", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "13769860-47", "key" : "manufacturerPartId" }, { - "value" : "NO-880948236873671144561212", + "value" : "NO-186655058764365149435120", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b10e484f-a78c-4ee4-85ee-d3fa8dc90809", + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", "partTypeInformation" : { "manufacturerPartId" : "13769860-47", "customerPartId" : "13769860-47", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender left", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:b9dad0fa-7c66-46ff-9ba8-37ccd17f36fc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9dad0fa-7c66-46ff-9ba8-37ccd17f36fc", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29526,40 +44218,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "835367", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6452", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "36643162-35", "key" : "manufacturerPartId" }, { - "value" : "NO-912665213257988345962400", + "value" : "NO-325730621671852447010652", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b9dad0fa-7c66-46ff-9ba8-37ccd17f36fc", + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", "partTypeInformation" : { "manufacturerPartId" : "36643162-35", "customerPartId" : "36643162-35", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender right", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:3d773b92-0ec4-45ed-8fb8-fb2b8a94fe1e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3d773b92-0ec4-45ed-8fb8-fb2b8a94fe1e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29570,40 +44359,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "424181", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7559", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "54165444-59", "key" : "manufacturerPartId" }, { - "value" : "NO-878299599771684119590626", + "value" : "NO-056039171230050894869071", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3d773b92-0ec4-45ed-8fb8-fb2b8a94fe1e", + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", "partTypeInformation" : { "manufacturerPartId" : "54165444-59", "customerPartId" : "54165444-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper front", "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper front" } - } ] - }, { - "catenaXId" : "urn:uuid:d2ad5d2d-ec3d-4207-af5f-5969e2057a8e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d2ad5d2d-ec3d-4207-af5f-5969e2057a8e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29614,40 +44500,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "374858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5133", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "22768257-25", "key" : "manufacturerPartId" }, { - "value" : "NO-329573165914721759571607", + "value" : "NO-929360720249973155212015", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d2ad5d2d-ec3d-4207-af5f-5969e2057a8e", + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", "partTypeInformation" : { "manufacturerPartId" : "22768257-25", "customerPartId" : "22768257-25", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper rear", "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" } - } ] - }, { - "catenaXId" : "urn:uuid:9d276d4b-dfe6-47d5-8f47-9e6d62d68b0a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d276d4b-dfe6-47d5-8f47-9e6d62d68b0a", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29658,40 +44641,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "123490", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "4347", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "65529521-37", "key" : "manufacturerPartId" }, { - "value" : "NO-504280485837730732570022", + "value" : "NO-024321342753700806308454", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9d276d4b-dfe6-47d5-8f47-9e6d62d68b0a", + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", "partTypeInformation" : { "manufacturerPartId" : "65529521-37", "customerPartId" : "65529521-37", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror left", "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" } - } ] - }, { - "catenaXId" : "urn:uuid:7902434c-b3d4-4713-ab0e-659cb31e4061", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7902434c-b3d4-4713-ab0e-659cb31e4061", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29702,40 +44782,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "441430", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5392", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "58471477-24", "key" : "manufacturerPartId" }, { - "value" : "NO-324561541056684103909878", + "value" : "NO-662646120446395356026373", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7902434c-b3d4-4713-ab0e-659cb31e4061", + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", "partTypeInformation" : { "manufacturerPartId" : "58471477-24", "customerPartId" : "58471477-24", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror right", "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" } - } ] - }, { - "catenaXId" : "urn:uuid:ecf38edd-cc41-4d8f-adfb-221cd5a43f08", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ecf38edd-cc41-4d8f-adfb-221cd5a43f08", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29746,40 +44923,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "152188", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7828", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "09002013-68", "key" : "manufacturerPartId" }, { - "value" : "NO-618350547547649484973841", + "value" : "NO-819527814255352957903088", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ecf38edd-cc41-4d8f-adfb-221cd5a43f08", + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", "partTypeInformation" : { "manufacturerPartId" : "09002013-68", "customerPartId" : "09002013-68", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Trailer coupling", "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" } - } ] - }, { - "catenaXId" : "urn:uuid:d1743139-1406-4a6f-9995-a3429c3c3eba", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d1743139-1406-4a6f-9995-a3429c3c3eba", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29790,40 +45064,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "79195", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2941", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "43501996-98", "key" : "manufacturerPartId" }, { - "value" : "NO-507149910804167793024945", + "value" : "NO-971046622889574251783182", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d1743139-1406-4a6f-9995-a3429c3c3eba", + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", "partTypeInformation" : { "manufacturerPartId" : "43501996-98", "customerPartId" : "43501996-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Dashboard", "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Dashboard" } - } ] - }, { - "catenaXId" : "urn:uuid:2f868824-e90f-4715-b3ad-29535ce4e267", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f868824-e90f-4715-b3ad-29535ce4e267", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29834,40 +45205,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "271520", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "9795", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "77795937-13", "key" : "manufacturerPartId" }, { - "value" : "NO-020875207857333103713316", + "value" : "NO-482042071643254440574034", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2f868824-e90f-4715-b3ad-29535ce4e267", + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", "partTypeInformation" : { "manufacturerPartId" : "77795937-13", "customerPartId" : "77795937-13", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Steering wheel", "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" } - } ] - }, { - "catenaXId" : "urn:uuid:04dec45d-44ca-4558-aab9-9701461b79a7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:04dec45d-44ca-4558-aab9-9701461b79a7", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29878,40 +45346,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "144638", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1999", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "20125432-59", "key" : "manufacturerPartId" }, { - "value" : "NO-363030223300892744839812", + "value" : "NO-777931149768338951967480", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:04dec45d-44ca-4558-aab9-9701461b79a7", + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", "partTypeInformation" : { "manufacturerPartId" : "20125432-59", "customerPartId" : "20125432-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator left", "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator left" } - } ] - }, { - "catenaXId" : "urn:uuid:d6936445-e409-4d60-92bb-5a4d6d8c6129", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d6936445-e409-4d60-92bb-5a4d6d8c6129", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29922,40 +45487,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "198744", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "3706", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "19073706-76", "key" : "manufacturerPartId" }, { - "value" : "NO-221451143577179986183069", + "value" : "NO-878560885728027798550134", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d6936445-e409-4d60-92bb-5a4d6d8c6129", + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", "partTypeInformation" : { "manufacturerPartId" : "19073706-76", "customerPartId" : "19073706-76", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator right", "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator right" } - } ] - }, { - "catenaXId" : "urn:uuid:48579a01-b229-4eb0-bfa6-111c29e0c38d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:48579a01-b229-4eb0-bfa6-111c29e0c38d", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -29966,40 +45628,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "658003", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8572", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "45415162-57", "key" : "manufacturerPartId" }, { - "value" : "NO-179156487049825409339044", + "value" : "NO-805496419550529915215563", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:48579a01-b229-4eb0-bfa6-111c29e0c38d", + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", "partTypeInformation" : { "manufacturerPartId" : "45415162-57", "customerPartId" : "45415162-57", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Led headlight", "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Led headlight" } - } ] - }, { - "catenaXId" : "urn:uuid:c0fb189b-a949-4ac8-beca-4c57f8a5965f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0fb189b-a949-4ac8-beca-4c57f8a5965f", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30010,40 +45769,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "368794", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8922", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "78141846-87", "key" : "manufacturerPartId" }, { - "value" : "NO-927916161579680647902834", + "value" : "NO-433766484921905567586722", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c0fb189b-a949-4ac8-beca-4c57f8a5965f", + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", "partTypeInformation" : { "manufacturerPartId" : "78141846-87", "customerPartId" : "78141846-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Starter motor", "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Starter motor" } - } ] - }, { - "catenaXId" : "urn:uuid:2fee8ff4-8e41-42fc-9f0e-ecd309a7a685", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2fee8ff4-8e41-42fc-9f0e-ecd309a7a685", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30054,40 +45910,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "234878", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4094", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "81324139-23", "key" : "manufacturerPartId" }, { - "value" : "NO-012754929649759863805690", + "value" : "NO-073558896157054603099567", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2fee8ff4-8e41-42fc-9f0e-ecd309a7a685", + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", "partTypeInformation" : { "manufacturerPartId" : "81324139-23", "customerPartId" : "81324139-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Alternator", "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Alternator" } - } ] - }, { - "catenaXId" : "urn:uuid:30e4ecf9-4ec6-4470-a713-6cd26c1890d2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:30e4ecf9-4ec6-4470-a713-6cd26c1890d2", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30098,40 +46051,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "480191", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4281", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "57929013-09", "key" : "manufacturerPartId" }, { - "value" : "NO-157783366880617771344001", + "value" : "NO-816086921018811899598551", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:30e4ecf9-4ec6-4470-a713-6cd26c1890d2", + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", "partTypeInformation" : { "manufacturerPartId" : "57929013-09", "customerPartId" : "57929013-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "AC compressor", "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" } - } ] - }, { - "catenaXId" : "urn:uuid:f0d16e11-d3a2-41fd-af79-7e671bcff450", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0d16e11-d3a2-41fd-af79-7e671bcff450", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30142,40 +46192,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "908858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2172", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "61184040-23", "key" : "manufacturerPartId" }, { - "value" : "NO-588398209358229404250905", + "value" : "NO-395437355406898483813611", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f0d16e11-d3a2-41fd-af79-7e671bcff450", + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", "partTypeInformation" : { "manufacturerPartId" : "61184040-23", "customerPartId" : "61184040-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight rear", "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" } - } ] - }, { - "catenaXId" : "urn:uuid:1eb0d57b-3646-4ef3-9b74-92515b200a6b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1eb0d57b-3646-4ef3-9b74-92515b200a6b", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30186,40 +46333,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "194779", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8922", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "78744126-74", "key" : "manufacturerPartId" }, { - "value" : "NO-754397734991987452109399", + "value" : "NO-614870102083581603073819", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1eb0d57b-3646-4ef3-9b74-92515b200a6b", + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", "partTypeInformation" : { "manufacturerPartId" : "78744126-74", "customerPartId" : "78744126-74", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight front", "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight front" } - } ] - }, { - "catenaXId" : "urn:uuid:755f1521-345a-4484-8ad1-103e379dce70", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:755f1521-345a-4484-8ad1-103e379dce70", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30230,40 +46474,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "873737", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "9214", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "12093297-03", "key" : "manufacturerPartId" }, { - "value" : "NO-960820013963926321872018", + "value" : "NO-523227635506203515129330", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:755f1521-345a-4484-8ad1-103e379dce70", + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", "partTypeInformation" : { "manufacturerPartId" : "12093297-03", "customerPartId" : "12093297-03", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part front", "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part front" } - } ] - }, { - "catenaXId" : "urn:uuid:9a59915e-229e-43af-83e6-e324d1e4a8f4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a59915e-229e-43af-83e6-e324d1e4a8f4", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30274,40 +46615,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "480761", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4751", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "88111709-49", "key" : "manufacturerPartId" }, { - "value" : "NO-789644607568100912676333", + "value" : "NO-518500285938140196776423", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9a59915e-229e-43af-83e6-e324d1e4a8f4", + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", "partTypeInformation" : { "manufacturerPartId" : "88111709-49", "customerPartId" : "88111709-49", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part rear", "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" } - } ] - }, { - "catenaXId" : "urn:uuid:6534e5ad-4588-4794-bf86-63e2a21e9baa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6534e5ad-4588-4794-bf86-63e2a21e9baa", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30318,40 +46756,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "143358", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1168", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "00871379-44", "key" : "manufacturerPartId" }, { - "value" : "NO-722138251626648066210209", + "value" : "NO-130941702964351461890844", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6534e5ad-4588-4794-bf86-63e2a21e9baa", + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", "partTypeInformation" : { "manufacturerPartId" : "00871379-44", "customerPartId" : "00871379-44", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Chassis", "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Chassis" } - } ] - }, { - "catenaXId" : "urn:uuid:b286040c-edcb-4fe8-a61e-7ed2f093ea3a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b286040c-edcb-4fe8-a61e-7ed2f093ea3a", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30362,40 +46897,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "37456", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3981", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "08901347-87", "key" : "manufacturerPartId" }, { - "value" : "NO-910688492902936631612059", + "value" : "NO-280503950043440030561882", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b286040c-edcb-4fe8-a61e-7ed2f093ea3a", + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", "partTypeInformation" : { "manufacturerPartId" : "08901347-87", "customerPartId" : "08901347-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Rims", "nameAtCustomer" : "Rims" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Rims" } - } ] - }, { - "catenaXId" : "urn:uuid:94286896-94ac-4d77-a1c0-9988e843c797", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:94286896-94ac-4d77-a1c0-9988e843c797", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30406,40 +47038,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "333033", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9489", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "45863316-60", "key" : "manufacturerPartId" }, { - "value" : "NO-640026199356221291754105", + "value" : "NO-658219514540661622362738", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:94286896-94ac-4d77-a1c0-9988e843c797", + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", "partTypeInformation" : { "manufacturerPartId" : "45863316-60", "customerPartId" : "45863316-60", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tires", "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tires" } - } ] - }, { - "catenaXId" : "urn:uuid:a466acdb-c675-4f87-a65f-dcce097df8dc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a466acdb-c675-4f87-a65f-dcce097df8dc", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30450,17 +47179,151 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 40, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 18, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 53, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "childItems" : [ { + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "46370", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2419", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B2OM", "key" : "manufacturerId" }, { - "value" : "1O222E8-43", + "value" : "42555H1-52", "key" : "manufacturerPartId" }, { - "value" : "NO-564374912524864490286188", + "value" : "NO-851136035392705186021761", "key" : "partInstanceId" }, { "value" : "Company 2", @@ -30471,18 +47334,116 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a466acdb-c675-4f87-a65f-dcce097df8dc", + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Transmission", "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:de5b5e6a-cf86-48b9-aa15-0f054f002c18", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:774fe44f-2cc3-46fd-b484-1731623d80af", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:eb4873b6-5fff-4dc8-9ea6-99ff6ae31368", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" } } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { "productSpecificParameters" : { "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], "driveType" : "combustion engine", @@ -30523,10 +47484,10 @@ "documentTitle" : "Title A" } ] }, - "catenaXId" : "urn:uuid:a466acdb-c675-4f87-a65f-dcce097df8dc", + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", "identification" : { "localIdentifiers" : [ { - "value" : "NO-564374912524864490286188", + "value" : "NO-851136035392705186021761", "key" : "PartInstanceID" } ], "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", @@ -30592,109 +47553,12 @@ "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] } } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 24, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 48, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 0, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a466acdb-c675-4f87-a65f-dcce097df8dc", - "childItems" : [ { - "catenaXId" : "urn:uuid:f674cbbe-15ce-4c57-b867-63baa328ab80", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:adeb782b-a0a9-410f-bdba-85ac8d377f34", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a268fff1-f8f1-4656-a674-1a9551c25583", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f674cbbe-15ce-4c57-b867-63baa328ab80", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:f674cbbe-15ce-4c57-b867-63baa328ab80", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f674cbbe-15ce-4c57-b867-63baa328ab80", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", + "businessPartner" : "BPNL00000003B2OM", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30705,14 +47569,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 22, + "recycledContent" : 64, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -30722,7 +47586,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 72, + "recycledContent" : 46, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -30731,15 +47595,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:adeb782b-a0a9-410f-bdba-85ac8d377f34", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:adeb782b-a0a9-410f-bdba-85ac8d377f34", + } ], + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "800329", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7680", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "partTypeInformation" : { + "manufacturerPartId" : "GP-33", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", "customers" : [ { "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30750,74 +47727,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "childItems" : [ { + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "54014", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "9905", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "67137S6-87", + "value" : "10955Z5-05", "key" : "manufacturerPartId" }, { - "value" : "NO-064687338142904749562855", + "value" : "NO-314977894611835991781438", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:adeb782b-a0a9-410f-bdba-85ac8d377f34", + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", "partTypeInformation" : { - "manufacturerPartId" : "67137S6-87", - "customerPartId" : "67137S6-87", - "classification" : "component", + "manufacturerPartId" : "10955Z5-05", + "customerPartId" : "10955Z5-05", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:adeb782b-a0a9-410f-bdba-85ac8d377f34", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:14837a71-e577-406b-8b9d-7749143aa8d2", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d1581541-ec5c-46d3-b00c-e0496313a615", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:14837a71-e577-406b-8b9d-7749143aa8d2", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:14837a71-e577-406b-8b9d-7749143aa8d2", + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" + "ownerPartId" : "10955Z5-05", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "NTIER Product", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 36, + "recycledContent" : 57, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -30827,7 +47918,7 @@ "materialAbbreviation" : "" }, { "materialName" : "Other", - "recycledContent" : 19, + "recycledContent" : 14, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -30836,34 +47927,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:a268fff1-f8f1-4656-a674-1a9551c25583", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "79565", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5884", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", + "value" : "BPNL00000003B0Q0", "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a268fff1-f8f1-4656-a674-1a9551c25583", + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "RF-05", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a268fff1-f8f1-4656-a674-1a9551c25583", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30874,9 +48059,13 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "childItems" : [ ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", "materialClass" : "6.2", @@ -30888,18 +48077,127 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a268fff1-f8f1-4656-a674-1a9551c25583", + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "562585", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3646", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "manufacturerId" : "BPNL00000003AXS3", "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:1fa89b00-60f8-4e30-82ea-2f08a9e73a73", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1fa89b00-60f8-4e30-82ea-2f08a9e73a73", + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "partTypeInformation" : { + "manufacturerPartId" : "VH-77", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -30910,36 +48208,12 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "30516Q8-40", - "key" : "manufacturerPartId" - }, { - "value" : "NO-620582275624888072201661", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1fa89b00-60f8-4e30-82ea-2f08a9e73a73", - "partTypeInformation" : { - "manufacturerPartId" : "30516Q8-40", - "customerPartId" : "30516Q8-40", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", - "recycledContent" : 86, + "recycledContent" : 9, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -30949,67 +48223,226 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1fa89b00-60f8-4e30-82ea-2f08a9e73a73", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", "childItems" : [ { - "catenaXId" : "urn:uuid:b907b6c0-cb8f-4b8d-aa42-b6c688c01112", + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", "quantity" : { "quantityNumber" : 0.3301, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:20aab60e-8330-4101-98c8-4d07ff55b17c", + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B3NX", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d3096af2-2b90-4d6e-9831-ce5b5273a54b", + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", "quantity" : { "quantityNumber" : 0.2001, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:b907b6c0-cb8f-4b8d-aa42-b6c688c01112", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "341632", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "8806", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", + "value" : "BPNL00000003B5MJ", "key" : "manufacturerId" }, { - "value" : "BID12345678", - "key" : "batchId" + "value" : "63085P2-81", + "key" : "manufacturerPartId" + }, { + "value" : "NO-751896380643428446985611", + "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b907b6c0-cb8f-4b8d-aa42-b6c688c01112", + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "63085P2-81", + "customerPartId" : "63085P2-81", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3ea90642-dabf-4a50-8b17-550b0e87784e", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:72e52556-29cd-426b-8e67-b7d2bf1ef02f", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:28638f99-1095-4df2-8353-6635c917b50b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "partTypeInformation" : { + "ownerPartId" : "63085P2-81", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b907b6c0-cb8f-4b8d-aa42-b6c688c01112", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", "customers" : [ { "businessPartner" : "BPNL00000003B5MJ", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -31020,14 +48453,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Glue", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 60, + "recycledContent" : 22, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -31037,7 +48470,7 @@ "materialAbbreviation" : "AL7" }, { "materialName" : "Other", - "recycledContent" : 76, + "recycledContent" : 33, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -31046,15 +48479,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:20aab60e-8330-4101-98c8-4d07ff55b17c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:20aab60e-8330-4101-98c8-4d07ff55b17c", + } ], + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "947897", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3742", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "partTypeInformation" : { + "manufacturerPartId" : "SW-62", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -31065,74 +48611,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "childItems" : [ { + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "561100", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2063", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "02507K9-82", + "value" : "99019M6-53", "key" : "manufacturerPartId" }, { - "value" : "NO-218964514162371286733264", + "value" : "NO-751568112188359093289552", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:20aab60e-8330-4101-98c8-4d07ff55b17c", + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", "partTypeInformation" : { - "manufacturerPartId" : "02507K9-82", - "customerPartId" : "02507K9-82", - "classification" : "component", + "manufacturerPartId" : "99019M6-53", + "customerPartId" : "99019M6-53", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:20aab60e-8330-4101-98c8-4d07ff55b17c", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:d43f7be2-8596-446e-89a2-74976dbc5264", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e1428cda-bedb-4e46-9b7d-7fb10f7963ed", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:d43f7be2-8596-446e-89a2-74976dbc5264", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:d43f7be2-8596-446e-89a2-74976dbc5264", + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" + "ownerPartId" : "99019M6-53", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 66, + "recycledContent" : 12, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -31142,7 +48802,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 13, + "recycledContent" : 51, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -31151,57 +48811,146 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:d3096af2-2b90-4d6e-9831-ce5b5273a54b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d3096af2-2b90-4d6e-9831-ce5b5273a54b", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "513100", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 6 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5299", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "33981B3-79", - "key" : "manufacturerPartId" - }, { - "value" : "NO-474083456668982757870942", - "key" : "partInstanceId" + "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d3096af2-2b90-4d6e-9831-ce5b5273a54b", + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", "partTypeInformation" : { - "manufacturerPartId" : "33981B3-79", - "customerPartId" : "33981B3-79", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" + "manufacturerPartId" : "QP-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 74, + "recycledContent" : 64, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -31211,7 +48960,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 42, + "recycledContent" : 34, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -31220,346 +48969,190 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" } ], - "catenaXId" : "urn:uuid:7ed2fc46-27a2-48c3-9ae2-a8e4316cdfce", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ed2fc46-27a2-48c3-9ae2-a8e4316cdfce", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "760174", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6138", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003B0Q0", "key" : "manufacturerId" }, { - "value" : "38049661-08", + "value" : "93605D2-91", "key" : "manufacturerPartId" }, { - "value" : "NO-429466204259088844474301", + "value" : "NO-871580055866821435813562", "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7ed2fc46-27a2-48c3-9ae2-a8e4316cdfce", + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" + "manufacturerPartId" : "93605D2-91", + "customerPartId" : "93605D2-91", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "partTypeInformation" : { + "ownerPartId" : "93605D2-91", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "38049661-08", + "key" : "manufacturerPartId" + }, { + "value" : "NO-744309140234558939999675", + "key" : "partInstanceId" + }, { + "value" : "Company 1", + "key" : "company" + }, { + "value" : "Brand 1", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" } ] }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "partTypeInformation" : { + "manufacturerPartId" : "38049661-08", + "customerPartId" : "38049661-08", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-429466204259088844474301", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 54, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 76, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 55, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { "incoterms" : "DAP (Delivered at Place)", "image" : { "name" : "eOMtThyhVNLWUZNRcBaQKxI", @@ -31596,7 +49189,7 @@ "key" : "JxkyvRnL" } ], "productLink" : "https://123", - "oeNumber" : "NO-429466204259088844474301", + "oeNumber" : "NO-744309140234558939999675", "category" : { "subCategory" : [ "Battery" ], "mainCategory" : [ "Audio, video, navigation" ] @@ -31608,7 +49201,126 @@ "sku" : "1002090, xYz.09, ABcXYZ", "mileage" : 120000.06 } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:acd7e48c-374e-45af-a539-f0bd4d1c03e4", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:25ff450f-5fae-44a0-a8a2-64ad5efc2ad0", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:efad6b8b-9580-4ba2-8222-2722e1875e4a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1d81e302-6736-4088-af62-1173445061f4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:decc911a-35dc-40c6-8f49-5be7acee6908", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4bf2044-4504-4295-8645-3184b366cea4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { "serialization" : { "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", @@ -31619,99 +49331,99 @@ "value" : 1 }, "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" } }, "typology" : { "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", + "description" : "This is the product description of a Battery", "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" }, "metadata" : { "validityDate" : "2000-01-01", "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" + "issueDate" : "2023-01-18", + "version" : 2, + "status" : "Invalid" }, "characteristics" : { "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "diameter" : 1346.0496, + "width" : 1346, + "length" : 2306, + "weight" : 412, + "height" : 283 }, "lifespan" : { - "unit" : "unit:day", - "value" : 36 + "unit" : "unit:year", + "value" : 15 } }, "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 + "placedOnMarket" : "2022-01-28", + "warranty" : 60 }, "identification" : { "localIdentifiers" : [ { - "value" : "NO-429466204259088844474301", + "value" : "NO-744309140234558939999675", "key" : "PartInstanceID" } ], - "gtin" : "12345678", + "gtin" : " 71842155", "additionalCode" : [ { "name" : "TARIC", - "value" : "8703 24 10 00" + "value" : "444770484" } ] }, "sources" : { "optional" : [ { "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, - "name" : "other" + "name" : "sustainability" } ], "mandatory" : { "safetyTransportation" : { - "header" : "Sustainability Document Material XY", + "header" : "Shipping guidelines", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", + "header" : "Laboratory test results HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "safetyPackaging" : { - "header" : "Sustainability Document Material XY", + "header" : "Packaging instruction for HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "declarationOfConformity" : [ { "document" : { "header" : "Sustainability Document Material XY", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "name" : "other" } ] @@ -31719,191 +49431,272 @@ }, "handling" : { "maintenanceHistory" : [ { - "date" : "2000-01-01", + "date" : "2024-01-16", "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" + "description" : "Battery test", + "title" : "Maintenance Service" } ], - "reusablePackaging" : true, + "reusablePackaging" : false, "spareParts" : [ { "partId" : "Aluminum Housing 952/C", "name" : "Aluminum Housing", "producerId" : "BPNL1234567890ZZ" } ], "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", + "unit" : "unit:percent", "name" : "Lead", - "location" : "Housing", + "location" : "HvbCell", "concentration" : { - "left" : [ 3.592682E37 ] + "left" : [ 1.8624 ] }, - "id" : "RC0402" + "id" : "JW3524" } ] }, "additionalData" : [ { "data" : "23", "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "data" : "", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], "sustainability" : { "material" : [ { - "recycled" : false, - "renewable" : true, + "recycled" : true, + "renewable" : false, "percentage" : 5, "name" : "Aluminium" } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], + "critical" : [ "Lithium" ], "carbonFootprint" : { "crossSectoralStandard" : "GHG Protocol Product standard", "productOrSectorSpecificRules" : [ { "extWBCSD_otherOperatorName" : "NSF", "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { + "productOrSectorSpecificRules" : [ { "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } + } ] } ], - "carbonContentTotal" : 2.5 + "carbonContentTotal" : 119 }, "state" : "first life" }, "operation" : { - "importer" : "BPNL1234567890ZZ", + "importer" : "BPNL00000003B3NX", "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" } } } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ed2fc46-27a2-48c3-9ae2-a8e4316cdfce", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 54, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 20, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 82, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", "childItems" : [ { - "catenaXId" : "urn:uuid:b4724632-6c25-41c2-bb6c-957588e76c33", + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fa4cd974-dcbd-4c00-a05a-12cd4de0e2ac", + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ddda262d-c33a-4796-b165-53ba7ca3e4fe", + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:aa04aa4a-7d1b-4f9f-980f-b727dcaedf74", + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:cebc2508-3296-42ac-ab56-9beca2d13c47", + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8f2ceb18-7883-400e-a886-9e7d39dd16a0", + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:b4724632-6c25-41c2-bb6c-957588e76c33", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b4724632-6c25-41c2-bb6c-957588e76c33", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "667967", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6313", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-703642255558789723959088", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:b4724632-6c25-41c2-bb6c-957588e76c33", + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "ownerPartId" : "38049661-08", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Battery" } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -32128,7 +49921,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-703642255558789723959088", + "batteryIDDMCCode" : "NO-744309140234558939999675", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -32139,10 +49932,30 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 81, + "recycledContent" : 62, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -32152,7 +49965,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 69, + "recycledContent" : 6, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -32162,7 +49975,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 18, + "recycledContent" : 12, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -32172,361 +49985,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-703642255558789723959088", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b4724632-6c25-41c2-bb6c-957588e76c33", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e1c11828-99d8-42c5-a124-66506e6aaa39", + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c40e3453-dbcc-4700-95f5-7a364f014f23", + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a6ce193d-877e-4ae5-9220-4ea541873aab", + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5c5f0bb3-f156-497a-a875-aa153f3e2fda", + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3bbac97f-a5a2-4999-9783-02c729438433", + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0b15bcf2-3163-4937-a5d9-fdc31a4d27fd", + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:38244d25-07f0-49e7-9c41-7d6d26d75e74", + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:06b9a96e-1c9c-4f31-8cda-ce467da28dbc", + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ba771d97-16d2-431f-a0bb-7318824fb4d1", + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b98373d7-393f-4f0f-a9b8-9c377a2c51bb", + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:e1c11828-99d8-42c5-a124-66506e6aaa39", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e1c11828-99d8-42c5-a124-66506e6aaa39", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "880907", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8683", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-685893506836149695044081", + "value" : "NO-599349389132825299815680", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e1c11828-99d8-42c5-a124-66506e6aaa39", + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:25af164a-e6f7-480e-b492-651b7da1d222", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85df416e-5cbc-4b72-ab98-7b3a0f597525", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:babcff1f-507f-463e-be9e-94e55c0c64e9", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8b3f6d58-bc5a-4e0f-b2ec-3578fe6d38e1", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:73e143b7-5308-4264-b331-120cd9705213", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8ba0f6bd-8659-4a45-8e0b-97479a0509bd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dbd8f06d-e686-4986-932a-6a12c955e134", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e6e5ea84-808c-43f6-8c51-b5ae7ce222d7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a5494186-1b4a-49e5-a4d4-2c85773071e4", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0ec3fa8d-9e39-4d7f-8c51-1a2ae91bf453", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a8073dee-f6d6-44e1-8772-5368a96a1b08", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -32751,7 +50656,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-685893506836149695044081", + "batteryIDDMCCode" : "NO-599349389132825299815680", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -32762,32 +50667,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e1c11828-99d8-42c5-a124-66506e6aaa39", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-12-29", + "version" : 2.8, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6884, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2021-12-20", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-599349389132825299815680", + "key" : "PartInstanceID" + } ], + "gtin" : " 78507355", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "569550313" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-04-12", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 4.4507 ] + }, + "id" : "EM9757" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Sealant" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 105 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-03-04", + "currentStateOfHealthTimestamp" : "2016-08-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -32796,28 +50906,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c40e3453-dbcc-4700-95f5-7a364f014f23", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c40e3453-dbcc-4700-95f5-7a364f014f23", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "887584", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3164", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -32825,31 +50982,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-947897976027715491397485", + "value" : "NO-276052741206550431565449", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c40e3453-dbcc-4700-95f5-7a364f014f23", + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec4ede01-6089-4547-8675-4251e3162d78", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -32858,7 +51040,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -33083,7 +51283,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-947897976027715491397485", + "batteryIDDMCCode" : "NO-276052741206550431565449", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -33094,32 +51294,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c40e3453-dbcc-4700-95f5-7a364f014f23", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-02", + "currentStateOfHealthTimestamp" : "2021-12-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-10", + "currentStateOfHealthTimestamp" : "2024-03-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -33128,28 +51354,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a6ce193d-877e-4ae5-9220-4ea541873aab", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6ce193d-877e-4ae5-9220-4ea541873aab", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "137895", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1859", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -33157,31 +51430,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-517918578192203158554123", + "value" : "NO-613745749330170700793987", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a6ce193d-877e-4ae5-9220-4ea541873aab", + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:021be7ca-fa9b-4b99-a7f5-eb9bb87b3faf", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -33190,7 +51488,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -33415,7 +51731,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-517918578192203158554123", + "batteryIDDMCCode" : "NO-613745749330170700793987", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -33426,32 +51742,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6ce193d-877e-4ae5-9220-4ea541873aab", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-28", + "currentStateOfHealthTimestamp" : "2022-04-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -33460,28 +51802,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5c5f0bb3-f156-497a-a875-aa153f3e2fda", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c5f0bb3-f156-497a-a875-aa153f3e2fda", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "33224", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -33489,31 +51878,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-206348782422430185162571", + "value" : "NO-816675614874955054622587", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5c5f0bb3-f156-497a-a875-aa153f3e2fda", + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4d059a49-57f3-4fe4-ab32-ba03cddbf666", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -33522,7 +51936,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -33747,7 +52179,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-206348782422430185162571", + "batteryIDDMCCode" : "NO-816675614874955054622587", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -33758,32 +52190,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c5f0bb3-f156-497a-a875-aa153f3e2fda", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-04-25", + "currentStateOfHealthTimestamp" : "2021-11-30", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-02-21", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -33792,28 +52250,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3bbac97f-a5a2-4999-9783-02c729438433", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3bbac97f-a5a2-4999-9783-02c729438433", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "264313", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1702", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -33821,31 +52326,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-938597300775473972574496", + "value" : "NO-583571011792716331126348", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3bbac97f-a5a2-4999-9783-02c729438433", + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a336dc1a-f087-492a-96d2-80e64ec70178", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -33854,7 +52384,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -34079,7 +52627,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-938597300775473972574496", + "batteryIDDMCCode" : "NO-583571011792716331126348", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -34090,32 +52638,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3bbac97f-a5a2-4999-9783-02c729438433", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-11", + "currentStateOfHealthTimestamp" : "2015-12-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -34124,28 +52698,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0b15bcf2-3163-4937-a5d9-fdc31a4d27fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0b15bcf2-3163-4937-a5d9-fdc31a4d27fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "173754", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "4147", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -34153,31 +52774,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-442149341320889402083518", + "value" : "NO-701698086749428343178985", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0b15bcf2-3163-4937-a5d9-fdc31a4d27fd", + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3c5c8509-adeb-4a2a-91ac-7456c953bda7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -34186,7 +52832,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -34411,7 +53075,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-442149341320889402083518", + "batteryIDDMCCode" : "NO-701698086749428343178985", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -34422,32 +53086,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0b15bcf2-3163-4937-a5d9-fdc31a4d27fd", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-08", + "currentStateOfHealthTimestamp" : "2020-09-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -34456,28 +53146,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:38244d25-07f0-49e7-9c41-7d6d26d75e74", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:38244d25-07f0-49e7-9c41-7d6d26d75e74", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "859315", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9360", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -34485,31 +53222,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-553214171870419595102209", + "value" : "NO-629544766376868286560031", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:38244d25-07f0-49e7-9c41-7d6d26d75e74", + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c14cbd74-248c-4c05-807c-e14766317c7f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -34518,7 +53280,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -34743,7 +53523,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-553214171870419595102209", + "batteryIDDMCCode" : "NO-629544766376868286560031", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -34754,32 +53534,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:38244d25-07f0-49e7-9c41-7d6d26d75e74", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-25", + "currentStateOfHealthTimestamp" : "2019-08-31", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-02-18", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -34788,28 +53594,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:06b9a96e-1c9c-4f31-8cda-ce467da28dbc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:06b9a96e-1c9c-4f31-8cda-ce467da28dbc", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "421680", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7936", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -34817,31 +53670,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-679897983588082445013303", + "value" : "NO-574718760399170263078806", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:06b9a96e-1c9c-4f31-8cda-ce467da28dbc", + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b362a145-eb11-42df-837f-b8450ab6d65a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -34850,7 +53728,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -35075,7 +53971,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-679897983588082445013303", + "batteryIDDMCCode" : "NO-574718760399170263078806", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -35086,32 +53982,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:06b9a96e-1c9c-4f31-8cda-ce467da28dbc", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-29", + "currentStateOfHealthTimestamp" : "2023-07-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-03-02", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -35120,28 +54042,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ba771d97-16d2-431f-a0bb-7318824fb4d1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ba771d97-16d2-431f-a0bb-7318824fb4d1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "574615", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4964", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -35149,31 +54118,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-647118061210097954526438", + "value" : "NO-585548541298586466303843", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ba771d97-16d2-431f-a0bb-7318824fb4d1", + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:761e02f3-5258-431e-9a3d-c6e1bf2ed993", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -35182,7 +54176,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -35407,7 +54419,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-647118061210097954526438", + "batteryIDDMCCode" : "NO-585548541298586466303843", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -35418,32 +54430,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ba771d97-16d2-431f-a0bb-7318824fb4d1", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-02-10", + "currentStateOfHealthTimestamp" : "2017-11-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -35452,28 +54490,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b98373d7-393f-4f0f-a9b8-9c377a2c51bb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b98373d7-393f-4f0f-a9b8-9c377a2c51bb", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "363231", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7876", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -35481,31 +54566,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-653672903753634513756983", + "value" : "NO-849571409038311009141692", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b98373d7-393f-4f0f-a9b8-9c377a2c51bb", + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:955f4773-e317-4a2c-bfdd-71681c43d167", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -35514,7 +54624,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -35739,7 +54867,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-653672903753634513756983", + "batteryIDDMCCode" : "NO-849571409038311009141692", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -35750,32 +54878,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b98373d7-393f-4f0f-a9b8-9c377a2c51bb", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-07-13", + "currentStateOfHealthTimestamp" : "2017-10-23", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -35784,60 +54938,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fa4cd974-dcbd-4c00-a05a-12cd4de0e2ac", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa4cd974-dcbd-4c00-a05a-12cd4de0e2ac", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "542029", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3531", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-341015767385879535443671", + "value" : "NO-046489068699513613983142", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fa4cd974-dcbd-4c00-a05a-12cd4de0e2ac", + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d17dfa57-615c-4d7a-81f2-0389277e4e3e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -36062,7 +55315,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-341015767385879535443671", + "batteryIDDMCCode" : "NO-046489068699513613983142", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -36073,10 +55326,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 3, + "recycledContent" : 61, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -36086,7 +55365,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 62, + "recycledContent" : 9, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -36096,7 +55375,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 14, + "recycledContent" : 84, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -36106,361 +55385,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-341015767385879535443671", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa4cd974-dcbd-4c00-a05a-12cd4de0e2ac", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6303b0f5-a2b7-42b6-bf82-4375539f3c2c", + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:32b1171c-6c66-45fa-b074-a71c4b2366e2", + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6233ac18-fef7-4e7e-866c-6e26025764d4", + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:327be093-7285-4097-8464-d703bd8c6978", + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c467a5f2-0b81-4cd2-a13d-5a61617edf65", + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b52b3b21-f046-4e9b-a551-421098a2a67a", + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5297a8c2-01d6-49b2-961d-fde03658ec39", + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:553cded2-ffa2-4fc3-9762-f7d584439177", + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:04a853d4-9168-48be-add0-b753730e7205", + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f1906745-14f8-4ad5-879a-3a0b9a7fb8f7", + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:6303b0f5-a2b7-42b6-bf82-4375539f3c2c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6303b0f5-a2b7-42b6-bf82-4375539f3c2c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "548787", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8877", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-915490754161166703869769", + "value" : "NO-343421984914134407537068", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6303b0f5-a2b7-42b6-bf82-4375539f3c2c", + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a83e094e-d624-41a1-9d4f-5ce815d36141", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e437151e-57a1-42b5-911c-6a0a4fd1d506", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:288c15d2-830e-4501-93c9-ec2389f6159a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d657e92b-31ac-4198-b49a-1b5b89ac067a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bf9db4b-a700-4937-9cbf-de04ec91289e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7bf2c1ac-ccc5-4b39-845f-8fc15f37e4c9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:582a4814-1b4f-4ab7-97f8-3583e6428b04", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:69197eeb-b681-400b-a67b-446ff52968e1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2cdc3633-9278-46f1-a1b4-6db81ddff90c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1c2d1acb-79c5-450b-b0e7-eb0b51da379e", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4e462559-e767-4cac-aa51-7c3e6dbbcdee", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -36685,7 +56056,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-915490754161166703869769", + "batteryIDDMCCode" : "NO-343421984914134407537068", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -36696,32 +56067,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6303b0f5-a2b7-42b6-bf82-4375539f3c2c", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-09-29", + "version" : 1.6, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6201, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2022-05-06", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-343421984914134407537068", + "key" : "PartInstanceID" + } ], + "gtin" : " 23331813", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "931203007" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-10-07", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.2157 ] + }, + "id" : "PB7707" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Lithium" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 111 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-02", + "currentStateOfHealthTimestamp" : "2017-09-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -36730,28 +56306,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:32b1171c-6c66-45fa-b074-a71c4b2366e2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:32b1171c-6c66-45fa-b074-a71c4b2366e2", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "159823", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6698", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -36759,31 +56382,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-508587232811128646000890", + "value" : "NO-266414324653556185736448", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:32b1171c-6c66-45fa-b074-a71c4b2366e2", + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab50cdb0-c239-4648-b9ed-a7dd42e72220", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -36792,7 +56440,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -37017,7 +56683,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-508587232811128646000890", + "batteryIDDMCCode" : "NO-266414324653556185736448", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -37028,32 +56694,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:32b1171c-6c66-45fa-b074-a71c4b2366e2", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-02", + "currentStateOfHealthTimestamp" : "2020-08-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -37062,28 +56754,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6233ac18-fef7-4e7e-866c-6e26025764d4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6233ac18-fef7-4e7e-866c-6e26025764d4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "262542", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6942", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -37091,31 +56830,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-192867840333773010728666", + "value" : "NO-439531001401998592561978", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6233ac18-fef7-4e7e-866c-6e26025764d4", + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3ec0a5de-e362-4181-b11c-717f7855192f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -37124,7 +56888,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -37349,7 +57131,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-192867840333773010728666", + "batteryIDDMCCode" : "NO-439531001401998592561978", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -37360,32 +57142,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6233ac18-fef7-4e7e-866c-6e26025764d4", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-12", + "currentStateOfHealthTimestamp" : "2021-10-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-02-25", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -37394,28 +57202,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:327be093-7285-4097-8464-d703bd8c6978", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:327be093-7285-4097-8464-d703bd8c6978", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "986688", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4675", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -37423,31 +57278,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-875848459902428056100228", + "value" : "NO-021808497008475276207658", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:327be093-7285-4097-8464-d703bd8c6978", + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b74504dc-5f15-4cea-ba28-80babdefd216", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -37456,7 +57336,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -37681,7 +57579,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-875848459902428056100228", + "batteryIDDMCCode" : "NO-021808497008475276207658", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -37692,32 +57590,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:327be093-7285-4097-8464-d703bd8c6978", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-22", + "currentStateOfHealthTimestamp" : "2017-07-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-13", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -37726,28 +57650,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c467a5f2-0b81-4cd2-a13d-5a61617edf65", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c467a5f2-0b81-4cd2-a13d-5a61617edf65", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "761723", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2393", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -37755,31 +57726,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-500966801861573643607332", + "value" : "NO-883135781243388996380832", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c467a5f2-0b81-4cd2-a13d-5a61617edf65", + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:155dfe14-4d27-41f2-a181-6a275eefdc8e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -37788,7 +57784,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -38013,7 +58027,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-500966801861573643607332", + "batteryIDDMCCode" : "NO-883135781243388996380832", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -38024,32 +58038,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c467a5f2-0b81-4cd2-a13d-5a61617edf65", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-03", + "currentStateOfHealthTimestamp" : "2021-01-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-02-21", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -38058,28 +58098,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b52b3b21-f046-4e9b-a551-421098a2a67a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b52b3b21-f046-4e9b-a551-421098a2a67a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "517072", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "3439", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -38087,31 +58174,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-735250865139584315557320", + "value" : "NO-990836037358215841702922", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b52b3b21-f046-4e9b-a551-421098a2a67a", + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:51e5ce2d-51ee-4e46-b4df-f0aad1250711", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -38120,7 +58232,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -38345,7 +58475,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-735250865139584315557320", + "batteryIDDMCCode" : "NO-990836037358215841702922", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -38356,32 +58486,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b52b3b21-f046-4e9b-a551-421098a2a67a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-02-13", + "currentStateOfHealthTimestamp" : "2018-07-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-02-18", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -38390,28 +58546,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5297a8c2-01d6-49b2-961d-fde03658ec39", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5297a8c2-01d6-49b2-961d-fde03658ec39", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "860371", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1793", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -38419,31 +58622,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-594414885167616543827588", + "value" : "NO-960387226518041014742915", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5297a8c2-01d6-49b2-961d-fde03658ec39", + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7ada1973-6ede-41cd-9d7e-ee7210cb57ec", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -38452,7 +58680,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -38677,7 +58923,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-594414885167616543827588", + "batteryIDDMCCode" : "NO-960387226518041014742915", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -38688,32 +58934,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5297a8c2-01d6-49b2-961d-fde03658ec39", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-03", + "currentStateOfHealthTimestamp" : "2019-08-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-24", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -38722,28 +58994,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:553cded2-ffa2-4fc3-9762-f7d584439177", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:553cded2-ffa2-4fc3-9762-f7d584439177", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "402009", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7973", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -38751,31 +59070,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-789627586490801883619079", + "value" : "NO-749514118885207807523684", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:553cded2-ffa2-4fc3-9762-f7d584439177", + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:33d31c53-a97b-4949-96d6-27abaa572486", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -38784,7 +59128,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -39009,7 +59371,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-789627586490801883619079", + "batteryIDDMCCode" : "NO-749514118885207807523684", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -39020,32 +59382,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:553cded2-ffa2-4fc3-9762-f7d584439177", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-31", + "currentStateOfHealthTimestamp" : "2015-06-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthTimestamp" : "2024-02-23", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -39054,28 +59442,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:04a853d4-9168-48be-add0-b753730e7205", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:04a853d4-9168-48be-add0-b753730e7205", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "337414", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4420", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -39083,31 +59518,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-039033179459464538087864", + "value" : "NO-291715621913372083066844", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:04a853d4-9168-48be-add0-b753730e7205", + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b773e17f-884d-48d5-a2be-32d638aa8e60", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -39116,7 +59576,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -39341,7 +59819,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-039033179459464538087864", + "batteryIDDMCCode" : "NO-291715621913372083066844", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -39352,32 +59830,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:04a853d4-9168-48be-add0-b753730e7205", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-10", + "currentStateOfHealthTimestamp" : "2021-12-07", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-03-06", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -39386,28 +59890,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f1906745-14f8-4ad5-879a-3a0b9a7fb8f7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f1906745-14f8-4ad5-879a-3a0b9a7fb8f7", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "77438", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2276", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -39415,31 +59966,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-132943938936318925626126", + "value" : "NO-443271381888074190712314", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f1906745-14f8-4ad5-879a-3a0b9a7fb8f7", + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a568cea8-143f-42a7-b9f9-f8f3ec146082", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -39448,7 +60024,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -39673,7 +60267,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-132943938936318925626126", + "batteryIDDMCCode" : "NO-443271381888074190712314", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -39684,32 +60278,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f1906745-14f8-4ad5-879a-3a0b9a7fb8f7", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-08-23", + "currentStateOfHealthTimestamp" : "2023-05-31", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -39718,60 +60338,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ddda262d-c33a-4796-b165-53ba7ca3e4fe", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ddda262d-c33a-4796-b165-53ba7ca3e4fe", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "672157", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "1776", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-933384462607684061222399", + "value" : "NO-603465092925964841944939", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ddda262d-c33a-4796-b165-53ba7ca3e4fe", + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7013115d-d229-4f24-9df3-8a0fc2b4f3b4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -39996,7 +60715,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-933384462607684061222399", + "batteryIDDMCCode" : "NO-603465092925964841944939", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -40007,10 +60726,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 37, + "recycledContent" : 84, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -40020,7 +60765,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 48, + "recycledContent" : 73, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -40030,7 +60775,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 42, + "recycledContent" : 31, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -40040,361 +60785,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-933384462607684061222399", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ddda262d-c33a-4796-b165-53ba7ca3e4fe", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b3276e3e-5af9-4571-a209-ba8b3a527ec5", + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b510c2a6-d014-4435-9eb1-31d8d64d5047", + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bffa53f0-b12f-4045-9047-696fb7d89d76", + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a0cff531-4f3a-4686-a8cf-39bcf048960a", + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:502d2a84-a106-4d42-bedc-cf051143ac60", + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:68b0401b-adb1-4e57-8c02-4b81dd319870", + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:213edea4-ce0f-4f88-9180-5397b981a895", + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e64950b3-b99b-4694-8683-365279f93ad3", + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0753216b-39ed-4071-9f75-2c3863291ccd", + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:477e51c8-91ff-464b-8023-d053735410d2", + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:b3276e3e-5af9-4571-a209-ba8b3a527ec5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3276e3e-5af9-4571-a209-ba8b3a527ec5", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "154592", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "9294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-339517051267816404813275", + "value" : "NO-823560382376748897634491", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b3276e3e-5af9-4571-a209-ba8b3a527ec5", + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2614af24-9bde-4eac-919a-7660638c5f53", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f9d145b-4a6f-4d79-92ba-c12994b6b483", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f9610458-0225-44b5-abb5-fec8cf099797", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:07c96796-3b53-4e56-a4ac-f59fa133800b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b8456285-e981-4ad9-973f-512f01487ae6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f2827a52-4654-4db0-a19c-2854b1fb411b", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6d0c58c2-76d9-4bbd-9cfb-26b6720651ad", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4acc9a3d-610a-4273-af81-9cd7aec2afb2", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3b3a70bf-5ec7-46c0-992c-4334d756cb7a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7af5cee7-61dc-423c-a29c-3bfa738b362d", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a5c78f5c-4008-4014-9c12-f152326ba9a4", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -40619,7 +61456,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-339517051267816404813275", + "batteryIDDMCCode" : "NO-823560382376748897634491", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -40630,32 +61467,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3276e3e-5af9-4571-a209-ba8b3a527ec5", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-12-07", + "version" : 2.3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.63989999999998, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2021-06-26", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-823560382376748897634491", + "key" : "PartInstanceID" + } ], + "gtin" : " 38615101", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "341259269" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-05-30", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 5.6098 ] + }, + "id" : "LN1496" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Graphite" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 117 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-10", + "currentStateOfHealthTimestamp" : "2017-03-13", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -40664,28 +61706,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b510c2a6-d014-4435-9eb1-31d8d64d5047", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b510c2a6-d014-4435-9eb1-31d8d64d5047", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "455628", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6314", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -40693,31 +61782,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-942410737253107802888940", + "value" : "NO-848885292462912694102251", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b510c2a6-d014-4435-9eb1-31d8d64d5047", + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dbe5222e-e498-402f-98f2-4e45c66099a7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -40726,7 +61840,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -40951,7 +62083,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-942410737253107802888940", + "batteryIDDMCCode" : "NO-848885292462912694102251", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -40962,32 +62094,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b510c2a6-d014-4435-9eb1-31d8d64d5047", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-23", + "currentStateOfHealthTimestamp" : "2021-08-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-18", + "currentStateOfHealthTimestamp" : "2024-03-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -40996,28 +62154,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bffa53f0-b12f-4045-9047-696fb7d89d76", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bffa53f0-b12f-4045-9047-696fb7d89d76", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "335379", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6384", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -41025,31 +62230,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-145842463039631494605512", + "value" : "NO-689813702415564518493945", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bffa53f0-b12f-4045-9047-696fb7d89d76", + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e2b5fe18-114d-4335-8886-1342d152a6bc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -41058,7 +62288,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -41283,7 +62531,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-145842463039631494605512", + "batteryIDDMCCode" : "NO-689813702415564518493945", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -41294,32 +62542,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bffa53f0-b12f-4045-9047-696fb7d89d76", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-12", + "currentStateOfHealthTimestamp" : "2024-01-31", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-30", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -41328,28 +62602,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a0cff531-4f3a-4686-a8cf-39bcf048960a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0cff531-4f3a-4686-a8cf-39bcf048960a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "199331", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7004", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -41357,31 +62678,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-156300002450588734516877", + "value" : "NO-987660837352774924045931", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a0cff531-4f3a-4686-a8cf-39bcf048960a", + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:42569d31-653c-4edf-bcf0-9377da2501b6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -41390,7 +62736,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -41615,7 +62979,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-156300002450588734516877", + "batteryIDDMCCode" : "NO-987660837352774924045931", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -41626,32 +62990,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0cff531-4f3a-4686-a8cf-39bcf048960a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-28", + "currentStateOfHealthTimestamp" : "2023-05-07", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -41660,28 +63050,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:502d2a84-a106-4d42-bedc-cf051143ac60", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:502d2a84-a106-4d42-bedc-cf051143ac60", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "498568", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3727", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -41689,31 +63126,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-446283855420759431529785", + "value" : "NO-654353296014446496284506", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:502d2a84-a106-4d42-bedc-cf051143ac60", + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9e3d6e45-10ce-4803-adfa-178aa2f28de5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -41722,7 +63184,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -41947,7 +63427,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-446283855420759431529785", + "batteryIDDMCCode" : "NO-654353296014446496284506", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -41958,32 +63438,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:502d2a84-a106-4d42-bedc-cf051143ac60", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-23", + "currentStateOfHealthTimestamp" : "2018-09-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-10", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -41992,28 +63498,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:68b0401b-adb1-4e57-8c02-4b81dd319870", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:68b0401b-adb1-4e57-8c02-4b81dd319870", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "326790", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1442", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -42021,31 +63574,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-134684761629404193092788", + "value" : "NO-588767590807225389768378", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:68b0401b-adb1-4e57-8c02-4b81dd319870", + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5c73472b-c9b9-4767-aa9c-3997a1fd74a8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -42054,7 +63632,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -42279,7 +63875,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-134684761629404193092788", + "batteryIDDMCCode" : "NO-588767590807225389768378", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -42290,32 +63886,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:68b0401b-adb1-4e57-8c02-4b81dd319870", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-10", + "currentStateOfHealthTimestamp" : "2017-10-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-03-01", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -42324,28 +63946,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:213edea4-ce0f-4f88-9180-5397b981a895", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:213edea4-ce0f-4f88-9180-5397b981a895", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "515853", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1725", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -42353,31 +64022,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-109000822347620876506508", + "value" : "NO-931418197632196969612711", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:213edea4-ce0f-4f88-9180-5397b981a895", + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f77404be-d106-4185-8bf2-5ea493235bdc", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -42386,7 +64080,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -42611,7 +64323,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-109000822347620876506508", + "batteryIDDMCCode" : "NO-931418197632196969612711", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -42622,32 +64334,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:213edea4-ce0f-4f88-9180-5397b981a895", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-20", + "currentStateOfHealthTimestamp" : "2016-07-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-19", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -42656,28 +64394,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e64950b3-b99b-4694-8683-365279f93ad3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e64950b3-b99b-4694-8683-365279f93ad3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "829859", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "4783", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -42685,31 +64470,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-196536163716735662406598", + "value" : "NO-111951972013972210420848", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e64950b3-b99b-4694-8683-365279f93ad3", + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c776232e-d7a9-4ddd-a18a-0978ef29b492", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -42718,7 +64528,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -42943,7 +64771,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-196536163716735662406598", + "batteryIDDMCCode" : "NO-111951972013972210420848", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -42954,32 +64782,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e64950b3-b99b-4694-8683-365279f93ad3", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-08-04", + "currentStateOfHealthTimestamp" : "2017-08-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-02-13", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -42988,28 +64842,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0753216b-39ed-4071-9f75-2c3863291ccd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0753216b-39ed-4071-9f75-2c3863291ccd", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "271591", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5926", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -43017,31 +64918,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-703224597099467128681637", + "value" : "NO-932110494217527413805411", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0753216b-39ed-4071-9f75-2c3863291ccd", + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b20d0071-e9f9-4da6-bbf6-e21cf24b62ec", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -43050,7 +64976,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -43275,7 +65219,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-703224597099467128681637", + "batteryIDDMCCode" : "NO-932110494217527413805411", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -43286,32 +65230,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0753216b-39ed-4071-9f75-2c3863291ccd", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-19", + "currentStateOfHealthTimestamp" : "2019-03-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-30", + "currentStateOfHealthTimestamp" : "2024-03-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -43320,28 +65290,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:477e51c8-91ff-464b-8023-d053735410d2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:477e51c8-91ff-464b-8023-d053735410d2", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "927759", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4113", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -43349,31 +65366,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-835306841866640183669553", + "value" : "NO-925671333895560015573644", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:477e51c8-91ff-464b-8023-d053735410d2", + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f89b88d3-8060-417b-9b23-3c98acde0d62", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -43382,7 +65424,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -43607,7 +65667,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-835306841866640183669553", + "batteryIDDMCCode" : "NO-925671333895560015573644", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -43618,32 +65678,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:477e51c8-91ff-464b-8023-d053735410d2", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-15", + "currentStateOfHealthTimestamp" : "2018-06-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -43652,60 +65738,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:aa04aa4a-7d1b-4f9f-980f-b727dcaedf74", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa04aa4a-7d1b-4f9f-980f-b727dcaedf74", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "212566", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9522", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-989427921464604909080703", + "value" : "NO-942663371448425761623285", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:aa04aa4a-7d1b-4f9f-980f-b727dcaedf74", + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bcb55f75-602d-45d9-bac5-5e64e9ab53b9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -43930,7 +66115,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-989427921464604909080703", + "batteryIDDMCCode" : "NO-942663371448425761623285", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -43941,10 +66126,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 47, + "recycledContent" : 7, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -43954,7 +66165,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 35, + "recycledContent" : 9, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -43964,7 +66175,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 73, + "recycledContent" : 40, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -43974,361 +66185,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-989427921464604909080703", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa04aa4a-7d1b-4f9f-980f-b727dcaedf74", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:247a39b0-5797-40ce-872b-8a84ca0814f4", + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7e5fa6b8-739d-4285-8013-12b8dda30c4b", + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1ed53fcc-b23b-41c4-9bdb-8c4c35d2d137", + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0b504402-f9ee-43f7-8964-208bbad12215", + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fd63467b-0bc0-4165-a849-465d180d7bf8", + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:412a1b13-56fd-45b3-b093-3997b5b7782f", + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:cae6011e-74fb-44a4-8a3d-e9fbfb02063f", + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:700a88b5-3af9-49f7-b3ef-e13e13d564e6", + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a3d28358-66c3-4c0f-b942-2cb26be60509", + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f994cbba-986c-48d4-88f6-34c941ffc2dc", + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:247a39b0-5797-40ce-872b-8a84ca0814f4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:247a39b0-5797-40ce-872b-8a84ca0814f4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "587599", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "6007", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-839600567623887629088034", + "value" : "NO-862307068158749400741457", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:247a39b0-5797-40ce-872b-8a84ca0814f4", + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4a76b061-0f80-4993-ab51-25bb01d5977c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3b9d35a7-c5db-42d9-9011-9e4b982e3256", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:04c4b249-70bc-4735-971b-b5328358945b", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c84f4059-e4e7-4169-8ea8-6761d2a44eca", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a7ac16d1-3042-4a8b-92e9-4ee1b3030bde", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ddfabcb8-3785-428a-a60c-9de984a047a2", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4a2da884-346d-46e4-82ff-a5564f04c565", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7740e6f1-8e26-4c8a-a9c0-54f60a2be416", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5cab1261-57a8-45a0-968d-6d5ce98a92e1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af70076a-abbf-4a31-aab4-b2baae0eafc4", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f0a32eee-602e-4209-9c83-adaea312eaae", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -44553,7 +66856,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-839600567623887629088034", + "batteryIDDMCCode" : "NO-862307068158749400741457", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -44564,32 +66867,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:247a39b0-5797-40ce-872b-8a84ca0814f4", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-08-20", + "version" : 1.8, + "status" : "Draft" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.62269999999998, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2021-04-24", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-862307068158749400741457", + "key" : "PartInstanceID" + } ], + "gtin" : " 88090453", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "687454395" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-03-28", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 5.6145 ] + }, + "id" : "XF3944" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Polyamid" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 110 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-04-30", + "currentStateOfHealthTimestamp" : "2018-01-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-06", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -44598,28 +67106,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7e5fa6b8-739d-4285-8013-12b8dda30c4b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7e5fa6b8-739d-4285-8013-12b8dda30c4b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "931410", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6703", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -44627,31 +67182,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-818044310622625134907780", + "value" : "NO-139880244941669856794800", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7e5fa6b8-739d-4285-8013-12b8dda30c4b", + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a3780205-b64b-4442-9b6f-83a6cccb1e66", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -44660,7 +67240,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -44885,7 +67483,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-818044310622625134907780", + "batteryIDDMCCode" : "NO-139880244941669856794800", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -44896,32 +67494,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7e5fa6b8-739d-4285-8013-12b8dda30c4b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-21", + "currentStateOfHealthTimestamp" : "2017-09-30", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-30", + "currentStateOfHealthTimestamp" : "2024-02-27", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -44930,28 +67554,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1ed53fcc-b23b-41c4-9bdb-8c4c35d2d137", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ed53fcc-b23b-41c4-9bdb-8c4c35d2d137", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "195467", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4200", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -44959,31 +67630,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-426060384738861448200149", + "value" : "NO-050830021987571935432965", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1ed53fcc-b23b-41c4-9bdb-8c4c35d2d137", + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:09bccfbb-c39e-4e36-8c13-a69e73c41c00", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -44992,7 +67688,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -45217,7 +67931,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-426060384738861448200149", + "batteryIDDMCCode" : "NO-050830021987571935432965", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -45228,32 +67942,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ed53fcc-b23b-41c4-9bdb-8c4c35d2d137", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-20", + "currentStateOfHealthTimestamp" : "2022-03-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -45262,28 +68002,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0b504402-f9ee-43f7-8964-208bbad12215", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0b504402-f9ee-43f7-8964-208bbad12215", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "611307", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 25 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "9031", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -45291,31 +68078,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-297191766949598506996561", + "value" : "NO-857703197842350741949159", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0b504402-f9ee-43f7-8964-208bbad12215", + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8ee2ae10-e976-4f94-943b-c794f8e4b1e4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -45324,7 +68136,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -45549,7 +68379,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-297191766949598506996561", + "batteryIDDMCCode" : "NO-857703197842350741949159", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -45560,32 +68390,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0b504402-f9ee-43f7-8964-208bbad12215", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-13", + "currentStateOfHealthTimestamp" : "2022-09-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -45594,28 +68450,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fd63467b-0bc0-4165-a849-465d180d7bf8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fd63467b-0bc0-4165-a849-465d180d7bf8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "105185", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3318", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -45623,31 +68526,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-194523781662656356890406", + "value" : "NO-022011077349717419717141", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fd63467b-0bc0-4165-a849-465d180d7bf8", + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e1b0c08e-0fb9-44b0-8bb9-17ecc22d4dba", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -45656,7 +68584,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -45881,7 +68827,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-194523781662656356890406", + "batteryIDDMCCode" : "NO-022011077349717419717141", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -45892,32 +68838,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fd63467b-0bc0-4165-a849-465d180d7bf8", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-13", + "currentStateOfHealthTimestamp" : "2018-01-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-15", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -45926,28 +68898,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:412a1b13-56fd-45b3-b093-3997b5b7782f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:412a1b13-56fd-45b3-b093-3997b5b7782f", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "485598", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7376", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -45955,31 +68974,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-172020903187560799410766", + "value" : "NO-426790987058017367255084", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:412a1b13-56fd-45b3-b093-3997b5b7782f", + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:04bf1c2f-9a48-44cd-abcd-74543250218a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -45988,7 +69032,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -46213,7 +69275,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-172020903187560799410766", + "batteryIDDMCCode" : "NO-426790987058017367255084", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -46224,32 +69286,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:412a1b13-56fd-45b3-b093-3997b5b7782f", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-03-18", + "currentStateOfHealthTimestamp" : "2020-08-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-03-06", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -46258,28 +69346,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cae6011e-74fb-44a4-8a3d-e9fbfb02063f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cae6011e-74fb-44a4-8a3d-e9fbfb02063f", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "467368", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8105", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -46287,31 +69422,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-481997540510023293084709", + "value" : "NO-966360536351633404870551", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:cae6011e-74fb-44a4-8a3d-e9fbfb02063f", + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6f67d687-35f6-4e64-ac6d-4d51dacf8d6f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -46320,7 +69480,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -46545,7 +69723,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-481997540510023293084709", + "batteryIDDMCCode" : "NO-966360536351633404870551", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -46556,32 +69734,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cae6011e-74fb-44a4-8a3d-e9fbfb02063f", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-15", + "currentStateOfHealthTimestamp" : "2019-04-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-25", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -46590,28 +69794,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:700a88b5-3af9-49f7-b3ef-e13e13d564e6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:700a88b5-3af9-49f7-b3ef-e13e13d564e6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "142539", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3209", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -46619,31 +69870,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-136899390786912780450614", + "value" : "NO-586885151204747027102290", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:700a88b5-3af9-49f7-b3ef-e13e13d564e6", + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:40ac00e5-8213-46d8-8049-b832ff178200", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -46652,7 +69928,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -46877,7 +70171,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-136899390786912780450614", + "batteryIDDMCCode" : "NO-586885151204747027102290", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -46888,32 +70182,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:700a88b5-3af9-49f7-b3ef-e13e13d564e6", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-02-11", + "currentStateOfHealthTimestamp" : "2015-02-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -46922,28 +70242,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a3d28358-66c3-4c0f-b942-2cb26be60509", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3d28358-66c3-4c0f-b942-2cb26be60509", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "398156", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6328", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -46951,31 +70318,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-852779098018145739904106", + "value" : "NO-660077714588397744604444", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a3d28358-66c3-4c0f-b942-2cb26be60509", + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1bde9b18-9592-4a96-93b3-1d6294658fa4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -46984,7 +70376,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -47209,7 +70619,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-852779098018145739904106", + "batteryIDDMCCode" : "NO-660077714588397744604444", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -47220,32 +70630,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3d28358-66c3-4c0f-b942-2cb26be60509", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-13", + "currentStateOfHealthTimestamp" : "2021-04-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -47254,28 +70690,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f994cbba-986c-48d4-88f6-34c941ffc2dc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f994cbba-986c-48d4-88f6-34c941ffc2dc", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "536838", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5148", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -47283,31 +70766,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-777101703952344015797253", + "value" : "NO-902959824536006525317752", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f994cbba-986c-48d4-88f6-34c941ffc2dc", + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8eac0c20-d881-47c6-80c5-3dd2ca7f97a3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -47316,7 +70824,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -47541,7 +71067,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-777101703952344015797253", + "batteryIDDMCCode" : "NO-902959824536006525317752", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -47552,32 +71078,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f994cbba-986c-48d4-88f6-34c941ffc2dc", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-11-01", + "currentStateOfHealthTimestamp" : "2014-07-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -47586,60 +71138,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cebc2508-3296-42ac-ab56-9beca2d13c47", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cebc2508-3296-42ac-ab56-9beca2d13c47", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "683565", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8402", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-822334401694197147656808", + "value" : "NO-977849350799966985051994", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:cebc2508-3296-42ac-ab56-9beca2d13c47", + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cbc584b5-8687-438f-a32c-2d27fc03a213", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -47864,7 +71515,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-822334401694197147656808", + "batteryIDDMCCode" : "NO-977849350799966985051994", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -47875,10 +71526,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 51, + "recycledContent" : 26, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -47888,7 +71565,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 77, + "recycledContent" : 78, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -47898,7 +71575,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 83, + "recycledContent" : 39, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -47908,361 +71585,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-822334401694197147656808", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cebc2508-3296-42ac-ab56-9beca2d13c47", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:856d931d-5407-4470-91ac-60e5f13bc779", + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d2389d10-783e-481d-91fa-e9a678245d0b", + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b85d022d-aa95-4787-ac5c-3c050ee48a69", + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:68dfdd8e-1059-4bc7-9b5e-9e0bf6699f41", + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:565fc5b5-7716-48e7-a3b2-24622e70bb07", + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4e2e3876-049c-49e6-a11a-c9505c02a45d", + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:88168d39-3ec8-4772-b97f-1bbbe0f851a4", + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9ae74842-13d1-4979-a100-597a774c1815", + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2f92da88-f114-4504-8d6d-04a1b88da6f0", + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:affcc4f9-c1ee-41eb-988e-4d2a59a14487", + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:856d931d-5407-4470-91ac-60e5f13bc779", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:856d931d-5407-4470-91ac-60e5f13bc779", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "308977", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3787", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-654002673889030373381356", + "value" : "NO-418669803382355934007191", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:856d931d-5407-4470-91ac-60e5f13bc779", + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8f9d74f6-42cc-4253-b698-01dcc192d5dc", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:657b2156-d29e-46db-a506-6feff7c37a48", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7168150d-8825-4819-a3ae-c1b5847afcb8", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c25ad346-f75e-492e-9e1c-4b4a6529103c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:30d0e580-92d9-475b-b95c-4ef39944baf5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:014a1ac3-9393-431f-b89d-384f6af10260", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b57e3223-9b54-4aed-862e-5e3829a55093", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:da10cc8e-e01c-4495-92fb-ea4334dd1864", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:76cbf0a1-9566-43ea-afde-b12320cbda2c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:57dc589d-ba38-45aa-923e-861aa4c170ea", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d23e65b6-8a18-4458-9444-86012054c456", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -48487,7 +72256,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-654002673889030373381356", + "batteryIDDMCCode" : "NO-418669803382355934007191", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -48498,32 +72267,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:856d931d-5407-4470-91ac-60e5f13bc779", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-01-11", + "version" : 3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6889, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2023-10-28", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-418669803382355934007191", + "key" : "PartInstanceID" + } ], + "gtin" : " 61229344", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "168346322" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-28", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 5.7531 ] + }, + "id" : "KQ1035" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Lithium" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 117 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-16", + "currentStateOfHealthTimestamp" : "2015-01-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -48532,28 +72506,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d2389d10-783e-481d-91fa-e9a678245d0b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d2389d10-783e-481d-91fa-e9a678245d0b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "282047", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2749", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -48561,31 +72582,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-707408752597279470188562", + "value" : "NO-556829998319273469934509", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d2389d10-783e-481d-91fa-e9a678245d0b", + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fca0bcc8-295b-4f5a-8146-a4130ba512cc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -48594,7 +72640,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -48819,7 +72883,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-707408752597279470188562", + "batteryIDDMCCode" : "NO-556829998319273469934509", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -48830,32 +72894,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d2389d10-783e-481d-91fa-e9a678245d0b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-19", + "currentStateOfHealthTimestamp" : "2022-02-28", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-18", + "currentStateOfHealthTimestamp" : "2024-02-13", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -48864,28 +72954,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b85d022d-aa95-4787-ac5c-3c050ee48a69", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b85d022d-aa95-4787-ac5c-3c050ee48a69", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "561423", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4012", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -48893,31 +73030,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-231495390804442477068143", + "value" : "NO-114219272230854934064186", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b85d022d-aa95-4787-ac5c-3c050ee48a69", + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d9072edf-577e-4fd8-8b22-7a30a29aa02d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -48926,7 +73088,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -49151,7 +73331,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-231495390804442477068143", + "batteryIDDMCCode" : "NO-114219272230854934064186", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -49162,32 +73342,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b85d022d-aa95-4787-ac5c-3c050ee48a69", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-01", + "currentStateOfHealthTimestamp" : "2014-09-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-15", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -49196,28 +73402,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:68dfdd8e-1059-4bc7-9b5e-9e0bf6699f41", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:68dfdd8e-1059-4bc7-9b5e-9e0bf6699f41", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "917481", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4194", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -49225,31 +73478,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-225117361677951779232556", + "value" : "NO-829824339044400302167457", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:68dfdd8e-1059-4bc7-9b5e-9e0bf6699f41", + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ddc48568-0607-49f6-87fe-17745b723e46", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -49258,7 +73536,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -49483,7 +73779,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-225117361677951779232556", + "batteryIDDMCCode" : "NO-829824339044400302167457", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -49494,32 +73790,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:68dfdd8e-1059-4bc7-9b5e-9e0bf6699f41", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-02-07", + "currentStateOfHealthTimestamp" : "2022-09-03", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-02-18", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -49528,28 +73850,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:565fc5b5-7716-48e7-a3b2-24622e70bb07", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:565fc5b5-7716-48e7-a3b2-24622e70bb07", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "856374", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8335", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -49557,31 +73926,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-265529151617334933834901", + "value" : "NO-224566669636331090545181", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:565fc5b5-7716-48e7-a3b2-24622e70bb07", + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9646bf2c-c3da-4c69-92d2-5b3cb4079e46", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -49590,7 +73984,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -49815,7 +74227,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-265529151617334933834901", + "batteryIDDMCCode" : "NO-224566669636331090545181", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -49826,32 +74238,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:565fc5b5-7716-48e7-a3b2-24622e70bb07", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-09-11", + "currentStateOfHealthTimestamp" : "2019-12-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-24", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -49860,28 +74298,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4e2e3876-049c-49e6-a11a-c9505c02a45d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e2e3876-049c-49e6-a11a-c9505c02a45d", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "750121", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9030", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -49889,31 +74374,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-155378907840268476820296", + "value" : "NO-635280441324370168837677", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4e2e3876-049c-49e6-a11a-c9505c02a45d", + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e412ac7f-f0cc-4365-ad1a-2651b5c2d952", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -49922,7 +74432,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -50147,7 +74675,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-155378907840268476820296", + "batteryIDDMCCode" : "NO-635280441324370168837677", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -50158,32 +74686,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e2e3876-049c-49e6-a11a-c9505c02a45d", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-16", + "currentStateOfHealthTimestamp" : "2014-07-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-02-17", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -50192,28 +74746,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:88168d39-3ec8-4772-b97f-1bbbe0f851a4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:88168d39-3ec8-4772-b97f-1bbbe0f851a4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "902500", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7217", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -50221,31 +74822,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-403267247639556339351314", + "value" : "NO-500407972173549682027830", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:88168d39-3ec8-4772-b97f-1bbbe0f851a4", + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ad34598e-a3f7-4659-aa55-c62c3e20a87b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -50254,7 +74880,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -50479,7 +75123,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-403267247639556339351314", + "batteryIDDMCCode" : "NO-500407972173549682027830", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -50490,32 +75134,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:88168d39-3ec8-4772-b97f-1bbbe0f851a4", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-09-03", + "currentStateOfHealthTimestamp" : "2017-07-05", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-27", + "currentStateOfHealthTimestamp" : "2024-03-02", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -50524,28 +75194,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9ae74842-13d1-4979-a100-597a774c1815", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ae74842-13d1-4979-a100-597a774c1815", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "492086", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7931", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -50553,31 +75270,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-526349468968046885850913", + "value" : "NO-219146627260821677812233", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9ae74842-13d1-4979-a100-597a774c1815", + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:534fcb00-8980-4314-bb70-b1e224016483", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -50586,7 +75328,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -50811,7 +75571,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-526349468968046885850913", + "batteryIDDMCCode" : "NO-219146627260821677812233", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -50822,32 +75582,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ae74842-13d1-4979-a100-597a774c1815", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-09-08", + "currentStateOfHealthTimestamp" : "2019-01-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -50856,28 +75642,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2f92da88-f114-4504-8d6d-04a1b88da6f0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f92da88-f114-4504-8d6d-04a1b88da6f0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "794841", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5710", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -50885,31 +75718,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-532437417113152142575676", + "value" : "NO-074461602369719943828031", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2f92da88-f114-4504-8d6d-04a1b88da6f0", + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7d5782cc-0955-4cb9-aaab-b2735ce1809b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -50918,7 +75776,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -51143,7 +76019,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-532437417113152142575676", + "batteryIDDMCCode" : "NO-074461602369719943828031", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -51154,32 +76030,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f92da88-f114-4504-8d6d-04a1b88da6f0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-03", + "currentStateOfHealthTimestamp" : "2020-09-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-02-27", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -51188,28 +76090,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:affcc4f9-c1ee-41eb-988e-4d2a59a14487", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:affcc4f9-c1ee-41eb-988e-4d2a59a14487", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "684632", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "9713", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -51217,31 +76166,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-178025918430330253855508", + "value" : "NO-718137720701312328534032", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:affcc4f9-c1ee-41eb-988e-4d2a59a14487", + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b1f2683b-f5f2-4d4f-a757-0c4cea3d350b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -51250,7 +76224,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -51475,7 +76467,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-178025918430330253855508", + "batteryIDDMCCode" : "NO-718137720701312328534032", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -51486,32 +76478,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:affcc4f9-c1ee-41eb-988e-4d2a59a14487", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-03-06", + "currentStateOfHealthTimestamp" : "2017-05-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-02-21", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -51520,60 +76538,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8f2ceb18-7883-400e-a886-9e7d39dd16a0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f2ceb18-7883-400e-a886-9e7d39dd16a0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "31858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5339", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-629892973678320117205097", + "value" : "NO-153173100258750590484715", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8f2ceb18-7883-400e-a886-9e7d39dd16a0", + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7cac3e70-9a92-4138-a50b-e08fa3be2eef", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -51798,7 +76915,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-629892973678320117205097", + "batteryIDDMCCode" : "NO-153173100258750590484715", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -51809,10 +76926,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 60, + "recycledContent" : 53, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -51822,7 +76965,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 13, + "recycledContent" : 31, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -51832,7 +76975,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 14, + "recycledContent" : 75, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -51842,361 +76985,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-629892973678320117205097", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f2ceb18-7883-400e-a886-9e7d39dd16a0", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e1665fb3-f1f4-410b-96b3-baba3a558dea", + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4f30c3fe-0620-453e-90d5-aa5cffdd9bd1", + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:898f2c98-781b-4ce5-8327-b7b5c5bd1ab6", + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9346e57d-df58-4940-8f27-7044caef5847", + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:aeb56db4-9e84-47f2-9e5a-899c0d681fe4", + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a13fefa5-62d2-4904-9173-675fb18c6bc1", + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fba671f9-405d-4f00-927a-f68355bcd044", + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3e8d2f43-963a-4d51-8779-016d6e4eb169", + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e7a7747a-1bee-4789-92d3-365153749aba", + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:48cdb59c-f755-412d-9775-cabbfb9f43e0", + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:e1665fb3-f1f4-410b-96b3-baba3a558dea", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e1665fb3-f1f4-410b-96b3-baba3a558dea", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "279805", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4141", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-431361043549679365184788", + "value" : "NO-549149826651196308165721", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e1665fb3-f1f4-410b-96b3-baba3a558dea", + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bde78f8e-7bae-44d1-a8ad-e94592f40f13", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:50b49d6b-e2d8-46b3-b8f5-203133b3f5a0", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aba49add-604c-4354-a12f-64b8e972ce02", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ab78787-f369-4f4f-839b-70e1a2515627", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ae08a15f-1330-4f4c-8f7e-19256096c4e9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:149fc796-a851-42aa-b898-c61cf8b58579", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:59ac42a0-6506-441e-88db-e908f1e9270e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5ad3660d-e783-4fc9-ab41-cf61fc66f8db", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4019d567-603a-43b2-8e0a-12a6e635dec6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1bd6da48-788f-4635-9419-05014eaceb3e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b39500d9-6dcf-4f2f-8f9c-dbeb46f302e2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -52421,7 +77656,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-431361043549679365184788", + "batteryIDDMCCode" : "NO-549149826651196308165721", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -52432,32 +77667,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e1665fb3-f1f4-410b-96b3-baba3a558dea", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-11-05", + "version" : 2, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6212, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 18 + } + }, + "commercial" : { + "placedOnMarket" : "2022-11-26", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-549149826651196308165721", + "key" : "PartInstanceID" + } ], + "gtin" : " 18258694", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "575343610" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-13", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 2.9056 ] + }, + "id" : "UF2327" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Lithium" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 117 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-22", + "currentStateOfHealthTimestamp" : "2020-06-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-02-17", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -52466,28 +77906,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4f30c3fe-0620-453e-90d5-aa5cffdd9bd1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f30c3fe-0620-453e-90d5-aa5cffdd9bd1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "630279", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7579", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -52495,31 +77982,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-703614083093867616206279", + "value" : "NO-941922963203176985468580", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4f30c3fe-0620-453e-90d5-aa5cffdd9bd1", + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1f245450-fa1e-4ef1-9911-390182fae324", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -52528,7 +78040,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -52753,7 +78283,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-703614083093867616206279", + "batteryIDDMCCode" : "NO-941922963203176985468580", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -52764,32 +78294,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f30c3fe-0620-453e-90d5-aa5cffdd9bd1", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-24", + "currentStateOfHealthTimestamp" : "2017-03-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -52798,28 +78354,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:898f2c98-781b-4ce5-8327-b7b5c5bd1ab6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:898f2c98-781b-4ce5-8327-b7b5c5bd1ab6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "239091", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "6123", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -52827,31 +78430,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-178959691986548633271726", + "value" : "NO-432542315695843094217907", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:898f2c98-781b-4ce5-8327-b7b5c5bd1ab6", + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5b77f3c0-fb29-4de7-90da-060d1e14d497", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -52860,7 +78488,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -53085,7 +78731,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-178959691986548633271726", + "batteryIDDMCCode" : "NO-432542315695843094217907", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -53096,32 +78742,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:898f2c98-781b-4ce5-8327-b7b5c5bd1ab6", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-02-07", + "currentStateOfHealthTimestamp" : "2022-05-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -53130,28 +78802,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9346e57d-df58-4940-8f27-7044caef5847", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9346e57d-df58-4940-8f27-7044caef5847", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "309340", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1163", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -53159,31 +78878,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-334693313886517260997778", + "value" : "NO-965432778069734733416709", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9346e57d-df58-4940-8f27-7044caef5847", + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6f01a0f2-04ce-4fa4-87b9-5c59a462de25", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -53192,7 +78936,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -53417,7 +79179,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-334693313886517260997778", + "batteryIDDMCCode" : "NO-965432778069734733416709", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -53428,32 +79190,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9346e57d-df58-4940-8f27-7044caef5847", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-19", + "currentStateOfHealthTimestamp" : "2021-07-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-10", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -53462,28 +79250,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:aeb56db4-9e84-47f2-9e5a-899c0d681fe4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aeb56db4-9e84-47f2-9e5a-899c0d681fe4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "903326", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9581", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -53491,31 +79326,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-136283597877957237552119", + "value" : "NO-239430732070176538458534", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:aeb56db4-9e84-47f2-9e5a-899c0d681fe4", + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:012cbcd1-af40-4774-b7b1-cb112fc42b68", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -53524,7 +79384,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -53749,7 +79627,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-136283597877957237552119", + "batteryIDDMCCode" : "NO-239430732070176538458534", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -53760,32 +79638,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aeb56db4-9e84-47f2-9e5a-899c0d681fe4", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-06-13", + "currentStateOfHealthTimestamp" : "2022-05-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-30", + "currentStateOfHealthTimestamp" : "2024-02-27", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -53794,28 +79698,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a13fefa5-62d2-4904-9173-675fb18c6bc1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a13fefa5-62d2-4904-9173-675fb18c6bc1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "103858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7652", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -53823,31 +79774,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-977674175886398224958091", + "value" : "NO-381277313491898129024746", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a13fefa5-62d2-4904-9173-675fb18c6bc1", + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f76503c1-2011-4825-b2e2-7beedb111d1d", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -53856,7 +79832,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -54081,7 +80075,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-977674175886398224958091", + "batteryIDDMCCode" : "NO-381277313491898129024746", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -54092,32 +80086,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a13fefa5-62d2-4904-9173-675fb18c6bc1", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-28", + "currentStateOfHealthTimestamp" : "2019-09-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-30", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -54126,28 +80146,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fba671f9-405d-4f00-927a-f68355bcd044", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fba671f9-405d-4f00-927a-f68355bcd044", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "931970", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1171", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -54155,31 +80222,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-527264762743993295355983", + "value" : "NO-150599582357067252883840", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fba671f9-405d-4f00-927a-f68355bcd044", + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8efbabcd-c53f-41ba-b38c-f80dc93291d0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -54188,7 +80280,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -54413,7 +80523,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-527264762743993295355983", + "batteryIDDMCCode" : "NO-150599582357067252883840", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -54424,32 +80534,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fba671f9-405d-4f00-927a-f68355bcd044", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-12-02", + "currentStateOfHealthTimestamp" : "2016-12-27", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-18", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -54458,28 +80594,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3e8d2f43-963a-4d51-8779-016d6e4eb169", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e8d2f43-963a-4d51-8779-016d6e4eb169", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "247381", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6840", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -54487,31 +80670,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-136758358236499758294945", + "value" : "NO-529552938923438940370052", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3e8d2f43-963a-4d51-8779-016d6e4eb169", + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0163195c-fc9e-4722-b8b0-baac6dd058b4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -54520,7 +80728,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -54745,7 +80971,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-136758358236499758294945", + "batteryIDDMCCode" : "NO-529552938923438940370052", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -54756,32 +80982,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e8d2f43-963a-4d51-8779-016d6e4eb169", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-09", + "currentStateOfHealthTimestamp" : "2014-11-07", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -54790,28 +81042,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e7a7747a-1bee-4789-92d3-365153749aba", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7a7747a-1bee-4789-92d3-365153749aba", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "765032", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2145", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -54819,31 +81118,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-261000419787118364716820", + "value" : "NO-810124424804228541312316", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e7a7747a-1bee-4789-92d3-365153749aba", + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e038a318-af91-4d18-be3b-90b14e82ecaa", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -54852,7 +81176,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -55077,7 +81419,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-261000419787118364716820", + "batteryIDDMCCode" : "NO-810124424804228541312316", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -55088,32 +81430,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7a7747a-1bee-4789-92d3-365153749aba", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-02-17", + "currentStateOfHealthTimestamp" : "2016-07-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-16", + "currentStateOfHealthTimestamp" : "2024-03-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -55122,28 +81490,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:48cdb59c-f755-412d-9775-cabbfb9f43e0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:48cdb59c-f755-412d-9775-cabbfb9f43e0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "520147", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1370", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -55151,31 +81566,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-962380605707322488892279", + "value" : "NO-573921318124335337929678", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:48cdb59c-f755-412d-9775-cabbfb9f43e0", + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b3135e0c-4622-4a64-a82c-ee3b3b387895", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -55184,7 +81624,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -55409,7 +81867,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-962380605707322488892279", + "batteryIDDMCCode" : "NO-573921318124335337929678", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -55420,32 +81878,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:48cdb59c-f755-412d-9775-cabbfb9f43e0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-02-17", + "currentStateOfHealthTimestamp" : "2016-03-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-03-01", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -55454,74 +81938,424 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Pick-up", - "catenaXId" : "urn:uuid:229c0d0d-e737-453e-b3fe-e48dc6397c41", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S388C", - "description" : "security plus", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - }, { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - }, { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2019-12-02", - "mileageDistance" : 120000 - } ] } ], - "catenaXId" : "urn:uuid:229c0d0d-e737-453e-b3fe-e48dc6397c41", + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "52618", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7122", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "RX-15", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "OMARSFPIHFCKQSITN", + "value" : "NO-447262560402359900551000", "key" : "partInstanceId" - }, { - "value" : "OMARSFPIHFCKQSITN", - "key" : "van" } ], "manufacturingInformation" : { - "date" : "2018-09-02T22:17:11.000Z", - "country" : "DEU" + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:229c0d0d-e737-453e-b3fe-e48dc6397c41", + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", "partTypeInformation" : { - "manufacturerPartId" : "RX-15", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9ceff318-73ca-4f37-8189-a8c954e06075", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-447262560402359900551000", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Iron", - "recycledContent" : 1, + "recycledContent" : 32, "materialClass" : "1.1", "quantity" : { "unit" : "unit:kilogram", @@ -55531,7 +82365,7 @@ "materialAbbreviation" : "IR334" }, { "materialName" : "Polyethylen", - "recycledContent" : 58, + "recycledContent" : 60, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -55541,7 +82375,7 @@ "materialAbbreviation" : "PE221" }, { "materialName" : "Polyamid6", - "recycledContent" : 87, + "recycledContent" : 9, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -55551,7 +82385,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Aluminium", - "recycledContent" : 7, + "recycledContent" : 59, "materialClass" : "2.1", "quantity" : { "unit" : "unit:kilogram", @@ -55561,7 +82395,7 @@ "materialAbbreviation" : "ALU331" }, { "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 45, + "recycledContent" : 60, "materialClass" : "0.7", "quantity" : { "unit" : "unit:kilogram", @@ -55571,7 +82405,7 @@ "materialAbbreviation" : "W123" }, { "materialName" : "Glue", - "recycledContent" : 76, + "recycledContent" : 17, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -55581,7 +82415,7 @@ "materialAbbreviation" : "GL338" }, { "materialName" : "Carbon Steel", - "recycledContent" : 29, + "recycledContent" : 60, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -55591,7 +82425,7 @@ "materialAbbreviation" : "CS2" }, { "materialName" : "Cooper", - "recycledContent" : 26, + "recycledContent" : 42, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -55601,7 +82435,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Rubber", - "recycledContent" : 40, + "recycledContent" : 58, "materialClass" : "5.3", "quantity" : { "unit" : "unit:kilogram", @@ -55611,7 +82445,7 @@ "materialAbbreviation" : "R22" }, { "materialName" : "Textiles", - "recycledContent" : 61, + "recycledContent" : 71, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:kilogram", @@ -55621,359 +82455,496 @@ "materialAbbreviation" : "TEX1" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:229c0d0d-e737-453e-b3fe-e48dc6397c41", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "childItems" : [ { - "catenaXId" : "urn:uuid:e391752e-0f13-478f-a26a-4a7097a993af", + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c2ab6075-b199-4f11-88cd-3943dd387684", + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a37e4df7-90ef-4160-80a7-1c8e6d3cd87f", + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1df2d32b-524c-458e-a42c-acf430856bac", + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f7457983-fbf0-438d-b29b-47e07484cba6", + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:655e96f5-d6ac-43ec-8311-5eabf33576be", + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fe17f834-b581-43bc-b9e0-a3e89215a732", + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:226d0dbe-171f-4e14-9050-6bf8819dd874", + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:df624532-4e7d-4301-abe8-a8045a3a0bcd", + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c78c75b1-a94f-44cb-bdf5-2e04a3980e5e", + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:19d92b7d-79f2-418f-a621-32f6bfce6ceb", + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:38311ad2-078c-4fea-a5c0-436153a6d336", + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5753de77-084d-4a65-ab80-7b7d6cf1e9e2", + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e7b823ca-15b7-4a1a-bd0e-d900c20ce40b", + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:93c42003-78e3-4195-ba97-ff15a6651b9a", + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:06b9f994-689d-41e4-9ba1-0fc847ca6e19", + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fb9f6774-3218-40e9-885c-33c07ae0e1ca", + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f0d870c2-ddba-467b-b237-0f03859bf2d9", + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2e0fb761-03f4-45a1-837f-e1c4dd9e7954", + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4b557302-faac-4fd1-a266-4777015ae2cc", + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:86fb0be8-88f7-4050-a425-3802c625665f", + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c051149d-166d-4e02-b16d-dd4ab904d20c", + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:dbcdf260-21c8-4c81-b019-3c367ec7becb", + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:486a84af-2b71-4e23-913d-02ac224b1f81", + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:298cb634-5c68-4a9f-9ae6-01532d50a611", + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7e716839-723b-47c8-9980-da9efebe5bcf", + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5bea622c-13b1-4051-af79-849893aeae0b", + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:18e18039-500c-4d39-a55f-de5963f51c18", + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:cb5208c8-92a3-4680-a6f9-e80c98c28637", + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:620fed95-ca37-4e74-80e4-7733303d6d29", + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B2OM", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8e69de38-918a-4924-b2ad-7663045c417d", + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B5MJ", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4620726c-2391-4bc3-9750-4ed0f67d0336", + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ], + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "PC-93", + "key" : "manufacturerPartId" + }, { + "value" : "OMBHDGEVKKOXOFVFX", + "key" : "partInstanceId" + }, { + "value" : "OMBHDGEVKKOXOFVFX", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2014-10-02T00:27:59.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "partTypeInformation" : { + "manufacturerPartId" : "PC-93", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Cabrio-Limousine", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S388C", + "description" : "security plus", + "group" : "special equipment" + }, { + "code" : "C247R", + "description" : "trailer hitch", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "A458D", + "description" : "parking assistance ", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2021-04-13", + "mileageDistance" : 120000 + } ] } ] }, { - "catenaXId" : "urn:uuid:e391752e-0f13-478f-a26a-4a7097a993af", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e391752e-0f13-478f-a26a-4a7097a993af", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "344681", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1988", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "73849201-61", "key" : "manufacturerPartId" }, { - "value" : "NO-544957441875705587698041", + "value" : "NO-264035732197252482880258", "key" : "partInstanceId" }, { "value" : "Company 10", @@ -55984,25 +82955,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e391752e-0f13-478f-a26a-4a7097a993af", + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", "partTypeInformation" : { "manufacturerPartId" : "73849201-61", "customerPartId" : "73849201-61", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Catalysator", "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Catalysator" } - } ] - }, { - "catenaXId" : "urn:uuid:c2ab6075-b199-4f11-88cd-3943dd387684", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c2ab6075-b199-4f11-88cd-3943dd387684", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56013,9 +83014,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "childItems" : [ { + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "79252", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5951", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -56023,7 +83105,7 @@ "value" : "22782277-50", "key" : "manufacturerPartId" }, { - "value" : "NO-340374022225790376346243", + "value" : "NO-532542427279625373288172", "key" : "partInstanceId" }, { "value" : "Company 3", @@ -56034,39 +83116,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c2ab6075-b199-4f11-88cd-3943dd387684", + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", "partTypeInformation" : { "manufacturerPartId" : "22782277-50", "customerPartId" : "22782277-50", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-l", "nameAtCustomer" : "Door front-left" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c2ab6075-b199-4f11-88cd-3943dd387684", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:aa0af484-b675-4e28-9137-f6d567b04f67", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:db164948-a214-4fe4-ae5e-ad5ee68056ca", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:aa0af484-b675-4e28-9137-f6d567b04f67", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa0af484-b675-4e28-9137-f6d567b04f67", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56077,9 +83194,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "91462591PXI", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "802618", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4789", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -56087,48 +83297,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-371751822190591137827111", + "value" : "NO-772983460135049623346095", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:aa0af484-b675-4e28-9137-f6d567b04f67", + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "25353990THX", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:aa0af484-b675-4e28-9137-f6d567b04f67", + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:a37e4df7-90ef-4160-80a7-1c8e6d3cd87f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a37e4df7-90ef-4160-80a7-1c8e6d3cd87f", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56139,9 +83361,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "childItems" : [ { + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "758669", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5730", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -56149,7 +83452,7 @@ "value" : "95657362-64", "key" : "manufacturerPartId" }, { - "value" : "NO-838640016179180161357871", + "value" : "NO-941648218258646714580566", "key" : "partInstanceId" }, { "value" : "Company 4", @@ -56160,39 +83463,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a37e4df7-90ef-4160-80a7-1c8e6d3cd87f", + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", "partTypeInformation" : { "manufacturerPartId" : "33740332-54", "customerPartId" : "33740332-54", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-r", "nameAtCustomer" : "Door front-right" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a37e4df7-90ef-4160-80a7-1c8e6d3cd87f", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:09974f8c-63fd-482f-909c-2a09573a2625", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:556e3251-11bb-443b-8e5e-96ba0138aa01", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:09974f8c-63fd-482f-909c-2a09573a2625", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:09974f8c-63fd-482f-909c-2a09573a2625", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56203,9 +83541,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "11345547UVN", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "363689", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6385", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -56213,48 +83644,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-538940591450597935161572", + "value" : "NO-890180938494699631851225", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:09974f8c-63fd-482f-909c-2a09573a2625", + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "14182382WQU", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:09974f8c-63fd-482f-909c-2a09573a2625", + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:1df2d32b-524c-458e-a42c-acf430856bac", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1df2d32b-524c-458e-a42c-acf430856bac", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", "customers" : [ { - "businessPartner" : false, + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56265,40 +83708,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "613938", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5578", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "15635759-16", "key" : "manufacturerPartId" }, { - "value" : "NO-231799111344648791466151", + "value" : "NO-425402122056753521010122", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1df2d32b-524c-458e-a42c-acf430856bac", + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", "partTypeInformation" : { "manufacturerPartId" : "15635759-16", "customerPartId" : "15635759-16", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-l", "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" } - } ] - }, { - "catenaXId" : "urn:uuid:f7457983-fbf0-438d-b29b-47e07484cba6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f7457983-fbf0-438d-b29b-47e07484cba6", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56309,17 +83849,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "121122", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3855", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "28673126-98", "key" : "manufacturerPartId" }, { - "value" : "NO-037844415706737413882039", + "value" : "NO-188548980582138038135464", "key" : "partInstanceId" }, { "value" : "Company 5", @@ -56330,25 +83937,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f7457983-fbf0-438d-b29b-47e07484cba6", + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", "partTypeInformation" : { "manufacturerPartId" : "28673126-98", "customerPartId" : "28673126-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-r", "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" } - } ] - }, { - "catenaXId" : "urn:uuid:655e96f5-d6ac-43ec-8311-5eabf33576be", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:655e96f5-d6ac-43ec-8311-5eabf33576be", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56359,17 +83996,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "772378", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5832", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "94421589-82", "key" : "manufacturerPartId" }, { - "value" : "NO-267843532455450851607754", + "value" : "NO-219651831423071932337739", "key" : "partInstanceId" }, { "value" : "Company 6", @@ -56380,25 +84084,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:655e96f5-d6ac-43ec-8311-5eabf33576be", + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", "partTypeInformation" : { "manufacturerPartId" : "94421589-82", "customerPartId" : "94421589-82", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Engine hood", "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Engine hood" } - } ] - }, { - "catenaXId" : "urn:uuid:fe17f834-b581-43bc-b9e0-a3e89215a732", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fe17f834-b581-43bc-b9e0-a3e89215a732", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56409,40 +84143,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "713183", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3403", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "85023955-75", "key" : "manufacturerPartId" }, { - "value" : "NO-398265544847089263757125", + "value" : "NO-229499865779802771168337", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fe17f834-b581-43bc-b9e0-a3e89215a732", + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", "partTypeInformation" : { "manufacturerPartId" : "85023955-75", "customerPartId" : "85023955-75", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tailgate", "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailgate" } - } ] - }, { - "catenaXId" : "urn:uuid:226d0dbe-171f-4e14-9050-6bf8819dd874", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:226d0dbe-171f-4e14-9050-6bf8819dd874", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56453,40 +84284,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "946351", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7284", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "13769860-47", "key" : "manufacturerPartId" }, { - "value" : "NO-284637880324439911937772", + "value" : "NO-970517596585278331348560", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:226d0dbe-171f-4e14-9050-6bf8819dd874", + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", "partTypeInformation" : { "manufacturerPartId" : "13769860-47", "customerPartId" : "13769860-47", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender left", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:df624532-4e7d-4301-abe8-a8045a3a0bcd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:df624532-4e7d-4301-abe8-a8045a3a0bcd", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56497,40 +84425,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "432537", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1405", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "36643162-35", "key" : "manufacturerPartId" }, { - "value" : "NO-241769195634529268631872", + "value" : "NO-045227129302826121356634", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:df624532-4e7d-4301-abe8-a8045a3a0bcd", + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", "partTypeInformation" : { "manufacturerPartId" : "36643162-35", "customerPartId" : "36643162-35", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender right", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:c78c75b1-a94f-44cb-bdf5-2e04a3980e5e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c78c75b1-a94f-44cb-bdf5-2e04a3980e5e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56541,40 +84566,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "528720", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3354", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "54165444-59", "key" : "manufacturerPartId" }, { - "value" : "NO-092294634922638243996974", + "value" : "NO-100036177199295659893765", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c78c75b1-a94f-44cb-bdf5-2e04a3980e5e", + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", "partTypeInformation" : { "manufacturerPartId" : "54165444-59", "customerPartId" : "54165444-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper front", "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper front" } - } ] - }, { - "catenaXId" : "urn:uuid:19d92b7d-79f2-418f-a621-32f6bfce6ceb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:19d92b7d-79f2-418f-a621-32f6bfce6ceb", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56585,40 +84707,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "377714", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3324", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "22768257-25", "key" : "manufacturerPartId" }, { - "value" : "NO-978285222279684972949446", + "value" : "NO-551163600198049838485842", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:19d92b7d-79f2-418f-a621-32f6bfce6ceb", + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", "partTypeInformation" : { "manufacturerPartId" : "22768257-25", "customerPartId" : "22768257-25", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper rear", "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" } - } ] - }, { - "catenaXId" : "urn:uuid:38311ad2-078c-4fea-a5c0-436153a6d336", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:38311ad2-078c-4fea-a5c0-436153a6d336", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56629,40 +84848,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "393939", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7998", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "65529521-37", "key" : "manufacturerPartId" }, { - "value" : "NO-524588948928928771884606", + "value" : "NO-335731119820995518008771", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:38311ad2-078c-4fea-a5c0-436153a6d336", + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", "partTypeInformation" : { "manufacturerPartId" : "65529521-37", "customerPartId" : "65529521-37", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror left", "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" } - } ] - }, { - "catenaXId" : "urn:uuid:5753de77-084d-4a65-ab80-7b7d6cf1e9e2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5753de77-084d-4a65-ab80-7b7d6cf1e9e2", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56673,40 +84989,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "230290", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5285", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "58471477-24", "key" : "manufacturerPartId" }, { - "value" : "NO-652558670923242668121754", + "value" : "NO-079239086229295448541139", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5753de77-084d-4a65-ab80-7b7d6cf1e9e2", + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", "partTypeInformation" : { "manufacturerPartId" : "58471477-24", "customerPartId" : "58471477-24", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror right", "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" } - } ] - }, { - "catenaXId" : "urn:uuid:e7b823ca-15b7-4a1a-bd0e-d900c20ce40b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7b823ca-15b7-4a1a-bd0e-d900c20ce40b", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56717,40 +85130,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "892455", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8069", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "09002013-68", "key" : "manufacturerPartId" }, { - "value" : "NO-169866199769261998981659", + "value" : "NO-662892968393446403852433", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e7b823ca-15b7-4a1a-bd0e-d900c20ce40b", + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", "partTypeInformation" : { "manufacturerPartId" : "09002013-68", "customerPartId" : "09002013-68", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Trailer coupling", "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" } - } ] - }, { - "catenaXId" : "urn:uuid:93c42003-78e3-4195-ba97-ff15a6651b9a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:93c42003-78e3-4195-ba97-ff15a6651b9a", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56761,40 +85271,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "379760", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2969", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "43501996-98", "key" : "manufacturerPartId" }, { - "value" : "NO-551154273941790447658900", + "value" : "NO-889772651801296554294291", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:93c42003-78e3-4195-ba97-ff15a6651b9a", + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", "partTypeInformation" : { "manufacturerPartId" : "43501996-98", "customerPartId" : "43501996-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Dashboard", "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Dashboard" } - } ] - }, { - "catenaXId" : "urn:uuid:06b9f994-689d-41e4-9ba1-0fc847ca6e19", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:06b9f994-689d-41e4-9ba1-0fc847ca6e19", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56805,40 +85412,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "895753", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7750", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "77795937-13", "key" : "manufacturerPartId" }, { - "value" : "NO-084654839918939753922473", + "value" : "NO-540565783816081906926354", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:06b9f994-689d-41e4-9ba1-0fc847ca6e19", + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", "partTypeInformation" : { "manufacturerPartId" : "77795937-13", "customerPartId" : "77795937-13", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Steering wheel", "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" } - } ] - }, { - "catenaXId" : "urn:uuid:fb9f6774-3218-40e9-885c-33c07ae0e1ca", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fb9f6774-3218-40e9-885c-33c07ae0e1ca", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56849,40 +85553,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "327153", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2779", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "20125432-59", "key" : "manufacturerPartId" }, { - "value" : "NO-982250075766913456372269", + "value" : "NO-279563108780111500871292", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fb9f6774-3218-40e9-885c-33c07ae0e1ca", + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", "partTypeInformation" : { "manufacturerPartId" : "20125432-59", "customerPartId" : "20125432-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator left", "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator left" } - } ] - }, { - "catenaXId" : "urn:uuid:f0d870c2-ddba-467b-b237-0f03859bf2d9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0d870c2-ddba-467b-b237-0f03859bf2d9", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56893,40 +85694,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "164206", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1736", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "19073706-76", "key" : "manufacturerPartId" }, { - "value" : "NO-186853847498670617798094", + "value" : "NO-208125027138910912230197", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f0d870c2-ddba-467b-b237-0f03859bf2d9", + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", "partTypeInformation" : { "manufacturerPartId" : "19073706-76", "customerPartId" : "19073706-76", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator right", "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator right" } - } ] - }, { - "catenaXId" : "urn:uuid:2e0fb761-03f4-45a1-837f-e1c4dd9e7954", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e0fb761-03f4-45a1-837f-e1c4dd9e7954", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56937,40 +85835,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "507946", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1797", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "45415162-57", "key" : "manufacturerPartId" }, { - "value" : "NO-582909617493458375977127", + "value" : "NO-990942273895285348726954", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2e0fb761-03f4-45a1-837f-e1c4dd9e7954", + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", "partTypeInformation" : { "manufacturerPartId" : "45415162-57", "customerPartId" : "45415162-57", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Led headlight", "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Led headlight" } - } ] - }, { - "catenaXId" : "urn:uuid:4b557302-faac-4fd1-a266-4777015ae2cc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b557302-faac-4fd1-a266-4777015ae2cc", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -56981,40 +85976,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "774660", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8288", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "78141846-87", "key" : "manufacturerPartId" }, { - "value" : "NO-306887650129856758685502", + "value" : "NO-492027182143893536578211", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4b557302-faac-4fd1-a266-4777015ae2cc", + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", "partTypeInformation" : { "manufacturerPartId" : "78141846-87", "customerPartId" : "78141846-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Starter motor", "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Starter motor" } - } ] - }, { - "catenaXId" : "urn:uuid:86fb0be8-88f7-4050-a425-3802c625665f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:86fb0be8-88f7-4050-a425-3802c625665f", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57025,40 +86117,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "995890", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7174", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "81324139-23", "key" : "manufacturerPartId" }, { - "value" : "NO-518037938908357471137518", + "value" : "NO-082450001638146989330611", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:86fb0be8-88f7-4050-a425-3802c625665f", + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", "partTypeInformation" : { "manufacturerPartId" : "81324139-23", "customerPartId" : "81324139-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Alternator", "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:c051149d-166d-4e02-b16d-dd4ab904d20c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c051149d-166d-4e02-b16d-dd4ab904d20c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Alternator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57069,40 +86258,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "942988", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4702", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "57929013-09", "key" : "manufacturerPartId" }, { - "value" : "NO-728082541979933556728565", + "value" : "NO-143989149387311917330886", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c051149d-166d-4e02-b16d-dd4ab904d20c", + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", "partTypeInformation" : { "manufacturerPartId" : "57929013-09", "customerPartId" : "57929013-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "AC compressor", "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" } - } ] - }, { - "catenaXId" : "urn:uuid:dbcdf260-21c8-4c81-b019-3c367ec7becb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dbcdf260-21c8-4c81-b019-3c367ec7becb", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57113,40 +86399,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "65111", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8682", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "61184040-23", "key" : "manufacturerPartId" }, { - "value" : "NO-692666613010580564699883", + "value" : "NO-316284489461785110855343", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:dbcdf260-21c8-4c81-b019-3c367ec7becb", + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", "partTypeInformation" : { "manufacturerPartId" : "61184040-23", "customerPartId" : "61184040-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight rear", "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" } - } ] - }, { - "catenaXId" : "urn:uuid:486a84af-2b71-4e23-913d-02ac224b1f81", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:486a84af-2b71-4e23-913d-02ac224b1f81", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57157,40 +86540,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "217551", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7891", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "78744126-74", "key" : "manufacturerPartId" }, { - "value" : "NO-538621863010232651251399", + "value" : "NO-265182792920770739941687", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:486a84af-2b71-4e23-913d-02ac224b1f81", + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", "partTypeInformation" : { "manufacturerPartId" : "78744126-74", "customerPartId" : "78744126-74", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight front", "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight front" } - } ] - }, { - "catenaXId" : "urn:uuid:298cb634-5c68-4a9f-9ae6-01532d50a611", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:298cb634-5c68-4a9f-9ae6-01532d50a611", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57201,40 +86681,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "36728", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5908", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "12093297-03", "key" : "manufacturerPartId" }, { - "value" : "NO-032541528333769160982262", + "value" : "NO-321655538588745557898831", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:298cb634-5c68-4a9f-9ae6-01532d50a611", + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", "partTypeInformation" : { "manufacturerPartId" : "12093297-03", "customerPartId" : "12093297-03", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part front", "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part front" } - } ] - }, { - "catenaXId" : "urn:uuid:7e716839-723b-47c8-9980-da9efebe5bcf", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7e716839-723b-47c8-9980-da9efebe5bcf", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57245,40 +86822,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "318095", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1883", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "88111709-49", "key" : "manufacturerPartId" }, { - "value" : "NO-130625067051552696664100", + "value" : "NO-628587963061640627744540", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7e716839-723b-47c8-9980-da9efebe5bcf", + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", "partTypeInformation" : { "manufacturerPartId" : "88111709-49", "customerPartId" : "88111709-49", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part rear", "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" } - } ] - }, { - "catenaXId" : "urn:uuid:5bea622c-13b1-4051-af79-849893aeae0b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5bea622c-13b1-4051-af79-849893aeae0b", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57289,40 +86963,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "121748", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1250", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "00871379-44", "key" : "manufacturerPartId" }, { - "value" : "NO-886279219658198063524693", + "value" : "NO-650434778386338517411768", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5bea622c-13b1-4051-af79-849893aeae0b", + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", "partTypeInformation" : { "manufacturerPartId" : "00871379-44", "customerPartId" : "00871379-44", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Chassis", "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Chassis" } - } ] - }, { - "catenaXId" : "urn:uuid:18e18039-500c-4d39-a55f-de5963f51c18", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:18e18039-500c-4d39-a55f-de5963f51c18", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57333,40 +87104,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "580190", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7234", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "08901347-87", "key" : "manufacturerPartId" }, { - "value" : "NO-227673289540223098391184", + "value" : "NO-231583231538167331069744", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:18e18039-500c-4d39-a55f-de5963f51c18", + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", "partTypeInformation" : { "manufacturerPartId" : "08901347-87", "customerPartId" : "08901347-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Rims", "nameAtCustomer" : "Rims" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Rims" } - } ] - }, { - "catenaXId" : "urn:uuid:cb5208c8-92a3-4680-a6f9-e80c98c28637", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb5208c8-92a3-4680-a6f9-e80c98c28637", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57377,40 +87245,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "277682", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "2775", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "45863316-60", "key" : "manufacturerPartId" }, { - "value" : "NO-802770163250044158777237", + "value" : "NO-291029776531969586623216", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:cb5208c8-92a3-4680-a6f9-e80c98c28637", + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", "partTypeInformation" : { "manufacturerPartId" : "45863316-60", "customerPartId" : "45863316-60", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tires", "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tires" } - } ] - }, { - "catenaXId" : "urn:uuid:620fed95-ca37-4e74-80e4-7733303d6d29", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:620fed95-ca37-4e74-80e4-7733303d6d29", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", + "businessPartner" : "BPNL00000003AVTH", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57421,17 +87386,151 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 74, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 12, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 86, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "childItems" : [ { + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "740341", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5354", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B2OM", "key" : "manufacturerId" }, { - "value" : "1O222E8-43", + "value" : "42555H1-52", "key" : "manufacturerPartId" }, { - "value" : "NO-286401725165561312883634", + "value" : "NO-035290552043863858362908", "key" : "partInstanceId" }, { "value" : "Company 2", @@ -57442,18 +87541,116 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:620fed95-ca37-4e74-80e4-7733303d6d29", + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Transmission", "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:733f72ea-c327-4de4-bf29-c6f597595a85", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c1d012f2-2f4c-4cc5-85a9-78ab809fff87", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9068fa71-141e-43ac-94db-3d7d51550a16", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" } } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { "productSpecificParameters" : { "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], "driveType" : "combustion engine", @@ -57494,10 +87691,10 @@ "documentTitle" : "Title A" } ] }, - "catenaXId" : "urn:uuid:620fed95-ca37-4e74-80e4-7733303d6d29", + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", "identification" : { "localIdentifiers" : [ { - "value" : "NO-286401725165561312883634", + "value" : "NO-035290552043863858362908", "key" : "PartInstanceID" } ], "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", @@ -57563,109 +87760,12 @@ "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] } } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 18, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 16, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 45, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:620fed95-ca37-4e74-80e4-7733303d6d29", - "childItems" : [ { - "catenaXId" : "urn:uuid:f00a8916-9739-4534-b49f-81330b4fb41a", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7a516af6-62ed-40d4-a3ce-90e158d11f10", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:214525b1-04aa-4e09-b7ee-28eed4243186", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f00a8916-9739-4534-b49f-81330b4fb41a", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:f00a8916-9739-4534-b49f-81330b4fb41a", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f00a8916-9739-4534-b49f-81330b4fb41a", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", + "businessPartner" : "BPNL00000003B2OM", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57676,14 +87776,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 47, + "recycledContent" : 22, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -57693,7 +87793,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 72, + "recycledContent" : 82, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -57702,15 +87802,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:7a516af6-62ed-40d4-a3ce-90e158d11f10", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a516af6-62ed-40d4-a3ce-90e158d11f10", + } ], + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "171714", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3822", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "partTypeInformation" : { + "manufacturerPartId" : "FW-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", "customers" : [ { "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57721,74 +87934,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "childItems" : [ { + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "353267", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5162", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "06734Z4-22", + "value" : "06302Y8-24", "key" : "manufacturerPartId" }, { - "value" : "NO-215499334938378594014717", + "value" : "NO-567469628275481484503905", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7a516af6-62ed-40d4-a3ce-90e158d11f10", + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", "partTypeInformation" : { - "manufacturerPartId" : "06734Z4-22", - "customerPartId" : "06734Z4-22", - "classification" : "component", + "manufacturerPartId" : "06302Y8-24", + "customerPartId" : "06302Y8-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a516af6-62ed-40d4-a3ce-90e158d11f10", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:8c5e295c-ca48-44e8-88f7-3a7f3979f8eb", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:27e1e609-2c18-46c7-9dac-791ce42fa3b8", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:8c5e295c-ca48-44e8-88f7-3a7f3979f8eb", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:8c5e295c-ca48-44e8-88f7-3a7f3979f8eb", + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" + "ownerPartId" : "06302Y8-24", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "NTIER Product", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 42, + "recycledContent" : 83, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -57798,7 +88125,7 @@ "materialAbbreviation" : "" }, { "materialName" : "Other", - "recycledContent" : 41, + "recycledContent" : 11, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -57807,34 +88134,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:214525b1-04aa-4e09-b7ee-28eed4243186", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "477848", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1650", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", + "value" : "BPNL00000003B0Q0", "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:214525b1-04aa-4e09-b7ee-28eed4243186", + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "CK-14", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:214525b1-04aa-4e09-b7ee-28eed4243186", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57845,9 +88266,13 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "childItems" : [ ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", "materialClass" : "6.2", @@ -57859,18 +88284,127 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:214525b1-04aa-4e09-b7ee-28eed4243186", + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "680147", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8455", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "manufacturerId" : "BPNL00000003AXS3", "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:8e69de38-918a-4924-b2ad-7663045c417d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e69de38-918a-4924-b2ad-7663045c417d", + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "partTypeInformation" : { + "manufacturerPartId" : "WI-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57881,36 +88415,12 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "96616K2-93", - "key" : "manufacturerPartId" - }, { - "value" : "NO-955767290299704577521087", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8e69de38-918a-4924-b2ad-7663045c417d", - "partTypeInformation" : { - "manufacturerPartId" : "96616K2-93", - "customerPartId" : "96616K2-93", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", - "recycledContent" : 35, + "recycledContent" : 15, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -57920,67 +88430,226 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e69de38-918a-4924-b2ad-7663045c417d", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", "childItems" : [ { - "catenaXId" : "urn:uuid:78878ac7-4d2d-499a-a2c7-53503c395d15", + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", "quantity" : { "quantityNumber" : 0.3301, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bdd7980a-c4da-4460-bbc4-904725f177e3", + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B3NX", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:488121b9-396c-4ba3-b0d0-4539f8dc6446", + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", "quantity" : { "quantityNumber" : 0.2001, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:78878ac7-4d2d-499a-a2c7-53503c395d15", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "488720", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8711", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", + "value" : "BPNL00000003B5MJ", "key" : "manufacturerId" }, { - "value" : "BID12345678", - "key" : "batchId" + "value" : "46614X1-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-259210182774842440463682", + "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:78878ac7-4d2d-499a-a2c7-53503c395d15", + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "46614X1-98", + "customerPartId" : "46614X1-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b437202-c07c-4a4e-921a-03c01c724184", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1e8dddda-b3f2-4719-b9b8-d3eedf7f1d92", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2736ba00-f1c7-4a3b-8978-ca9f9f58674f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "partTypeInformation" : { + "ownerPartId" : "46614X1-98", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:78878ac7-4d2d-499a-a2c7-53503c395d15", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", "customers" : [ { "businessPartner" : "BPNL00000003B5MJ", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -57991,14 +88660,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Glue", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 79, + "recycledContent" : 88, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -58008,7 +88677,7 @@ "materialAbbreviation" : "AL7" }, { "materialName" : "Other", - "recycledContent" : 78, + "recycledContent" : 14, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -58017,15 +88686,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:bdd7980a-c4da-4460-bbc4-904725f177e3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bdd7980a-c4da-4460-bbc4-904725f177e3", + } ], + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "141371", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6371", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "partTypeInformation" : { + "manufacturerPartId" : "GR-15", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -58036,74 +88818,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "childItems" : [ { + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "348770", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9834", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "12994Z6-78", + "value" : "56212J7-52", "key" : "manufacturerPartId" }, { - "value" : "NO-166032505006505320797385", + "value" : "NO-727634309611409688637610", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bdd7980a-c4da-4460-bbc4-904725f177e3", + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", "partTypeInformation" : { - "manufacturerPartId" : "12994Z6-78", - "customerPartId" : "12994Z6-78", - "classification" : "component", + "manufacturerPartId" : "56212J7-52", + "customerPartId" : "56212J7-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bdd7980a-c4da-4460-bbc4-904725f177e3", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:f3acdb0b-862f-479e-b57a-fa315248ae45", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9941c55f-8624-4702-8de9-a9823424f7a5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:f3acdb0b-862f-479e-b57a-fa315248ae45", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:f3acdb0b-862f-479e-b57a-fa315248ae45", + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" + "ownerPartId" : "56212J7-52", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 36, + "recycledContent" : 60, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -58113,7 +89009,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 23, + "recycledContent" : 52, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -58122,52 +89018,141 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:488121b9-396c-4ba3-b0d0-4539f8dc6446", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:488121b9-396c-4ba3-b0d0-4539f8dc6446", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "897849", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4800", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "67899X6-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-026411049745516472921121", - "key" : "partInstanceId" + "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:488121b9-396c-4ba3-b0d0-4539f8dc6446", + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", "partTypeInformation" : { - "manufacturerPartId" : "67899X6-23", - "customerPartId" : "67899X6-23", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" + "manufacturerPartId" : "JK-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { @@ -58182,7 +89167,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 11, + "recycledContent" : 27, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -58191,26 +89176,136 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" + } ], + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "930368", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7013", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "67982V2-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-737073696787221982590376", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "partTypeInformation" : { + "manufacturerPartId" : "67982V2-87", + "customerPartId" : "67982V2-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "partTypeInformation" : { + "ownerPartId" : "67982V2-87", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } } ], - "catenaXId" : "urn:uuid:4620726c-2391-4bc3-9750-4ed0f67d0336", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4620726c-2391-4bc3-9750-4ed0f67d0336", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -58221,17 +89316,19 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + } ] + }, { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { "value" : "38049661-08", "key" : "manufacturerPartId" }, { - "value" : "NO-066560829422973609800954", + "value" : "NO-895713475469629339512267", "key" : "partInstanceId" }, { "value" : "Company 1", @@ -58242,295 +89339,27 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4620726c-2391-4bc3-9750-4ed0f67d0336", + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", "partTypeInformation" : { "manufacturerPartId" : "38049661-08", "customerPartId" : "38049661-08", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Battery", "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-066560829422973609800954", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 79, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 51, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 4, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { "incoterms" : "DAP (Delivered at Place)", "image" : { "name" : "eOMtThyhVNLWUZNRcBaQKxI", @@ -58567,7 +89396,7 @@ "key" : "JxkyvRnL" } ], "productLink" : "https://123", - "oeNumber" : "NO-066560829422973609800954", + "oeNumber" : "NO-895713475469629339512267", "category" : { "subCategory" : [ "Battery" ], "mainCategory" : [ "Audio, video, navigation" ] @@ -58579,7 +89408,126 @@ "sku" : "1002090, xYz.09, ABcXYZ", "mileage" : 120000.06 } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ff168200-fba9-4d50-8074-116121dd9c48", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5e73f952-0541-4d3c-b1b3-11e7bb8ef690", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dd8779e0-f4e3-429c-8e6d-f5e64984645c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55e3b256-5df2-4b27-b0bf-24ef35aff527", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ba7f0989-cb80-4f21-825b-f557e529664d", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2f6855f9-fdcc-4dd1-9606-1661b39876d7", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { "serialization" : { "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", @@ -58590,99 +89538,99 @@ "value" : 1 }, "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" } }, "typology" : { "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", + "description" : "This is the product description of a Battery", "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" }, "metadata" : { "validityDate" : "2000-01-01", "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" + "issueDate" : "2021-09-27", + "version" : 2.2, + "status" : "Invalid" }, "characteristics" : { "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "diameter" : 1257.0484, + "width" : 1257, + "length" : 2052, + "weight" : 675, + "height" : 303 }, "lifespan" : { - "unit" : "unit:day", - "value" : 36 + "unit" : "unit:year", + "value" : 19 } }, "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 + "placedOnMarket" : "2020-10-07", + "warranty" : 60 }, "identification" : { "localIdentifiers" : [ { - "value" : "NO-066560829422973609800954", + "value" : "NO-895713475469629339512267", "key" : "PartInstanceID" } ], - "gtin" : "12345678", + "gtin" : " 29402437", "additionalCode" : [ { "name" : "TARIC", - "value" : "8703 24 10 00" + "value" : "299862107" } ] }, "sources" : { "optional" : [ { "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, - "name" : "other" + "name" : "sustainability" } ], "mandatory" : { "safetyTransportation" : { - "header" : "Sustainability Document Material XY", + "header" : "Shipping guidelines", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", + "header" : "Laboratory test results HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "safetyPackaging" : { - "header" : "Sustainability Document Material XY", + "header" : "Packaging instruction for HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "declarationOfConformity" : [ { "document" : { "header" : "Sustainability Document Material XY", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "name" : "other" } ] @@ -58690,191 +89638,272 @@ }, "handling" : { "maintenanceHistory" : [ { - "date" : "2000-01-01", + "date" : "2022-12-29", "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" + "description" : "Battery test", + "title" : "Maintenance Service" } ], - "reusablePackaging" : true, + "reusablePackaging" : false, "spareParts" : [ { "partId" : "Aluminum Housing 952/C", "name" : "Aluminum Housing", "producerId" : "BPNL1234567890ZZ" } ], "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", + "unit" : "unit:percent", "name" : "Lead", - "location" : "Housing", + "location" : "HvbCell", "concentration" : { - "left" : [ 3.592682E37 ] + "left" : [ 0.9695 ] }, - "id" : "RC0402" + "id" : "XE1625" } ] }, "additionalData" : [ { "data" : "23", "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "data" : "", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], "sustainability" : { "material" : [ { - "recycled" : false, - "renewable" : true, + "recycled" : true, + "renewable" : false, "percentage" : 5, - "name" : "Aluminium" + "name" : "Cobalt" } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], + "critical" : [ "Graphite" ], "carbonFootprint" : { "crossSectoralStandard" : "GHG Protocol Product standard", "productOrSectorSpecificRules" : [ { "extWBCSD_otherOperatorName" : "NSF", "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { + "productOrSectorSpecificRules" : [ { "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } + } ] } ], - "carbonContentTotal" : 2.5 + "carbonContentTotal" : 113 }, "state" : "first life" }, "operation" : { - "importer" : "BPNL1234567890ZZ", + "importer" : "BPNL00000003B3NX", "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AVTH" } } } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4620726c-2391-4bc3-9750-4ed0f67d0336", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 2, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 8, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 79, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", "childItems" : [ { - "catenaXId" : "urn:uuid:30a524cb-c285-4405-a310-49383ac1ed0b", + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:371670bb-a418-48bc-8310-3dbc77d43143", + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0dc2fd20-af7a-4b1b-bfb8-421f05b047ef", + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4cf1b354-361b-4505-b4e5-0a5738fc318c", + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:46fe3a7a-1189-49fe-a50a-9293f0da6b3d", + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:53ce0a2b-f4c4-47de-9c4d-0ac76f12848f", + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:30a524cb-c285-4405-a310-49383ac1ed0b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:30a524cb-c285-4405-a310-49383ac1ed0b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "98791", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4910", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-741256730823788885956354", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:30a524cb-c285-4405-a310-49383ac1ed0b", + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "ownerPartId" : "38049661-08", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Battery" } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -59099,7 +90128,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-741256730823788885956354", + "batteryIDDMCCode" : "NO-895713475469629339512267", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -59110,10 +90139,30 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 75, + "recycledContent" : 77, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -59123,7 +90172,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 83, + "recycledContent" : 58, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -59133,7 +90182,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 89, + "recycledContent" : 64, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -59143,361 +90192,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-741256730823788885956354", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:30a524cb-c285-4405-a310-49383ac1ed0b", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a42ccaab-4313-45b1-83b9-0a64f6189f29", + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:23ad8d61-5074-45c5-9c6e-b05f46f0341d", + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e47c1972-d19d-4f5d-b9ab-fb67bdd05358", + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7048c457-d352-4f3e-a59a-62410653f4df", + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:916f2da3-df5e-4828-a447-78bd365a7a82", + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6dec51f9-c746-4c24-8f37-5cd003f92889", + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:37096239-a90c-42f8-9b65-872b37aff616", + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bd7b42cc-7378-4cfe-8151-a9caafd7d809", + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fba42ca1-7138-4bc3-a25d-9b7b08e16761", + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:be795979-a3ce-4668-b9a2-312f14a58dfd", + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:a42ccaab-4313-45b1-83b9-0a64f6189f29", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a42ccaab-4313-45b1-83b9-0a64f6189f29", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "276472", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "4561", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-683030842789190919543290", + "value" : "NO-687113612968742222940062", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a42ccaab-4313-45b1-83b9-0a64f6189f29", + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2a9c3adb-c757-4c14-bcea-07920643bf17", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ad92ac7d-a13d-4338-a6de-8a01e66c3896", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:488e74af-d665-4b41-a6f3-74f2384773f2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:82621f3a-6943-4b28-a17b-6b7bd600ddb5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bd609bc9-b8b6-404e-90a7-32ec9111050f", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3cad2036-f3aa-4117-a32c-efcc07975c0d", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fbfd002a-0f50-4f73-a768-47d64ad9e0b5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a54fc9c0-d2dd-417d-9d31-4d764e114782", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5868633e-c78c-4411-9bd6-a5bed1069a82", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3e4124e6-3c37-4910-8aaf-c09ffdd6252d", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e3b0f102-98b3-42de-973c-0e34aa51bc22", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -59722,7 +90863,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-683030842789190919543290", + "batteryIDDMCCode" : "NO-687113612968742222940062", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -59733,32 +90874,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a42ccaab-4313-45b1-83b9-0a64f6189f29", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-10-13", + "version" : 1.2, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6427, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2022-03-21", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-687113612968742222940062", + "key" : "PartInstanceID" + } ], + "gtin" : " 63000226", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "100159072" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-10-22", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.2394 ] + }, + "id" : "JG9921" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Graphite" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 116 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-11", + "currentStateOfHealthTimestamp" : "2019-10-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -59767,28 +91113,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:23ad8d61-5074-45c5-9c6e-b05f46f0341d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:23ad8d61-5074-45c5-9c6e-b05f46f0341d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "29945", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8692", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -59796,31 +91189,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-964135366147680582015398", + "value" : "NO-991767235182356540580326", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:23ad8d61-5074-45c5-9c6e-b05f46f0341d", + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0629471c-f896-4217-b79e-0aeb31224d62", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -59829,7 +91247,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -60054,7 +91490,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-964135366147680582015398", + "batteryIDDMCCode" : "NO-991767235182356540580326", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -60065,32 +91501,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:23ad8d61-5074-45c5-9c6e-b05f46f0341d", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-07-16", + "currentStateOfHealthTimestamp" : "2016-10-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -60099,60 +91561,132 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e47c1972-d19d-4f5d-b9ab-fb67bdd05358", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e47c1972-d19d-4f5d-b9ab-fb67bdd05358", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] } ], + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "512105", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "4439", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-468434718464174371484735", + "value" : "NO-545804594773407247538373", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e47c1972-d19d-4f5d-b9ab-fb67bdd05358", + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9697415f-e8cb-4f58-9527-ea63f831902a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -60161,7 +91695,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -60386,7 +91938,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-468434718464174371484735", + "batteryIDDMCCode" : "NO-545804594773407247538373", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -60397,32 +91949,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e47c1972-d19d-4f5d-b9ab-fb67bdd05358", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-15", + "currentStateOfHealthTimestamp" : "2020-11-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-24", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -60431,28 +92009,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7048c457-d352-4f3e-a59a-62410653f4df", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7048c457-d352-4f3e-a59a-62410653f4df", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "550731", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6134", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -60460,31 +92085,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-209826655576157843200062", + "value" : "NO-631371404662581637455960", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7048c457-d352-4f3e-a59a-62410653f4df", + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cdbd0dc2-9482-45e6-9e2a-bd2bf2bce918", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -60493,7 +92143,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -60718,7 +92386,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-209826655576157843200062", + "batteryIDDMCCode" : "NO-631371404662581637455960", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -60729,32 +92397,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7048c457-d352-4f3e-a59a-62410653f4df", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-29", + "currentStateOfHealthTimestamp" : "2018-08-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -60763,28 +92457,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:916f2da3-df5e-4828-a447-78bd365a7a82", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:916f2da3-df5e-4828-a447-78bd365a7a82", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "783564", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1182", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -60792,31 +92533,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-516172089718402937966159", + "value" : "NO-045002863370677316790179", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:916f2da3-df5e-4828-a447-78bd365a7a82", + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:37b41ccc-e207-418a-814a-70471ab92615", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -60825,7 +92591,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -61050,7 +92834,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-516172089718402937966159", + "batteryIDDMCCode" : "NO-045002863370677316790179", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -61061,32 +92845,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:916f2da3-df5e-4828-a447-78bd365a7a82", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2019-11-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-03-06", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -61095,28 +92905,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6dec51f9-c746-4c24-8f37-5cd003f92889", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6dec51f9-c746-4c24-8f37-5cd003f92889", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "166529", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2290", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -61124,31 +92981,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-631301282353277514964530", + "value" : "NO-352043035937848602986982", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6dec51f9-c746-4c24-8f37-5cd003f92889", + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1a349f23-007b-4065-b06d-37db5a8ff2b9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -61157,7 +93039,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -61382,7 +93282,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-631301282353277514964530", + "batteryIDDMCCode" : "NO-352043035937848602986982", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -61393,32 +93293,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6dec51f9-c746-4c24-8f37-5cd003f92889", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-02-19", + "currentStateOfHealthTimestamp" : "2019-04-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-02-25", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -61427,28 +93353,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:37096239-a90c-42f8-9b65-872b37aff616", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:37096239-a90c-42f8-9b65-872b37aff616", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "59352", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7924", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -61456,31 +93429,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-318568377386048063498663", + "value" : "NO-632396764290897802894727", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:37096239-a90c-42f8-9b65-872b37aff616", + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f02aa833-37b4-4dc1-b296-1cb081f28863", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -61489,7 +93487,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -61714,7 +93730,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-318568377386048063498663", + "batteryIDDMCCode" : "NO-632396764290897802894727", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -61725,32 +93741,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:37096239-a90c-42f8-9b65-872b37aff616", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-26", + "currentStateOfHealthTimestamp" : "2016-10-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -61759,28 +93801,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bd7b42cc-7378-4cfe-8151-a9caafd7d809", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd7b42cc-7378-4cfe-8151-a9caafd7d809", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "250126", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7219", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -61788,31 +93877,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-887600675178359798955405", + "value" : "NO-609733587434520163359758", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bd7b42cc-7378-4cfe-8151-a9caafd7d809", + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e4efde77-c9a7-4ca6-8dec-e6eb0b47633e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -61821,7 +93935,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -62046,7 +94178,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-887600675178359798955405", + "batteryIDDMCCode" : "NO-609733587434520163359758", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -62057,32 +94189,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd7b42cc-7378-4cfe-8151-a9caafd7d809", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-07", + "currentStateOfHealthTimestamp" : "2018-04-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -62091,28 +94249,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fba42ca1-7138-4bc3-a25d-9b7b08e16761", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fba42ca1-7138-4bc3-a25d-9b7b08e16761", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "245679", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8593", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -62120,31 +94325,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-040024584870218185546438", + "value" : "NO-000743277368034273286877", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fba42ca1-7138-4bc3-a25d-9b7b08e16761", + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:05b8ea1b-a9ad-4747-a573-1ebf1b8d963e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -62153,7 +94383,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -62378,7 +94626,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-040024584870218185546438", + "batteryIDDMCCode" : "NO-000743277368034273286877", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -62389,32 +94637,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fba42ca1-7138-4bc3-a25d-9b7b08e16761", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-17", + "currentStateOfHealthTimestamp" : "2015-12-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -62423,28 +94697,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:be795979-a3ce-4668-b9a2-312f14a58dfd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:be795979-a3ce-4668-b9a2-312f14a58dfd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "757463", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3457", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -62452,31 +94773,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-030254515495734090259673", + "value" : "NO-081673198748776020784976", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:be795979-a3ce-4668-b9a2-312f14a58dfd", + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:630521f7-1210-4911-b636-c52af839b667", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -62485,7 +94831,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -62710,7 +95074,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-030254515495734090259673", + "batteryIDDMCCode" : "NO-081673198748776020784976", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -62721,32 +95085,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:be795979-a3ce-4668-b9a2-312f14a58dfd", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-05-02", + "currentStateOfHealthTimestamp" : "2021-01-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -62755,60 +95145,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:371670bb-a418-48bc-8310-3dbc77d43143", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:371670bb-a418-48bc-8310-3dbc77d43143", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "345102", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4091", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-845189998746619927440539", + "value" : "NO-340269000861175179352744", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:371670bb-a418-48bc-8310-3dbc77d43143", + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dd8e0ecd-3bc9-4d33-82b3-2d22b48b4b24", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -63033,7 +95522,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-845189998746619927440539", + "batteryIDDMCCode" : "NO-340269000861175179352744", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -63044,10 +95533,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 83, + "recycledContent" : 0, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -63057,7 +95572,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 12, + "recycledContent" : 75, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -63067,7 +95582,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 8, + "recycledContent" : 26, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -63077,361 +95592,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-845189998746619927440539", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:371670bb-a418-48bc-8310-3dbc77d43143", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c6d2d1c0-cd97-4716-b4d3-674cef101022", + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1da6df7e-ef8b-405d-928c-5fee670dd1fe", + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3ce49636-0d52-438f-9a44-7cfe287e654a", + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1ed450e2-a70c-4540-98da-d1ae11ea98c4", + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c7f28303-f75c-41f2-94a3-3e884cf3f886", + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b09f7aec-9598-4248-bfd6-dad9ccfad88a", + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fabb6a9b-55cb-4b26-bb2b-259a05bc07d4", + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:518bc200-ba95-4eb8-a255-8c0e5927c9e3", + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:25049a7d-194e-475b-8b42-c749b2935690", + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d8b5f6d5-e728-48e7-88c2-1e6b6f5fbe5f", + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:c6d2d1c0-cd97-4716-b4d3-674cef101022", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6d2d1c0-cd97-4716-b4d3-674cef101022", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "528112", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4264", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-703860946068383332706335", + "value" : "NO-930399204706280839185780", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c6d2d1c0-cd97-4716-b4d3-674cef101022", + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:30726710-6781-4ecf-bc10-32f4603e472e", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1627b916-c61f-45c2-8373-a3cde6dca474", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:68dc0b52-484d-43a4-951a-c9aae0d3f6e0", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:315888a4-412c-4ac6-bf04-e86a413202e9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c4c3b3b1-90b6-46cb-9b75-8d1db6390061", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:db348591-16d7-4045-828f-cbc2d8dd55d4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:82e82195-5ea8-4672-b954-fdf6cb3616aa", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1031da68-24f2-429e-a453-acc8c31c0f9c", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8fd8a5ad-fd1f-43f3-8cda-f7d0c50602dd", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b6ff08f4-f895-4730-8f98-e0f7ef1d7158", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f33b8ad-f7d7-4ee0-9eee-a320b9408782", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -63656,7 +96263,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-703860946068383332706335", + "batteryIDDMCCode" : "NO-930399204706280839185780", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -63667,32 +96274,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6d2d1c0-cd97-4716-b4d3-674cef101022", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-07", + "version" : 1.5, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6988, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2022-03-14", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-930399204706280839185780", + "key" : "PartInstanceID" + } ], + "gtin" : " 50405858", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "217762458" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-03-02", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.8673 ] + }, + "id" : "CO2626" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 115 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-13", + "currentStateOfHealthTimestamp" : "2020-09-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-03-01", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -63701,28 +96513,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1da6df7e-ef8b-405d-928c-5fee670dd1fe", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1da6df7e-ef8b-405d-928c-5fee670dd1fe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "849845", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6614", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -63730,31 +96589,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-075673003657356001137277", + "value" : "NO-875824163752079594295649", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1da6df7e-ef8b-405d-928c-5fee670dd1fe", + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:45932070-a93c-4c77-81a3-116aec564a05", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -63763,7 +96647,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -63988,7 +96890,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-075673003657356001137277", + "batteryIDDMCCode" : "NO-875824163752079594295649", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -63999,32 +96901,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1da6df7e-ef8b-405d-928c-5fee670dd1fe", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-06-14", + "currentStateOfHealthTimestamp" : "2018-03-30", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -64033,28 +96961,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3ce49636-0d52-438f-9a44-7cfe287e654a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ce49636-0d52-438f-9a44-7cfe287e654a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "94016", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3455", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -64062,31 +97037,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-957208779131031803578182", + "value" : "NO-181274919815027048779446", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3ce49636-0d52-438f-9a44-7cfe287e654a", + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4c34eac1-9a0b-4675-9821-7217b4d3dc42", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -64095,7 +97095,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -64320,7 +97338,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-957208779131031803578182", + "batteryIDDMCCode" : "NO-181274919815027048779446", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -64331,32 +97349,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ce49636-0d52-438f-9a44-7cfe287e654a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-26", + "currentStateOfHealthTimestamp" : "2020-11-28", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -64365,28 +97409,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1ed450e2-a70c-4540-98da-d1ae11ea98c4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ed450e2-a70c-4540-98da-d1ae11ea98c4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "613386", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5374", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -64394,31 +97485,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-359672337197985936614303", + "value" : "NO-624099875318346541799114", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1ed450e2-a70c-4540-98da-d1ae11ea98c4", + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:06f38f5c-3879-4e92-a522-686f5443428a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -64427,7 +97543,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -64652,7 +97786,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-359672337197985936614303", + "batteryIDDMCCode" : "NO-624099875318346541799114", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -64663,32 +97797,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ed450e2-a70c-4540-98da-d1ae11ea98c4", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-09-07", + "currentStateOfHealthTimestamp" : "2023-04-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -64697,28 +97857,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c7f28303-f75c-41f2-94a3-3e884cf3f886", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c7f28303-f75c-41f2-94a3-3e884cf3f886", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "884019", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6746", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -64726,31 +97933,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-552080978459972414573059", + "value" : "NO-605812180459007775211801", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c7f28303-f75c-41f2-94a3-3e884cf3f886", + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e0cc79df-b1cc-4179-9407-4e0f4fd4f19f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -64759,7 +97991,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -64984,7 +98234,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-552080978459972414573059", + "batteryIDDMCCode" : "NO-605812180459007775211801", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -64995,32 +98245,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c7f28303-f75c-41f2-94a3-3e884cf3f886", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-07", + "currentStateOfHealthTimestamp" : "2020-10-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-03-02", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -65029,28 +98305,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b09f7aec-9598-4248-bfd6-dad9ccfad88a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b09f7aec-9598-4248-bfd6-dad9ccfad88a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "935131", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8100", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -65058,31 +98381,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-851750698892531412857553", + "value" : "NO-968546653898175607848081", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b09f7aec-9598-4248-bfd6-dad9ccfad88a", + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3bf6c18f-02d0-49d6-bf85-dfefbce4e4b0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -65091,7 +98439,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -65316,7 +98682,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-851750698892531412857553", + "batteryIDDMCCode" : "NO-968546653898175607848081", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -65327,32 +98693,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b09f7aec-9598-4248-bfd6-dad9ccfad88a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-22", + "currentStateOfHealthTimestamp" : "2022-01-27", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-19", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -65361,28 +98753,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fabb6a9b-55cb-4b26-bb2b-259a05bc07d4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fabb6a9b-55cb-4b26-bb2b-259a05bc07d4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "444876", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2660", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -65390,31 +98829,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-438444315480986271194740", + "value" : "NO-855241899954855664946610", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fabb6a9b-55cb-4b26-bb2b-259a05bc07d4", + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85425f36-99aa-459b-918a-82a54553705e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -65423,7 +98887,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -65648,7 +99130,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-438444315480986271194740", + "batteryIDDMCCode" : "NO-855241899954855664946610", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -65659,32 +99141,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fabb6a9b-55cb-4b26-bb2b-259a05bc07d4", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-03-26", + "currentStateOfHealthTimestamp" : "2015-07-16", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -65693,28 +99201,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:518bc200-ba95-4eb8-a255-8c0e5927c9e3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:518bc200-ba95-4eb8-a255-8c0e5927c9e3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "789866", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3022", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -65722,31 +99277,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-115269409577103872380587", + "value" : "NO-971962340442720997066820", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:518bc200-ba95-4eb8-a255-8c0e5927c9e3", + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0dd31796-d329-4f79-a566-f5188ad9cc55", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -65755,7 +99335,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -65980,7 +99578,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-115269409577103872380587", + "batteryIDDMCCode" : "NO-971962340442720997066820", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -65991,32 +99589,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:518bc200-ba95-4eb8-a255-8c0e5927c9e3", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-12-24", + "currentStateOfHealthTimestamp" : "2019-07-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -66025,28 +99649,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:25049a7d-194e-475b-8b42-c749b2935690", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:25049a7d-194e-475b-8b42-c749b2935690", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "663613", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8743", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -66054,31 +99725,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-857834072319920008187503", + "value" : "NO-912642282493118256153758", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:25049a7d-194e-475b-8b42-c749b2935690", + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5644e790-c4b5-4a8d-960d-b6c6aa8d3b07", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -66087,7 +99783,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -66312,7 +100026,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-857834072319920008187503", + "batteryIDDMCCode" : "NO-912642282493118256153758", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -66323,32 +100037,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:25049a7d-194e-475b-8b42-c749b2935690", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-11", + "currentStateOfHealthTimestamp" : "2015-06-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -66357,28 +100097,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d8b5f6d5-e728-48e7-88c2-1e6b6f5fbe5f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d8b5f6d5-e728-48e7-88c2-1e6b6f5fbe5f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "879377", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1411", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -66386,31 +100173,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-367480792179621604396039", + "value" : "NO-289487941315784350536387", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d8b5f6d5-e728-48e7-88c2-1e6b6f5fbe5f", + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ff50fc9e-ef9c-4235-bd06-98727d11795e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -66419,7 +100231,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -66644,7 +100474,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-367480792179621604396039", + "batteryIDDMCCode" : "NO-289487941315784350536387", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -66655,32 +100485,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d8b5f6d5-e728-48e7-88c2-1e6b6f5fbe5f", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-05", + "currentStateOfHealthTimestamp" : "2015-04-27", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -66689,60 +100545,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0dc2fd20-af7a-4b1b-bfb8-421f05b047ef", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0dc2fd20-af7a-4b1b-bfb8-421f05b047ef", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "696702", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3942", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-937831203546933605540977", + "value" : "NO-218925641782669622254168", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0dc2fd20-af7a-4b1b-bfb8-421f05b047ef", + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a970c990-c8f9-4636-b5d4-a3b9e3d1e2d4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -66967,7 +100922,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-937831203546933605540977", + "batteryIDDMCCode" : "NO-218925641782669622254168", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -66978,10 +100933,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 4, + "recycledContent" : 88, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -66991,7 +100972,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 29, + "recycledContent" : 65, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -67001,7 +100982,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 23, + "recycledContent" : 29, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -67011,361 +100992,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-937831203546933605540977", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0dc2fd20-af7a-4b1b-bfb8-421f05b047ef", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:015a98e8-d07e-459c-b850-4735e34cd4f4", + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:aa6aa841-cfda-4033-849b-f1283ad9e037", + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:036b7f33-aba5-4a48-ac1f-b926c8990e6b", + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:62ed60b1-86e1-4067-96eb-10278bd1ceea", + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:391b6421-53eb-4e17-91bf-81ee76f1fcab", + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6730ae3c-0c0a-42c5-9ff6-12667bd01f96", + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c86eacd6-4b30-40f4-873b-f6fa90f7fb95", + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3708a6b2-90c4-4097-b7e8-6f60ef948cfa", + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:88be9f88-417a-4edc-bb65-64b1f746c236", + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3a39519c-c312-4ee9-ad1f-6a2b28edbd7d", + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:015a98e8-d07e-459c-b850-4735e34cd4f4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:015a98e8-d07e-459c-b850-4735e34cd4f4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "278337", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "9037", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-068715455362006735230204", + "value" : "NO-266625803499013057727310", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:015a98e8-d07e-459c-b850-4735e34cd4f4", + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e553e26e-de63-4ce9-ac24-6ef009c72cce", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5f5a1239-6412-40c6-b6bb-ab1c48d605c1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:81503307-6207-4ac6-952f-ee5ac97d9b37", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:56796667-e8b6-47c8-8473-0f4405280d8c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2a3d807a-8c0f-4724-8168-dc926a3fa9b8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:94957af5-c50c-409d-89fb-4bd8cffc8855", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4bd91ba0-653d-43cc-896f-98f1ff031526", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b90f6671-e863-4c61-b478-50a26cf38042", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:66137a0e-4a71-4360-b556-ef8fe211e9ae", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ef675976-6da6-4e89-bc9e-3f18212bbcdf", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c467d5c5-dcb6-49bc-af93-6a3c1318ce79", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -67590,7 +101663,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-068715455362006735230204", + "batteryIDDMCCode" : "NO-266625803499013057727310", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -67601,32 +101674,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:015a98e8-d07e-459c-b850-4735e34cd4f4", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-09-07", + "version" : 2.3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6781, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2021-06-07", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-266625803499013057727310", + "key" : "PartInstanceID" + } ], + "gtin" : " 52245597", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "388682915" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-03-30", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.25 ] + }, + "id" : "VX5322" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 121 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-11-10", + "currentStateOfHealthTimestamp" : "2020-07-03", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -67635,28 +101913,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:aa6aa841-cfda-4033-849b-f1283ad9e037", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa6aa841-cfda-4033-849b-f1283ad9e037", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "720827", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4083", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -67664,31 +101989,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-968159941382459850331985", + "value" : "NO-813531313449156434340447", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:aa6aa841-cfda-4033-849b-f1283ad9e037", + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f46e4ec9-3791-4bcc-bda1-1b381c4c0007", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -67697,7 +102047,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -67922,7 +102290,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-968159941382459850331985", + "batteryIDDMCCode" : "NO-813531313449156434340447", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -67933,32 +102301,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa6aa841-cfda-4033-849b-f1283ad9e037", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-03", + "currentStateOfHealthTimestamp" : "2023-08-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -67967,28 +102361,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:036b7f33-aba5-4a48-ac1f-b926c8990e6b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:036b7f33-aba5-4a48-ac1f-b926c8990e6b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "726830", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6045", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -67996,31 +102437,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-146315129148855723244270", + "value" : "NO-160502363712170606609249", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:036b7f33-aba5-4a48-ac1f-b926c8990e6b", + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e30f53f5-d096-4b8d-b738-16f2a8c86bb7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -68029,7 +102495,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -68254,7 +102738,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-146315129148855723244270", + "batteryIDDMCCode" : "NO-160502363712170606609249", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -68265,32 +102749,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:036b7f33-aba5-4a48-ac1f-b926c8990e6b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-11", + "currentStateOfHealthTimestamp" : "2022-03-03", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-15", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -68299,28 +102809,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:62ed60b1-86e1-4067-96eb-10278bd1ceea", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62ed60b1-86e1-4067-96eb-10278bd1ceea", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "125411", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9687", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -68328,31 +102885,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-033660825615212406868386", + "value" : "NO-598740850606585963235307", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:62ed60b1-86e1-4067-96eb-10278bd1ceea", + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:161425eb-a656-474a-bc48-cc822e5c431e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -68361,7 +102943,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -68586,7 +103186,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-033660825615212406868386", + "batteryIDDMCCode" : "NO-598740850606585963235307", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -68597,32 +103197,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:62ed60b1-86e1-4067-96eb-10278bd1ceea", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-28", + "currentStateOfHealthTimestamp" : "2021-05-29", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -68631,28 +103257,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:391b6421-53eb-4e17-91bf-81ee76f1fcab", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:391b6421-53eb-4e17-91bf-81ee76f1fcab", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "845221", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1665", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -68660,31 +103333,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-533621888131297159461085", + "value" : "NO-088559388438816364444095", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:391b6421-53eb-4e17-91bf-81ee76f1fcab", + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a7852bf6-ea94-40e5-895b-bd240eee8469", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -68693,7 +103391,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -68918,7 +103634,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-533621888131297159461085", + "batteryIDDMCCode" : "NO-088559388438816364444095", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -68929,32 +103645,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:391b6421-53eb-4e17-91bf-81ee76f1fcab", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-04-13", + "currentStateOfHealthTimestamp" : "2018-04-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-02-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -68963,28 +103705,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6730ae3c-0c0a-42c5-9ff6-12667bd01f96", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6730ae3c-0c0a-42c5-9ff6-12667bd01f96", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "433380", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3214", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -68992,31 +103781,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-069717208408650036819733", + "value" : "NO-226975986307778816726774", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6730ae3c-0c0a-42c5-9ff6-12667bd01f96", + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e5e314f5-4ab2-4457-84b1-51ca5d68ee87", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -69025,7 +103839,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -69250,7 +104082,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-069717208408650036819733", + "batteryIDDMCCode" : "NO-226975986307778816726774", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -69261,32 +104093,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6730ae3c-0c0a-42c5-9ff6-12667bd01f96", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-04-14", + "currentStateOfHealthTimestamp" : "2016-10-05", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-19", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -69295,28 +104153,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c86eacd6-4b30-40f4-873b-f6fa90f7fb95", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c86eacd6-4b30-40f4-873b-f6fa90f7fb95", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "899752", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5551", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -69324,31 +104229,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-864454561416506174122657", + "value" : "NO-169345443003327596491868", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c86eacd6-4b30-40f4-873b-f6fa90f7fb95", + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bb5ff2c-66ce-408a-85ac-045c03bb3df7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -69357,7 +104287,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -69582,7 +104530,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-864454561416506174122657", + "batteryIDDMCCode" : "NO-169345443003327596491868", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -69593,32 +104541,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c86eacd6-4b30-40f4-873b-f6fa90f7fb95", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-01", + "currentStateOfHealthTimestamp" : "2017-09-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -69627,28 +104601,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3708a6b2-90c4-4097-b7e8-6f60ef948cfa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3708a6b2-90c4-4097-b7e8-6f60ef948cfa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "862255", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -69656,31 +104677,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-817276582673121337942886", + "value" : "NO-928993266068674740609748", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3708a6b2-90c4-4097-b7e8-6f60ef948cfa", + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:408cc932-804a-4584-ab9a-1861aa32bc8a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -69689,7 +104735,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -69914,7 +104978,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-817276582673121337942886", + "batteryIDDMCCode" : "NO-928993266068674740609748", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -69925,32 +104989,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3708a6b2-90c4-4097-b7e8-6f60ef948cfa", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-01", + "currentStateOfHealthTimestamp" : "2022-08-07", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-19", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -69959,28 +105049,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:88be9f88-417a-4edc-bb65-64b1f746c236", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:88be9f88-417a-4edc-bb65-64b1f746c236", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "656036", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5594", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -69988,31 +105125,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-881659986394008905661445", + "value" : "NO-522142872283988107476796", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:88be9f88-417a-4edc-bb65-64b1f746c236", + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9bb5d74f-5549-427f-b637-0d465dc0a7c6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -70021,7 +105183,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -70246,7 +105426,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-881659986394008905661445", + "batteryIDDMCCode" : "NO-522142872283988107476796", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -70257,32 +105437,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:88be9f88-417a-4edc-bb65-64b1f746c236", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-08-08", + "currentStateOfHealthTimestamp" : "2023-02-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -70291,28 +105497,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3a39519c-c312-4ee9-ad1f-6a2b28edbd7d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3a39519c-c312-4ee9-ad1f-6a2b28edbd7d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "388692", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5187", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -70320,31 +105573,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-573819205847070830739660", + "value" : "NO-824705014257620858873450", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3a39519c-c312-4ee9-ad1f-6a2b28edbd7d", + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1c2db2cd-b93c-4058-8b7a-b96d302f33e0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -70353,7 +105631,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -70578,7 +105874,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-573819205847070830739660", + "batteryIDDMCCode" : "NO-824705014257620858873450", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -70589,32 +105885,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3a39519c-c312-4ee9-ad1f-6a2b28edbd7d", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-28", + "currentStateOfHealthTimestamp" : "2022-09-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-02-25", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -70623,60 +105945,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4cf1b354-361b-4505-b4e5-0a5738fc318c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cf1b354-361b-4505-b4e5-0a5738fc318c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "711477", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2407", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-303140615401900753179924", + "value" : "NO-405159030052090407177399", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4cf1b354-361b-4505-b4e5-0a5738fc318c", + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:89209001-da0e-46b3-9b2c-65fb28926cc9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -70901,7 +106322,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-303140615401900753179924", + "batteryIDDMCCode" : "NO-405159030052090407177399", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -70912,10 +106333,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 28, + "recycledContent" : 49, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -70925,7 +106372,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 79, + "recycledContent" : 23, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -70935,7 +106382,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 69, + "recycledContent" : 34, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -70945,361 +106392,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-303140615401900753179924", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cf1b354-361b-4505-b4e5-0a5738fc318c", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c9b62a01-8f01-4237-92c3-96fb309b2aeb", + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:818347b9-0b7e-4713-934f-de134a11c837", + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:cd68bbd3-7aea-4ec2-b8d4-7ea06873376b", + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9e7eef65-6953-4fe1-99c1-a427c11d8a3e", + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9706c707-0eb3-428c-9947-045cba8ad6f5", + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1e0244d2-59fe-40af-8314-e9a526923325", + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5962ecc5-a7b1-4708-95bb-f6bc94559edb", + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2e9ceba2-c60c-4cda-8266-c76ee41f2a8d", + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5b0c1154-ce85-4c2a-82ad-2e34ff7a37a5", + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:76df699f-2b02-414e-8e83-96ff13a89122", + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:c9b62a01-8f01-4237-92c3-96fb309b2aeb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c9b62a01-8f01-4237-92c3-96fb309b2aeb", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "750204", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8597", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-315634995950073061538960", + "value" : "NO-666462495321800521350161", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c9b62a01-8f01-4237-92c3-96fb309b2aeb", + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4637acf8-9fa4-4cb8-93f2-cc4b5e6386f1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6c31ae6b-6a71-4279-beb7-b8c8093f3767", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:31e21a39-3b30-4b01-ab7c-c97d1a85e0e0", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5f543e94-1085-4252-b326-be28aac57cff", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:075cd693-5bfb-49eb-98ea-8ef0bc986709", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e19b6141-eb8d-4fdb-a678-f5ed47ac25d9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6352c846-ae60-4aad-95ac-060e611688e7", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55d77876-0c90-4f80-a890-f9e42df95adb", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0fe5ffab-5d1d-4db2-ab12-7c11858a6169", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4542651d-ec6d-4dc0-9e81-03013a793abd", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:40c9674b-f1fd-4b6a-89d2-ead5403c6883", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -71524,7 +107063,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-315634995950073061538960", + "batteryIDDMCCode" : "NO-666462495321800521350161", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -71535,32 +107074,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c9b62a01-8f01-4237-92c3-96fb309b2aeb", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-26", + "version" : 2.6, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.68019999999999, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2023-12-12", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-666462495321800521350161", + "key" : "PartInstanceID" + } ], + "gtin" : " 80816507", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "338960894" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-28", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.8569 ] + }, + "id" : "TV8227" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "UV Varnish" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 120 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B3NX", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-07-29", + "currentStateOfHealthTimestamp" : "2021-02-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -71569,28 +107313,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:818347b9-0b7e-4713-934f-de134a11c837", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:818347b9-0b7e-4713-934f-de134a11c837", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "440587", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1784", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -71598,31 +107389,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-423687364387663753253979", + "value" : "NO-243431359981652793976124", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:818347b9-0b7e-4713-934f-de134a11c837", + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1b6966e0-303a-4f61-9fee-c98a94297ed5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -71631,7 +107447,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -71856,7 +107690,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-423687364387663753253979", + "batteryIDDMCCode" : "NO-243431359981652793976124", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -71867,32 +107701,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:818347b9-0b7e-4713-934f-de134a11c837", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-06-30", + "currentStateOfHealthTimestamp" : "2019-11-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -71901,28 +107761,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cd68bbd3-7aea-4ec2-b8d4-7ea06873376b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd68bbd3-7aea-4ec2-b8d4-7ea06873376b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "804866", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8876", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -71930,31 +107837,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-563966635418939360446649", + "value" : "NO-023002600992356013537416", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:cd68bbd3-7aea-4ec2-b8d4-7ea06873376b", + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c29ae841-3b6e-47b9-a5fc-65f9f7edd927", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -71963,7 +107895,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -72188,7 +108138,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-563966635418939360446649", + "batteryIDDMCCode" : "NO-023002600992356013537416", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -72199,32 +108149,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd68bbd3-7aea-4ec2-b8d4-7ea06873376b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-06", + "currentStateOfHealthTimestamp" : "2016-02-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -72233,28 +108209,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9e7eef65-6953-4fe1-99c1-a427c11d8a3e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e7eef65-6953-4fe1-99c1-a427c11d8a3e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "941283", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9395", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -72262,31 +108285,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-399062914395548095491926", + "value" : "NO-723900595323676180970239", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9e7eef65-6953-4fe1-99c1-a427c11d8a3e", + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7d921a84-ce8b-42ef-b6c6-4e4c8abea760", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -72295,7 +108343,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -72520,7 +108586,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-399062914395548095491926", + "batteryIDDMCCode" : "NO-723900595323676180970239", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -72531,32 +108597,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e7eef65-6953-4fe1-99c1-a427c11d8a3e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-08-16", + "currentStateOfHealthTimestamp" : "2019-07-16", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -72565,28 +108657,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9706c707-0eb3-428c-9947-045cba8ad6f5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9706c707-0eb3-428c-9947-045cba8ad6f5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "201539", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "3201", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -72594,31 +108733,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-978762855285911566270928", + "value" : "NO-852995337686482639469224", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9706c707-0eb3-428c-9947-045cba8ad6f5", + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c69859ac-dbd1-4d65-97c4-8318f78d36a4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -72627,7 +108791,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -72852,7 +109034,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-978762855285911566270928", + "batteryIDDMCCode" : "NO-852995337686482639469224", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -72863,32 +109045,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9706c707-0eb3-428c-9947-045cba8ad6f5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-31", + "currentStateOfHealthTimestamp" : "2022-02-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-02", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -72897,28 +109105,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1e0244d2-59fe-40af-8314-e9a526923325", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e0244d2-59fe-40af-8314-e9a526923325", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "608424", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4955", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -72926,31 +109181,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-807416606544369837483021", + "value" : "NO-864271430120841368141725", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1e0244d2-59fe-40af-8314-e9a526923325", + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7bd13c22-ca20-4588-8251-28386e9c68a6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -72959,7 +109239,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -73184,7 +109482,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-807416606544369837483021", + "batteryIDDMCCode" : "NO-864271430120841368141725", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -73195,32 +109493,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e0244d2-59fe-40af-8314-e9a526923325", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-13", + "currentStateOfHealthTimestamp" : "2017-06-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -73229,28 +109553,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5962ecc5-a7b1-4708-95bb-f6bc94559edb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5962ecc5-a7b1-4708-95bb-f6bc94559edb", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "83839", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2658", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -73258,31 +109629,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-723847442250142221301691", + "value" : "NO-493965559315963173200149", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5962ecc5-a7b1-4708-95bb-f6bc94559edb", + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ade79d38-7a36-44c7-80a8-fdc08a7cb8fb", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -73291,7 +109687,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -73516,7 +109930,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-723847442250142221301691", + "batteryIDDMCCode" : "NO-493965559315963173200149", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -73527,32 +109941,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5962ecc5-a7b1-4708-95bb-f6bc94559edb", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-02", + "currentStateOfHealthTimestamp" : "2020-06-05", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthTimestamp" : "2024-03-04", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -73561,28 +110001,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2e9ceba2-c60c-4cda-8266-c76ee41f2a8d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e9ceba2-c60c-4cda-8266-c76ee41f2a8d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "391038", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "4977", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -73590,31 +110077,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-781895263067786841655942", + "value" : "NO-631945854224183782802522", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2e9ceba2-c60c-4cda-8266-c76ee41f2a8d", + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0f5748c3-c0bd-46e4-9832-db3120d291c8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -73623,7 +110135,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -73848,7 +110378,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-781895263067786841655942", + "batteryIDDMCCode" : "NO-631945854224183782802522", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -73859,32 +110389,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e9ceba2-c60c-4cda-8266-c76ee41f2a8d", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-02-13", + "currentStateOfHealthTimestamp" : "2021-09-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-02-17", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -73893,28 +110449,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5b0c1154-ce85-4c2a-82ad-2e34ff7a37a5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b0c1154-ce85-4c2a-82ad-2e34ff7a37a5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "64252", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7550", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -73922,31 +110525,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-788227853505171765869965", + "value" : "NO-528164755627618925093346", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5b0c1154-ce85-4c2a-82ad-2e34ff7a37a5", + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab698cc6-6b42-41ba-97ae-50ea78e7078a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -73955,7 +110583,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -74180,7 +110826,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-788227853505171765869965", + "batteryIDDMCCode" : "NO-528164755627618925093346", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -74191,32 +110837,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b0c1154-ce85-4c2a-82ad-2e34ff7a37a5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-07", + "currentStateOfHealthTimestamp" : "2016-10-31", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -74225,28 +110897,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:76df699f-2b02-414e-8e83-96ff13a89122", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:76df699f-2b02-414e-8e83-96ff13a89122", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "182499", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4222", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -74254,31 +110973,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-381420353802529161259460", + "value" : "NO-080946431019630794165586", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:76df699f-2b02-414e-8e83-96ff13a89122", + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec903206-ddb7-4c2c-8b6c-abd3cd3f419b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -74287,7 +111031,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -74512,7 +111274,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-381420353802529161259460", + "batteryIDDMCCode" : "NO-080946431019630794165586", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -74523,32 +111285,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:76df699f-2b02-414e-8e83-96ff13a89122", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-16", + "currentStateOfHealthTimestamp" : "2016-02-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-18", + "currentStateOfHealthTimestamp" : "2024-02-23", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -74557,60 +111345,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:46fe3a7a-1189-49fe-a50a-9293f0da6b3d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:46fe3a7a-1189-49fe-a50a-9293f0da6b3d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "716893", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6717", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-693011805428596147652274", + "value" : "NO-562616991863372023913717", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:46fe3a7a-1189-49fe-a50a-9293f0da6b3d", + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7813e8b3-9f24-4c98-be61-804592f09faf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -74835,7 +111722,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-693011805428596147652274", + "batteryIDDMCCode" : "NO-562616991863372023913717", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -74846,10 +111733,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 71, + "recycledContent" : 80, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -74859,7 +111772,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 2, + "recycledContent" : 50, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -74869,7 +111782,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 23, + "recycledContent" : 72, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -74879,361 +111792,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-693011805428596147652274", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:46fe3a7a-1189-49fe-a50a-9293f0da6b3d", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:40be7d9e-b6ef-4bcc-a7f4-55e6d97ad4d4", + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f477b18e-55d4-4f6c-aec2-bcd7118db8f3", + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4100af77-9c1f-4d4a-8c62-52837918bf21", + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d542cafa-9ecc-48a1-b242-41760fa4cf92", + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1b134117-4fcf-47d2-8177-50e26fce45b5", + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2115bbee-4aee-4e14-9022-d3905e807e16", + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:38acab77-09c6-4d1b-9d18-a235728ebc1c", + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d645d9c2-0c9e-4c2f-9efd-cd4689939ee7", + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:81235a76-8084-404f-9438-fbc6552403f7", + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:48d9ede3-a932-4b24-a2c4-eaf24e9437da", + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:40be7d9e-b6ef-4bcc-a7f4-55e6d97ad4d4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:40be7d9e-b6ef-4bcc-a7f4-55e6d97ad4d4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "296324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5460", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-174098349963610036074856", + "value" : "NO-867046467379395919343188", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:40be7d9e-b6ef-4bcc-a7f4-55e6d97ad4d4", + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b3502fb-4137-4569-806f-9c91d4a544da", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:185a4fcf-7340-48d8-b32c-e34a1ac7ff7b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fab74cea-2b28-448a-82f4-cf8a68018087", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2bd560c5-6f6a-4897-91ef-8e12cbe69f46", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f9420cbc-700e-47b6-86f5-0e09f6e21687", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:29556c31-a6e0-4c19-b11d-bde92fb31779", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fcd11560-75ec-459b-ad76-601049cfacaf", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e09d57d2-0c2e-42a9-b695-e3a5191f082b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b5c89ee-5d84-4331-b4ef-15f04a727aca", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8f362f14-95d6-4b17-8f06-99f97549d351", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c5f07ed3-9c8f-4f31-b7c0-58297f97f30f", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -75458,7 +112463,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-174098349963610036074856", + "batteryIDDMCCode" : "NO-867046467379395919343188", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -75469,32 +112474,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:40be7d9e-b6ef-4bcc-a7f4-55e6d97ad4d4", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-27", + "version" : 2, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6324, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2022-11-06", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-867046467379395919343188", + "key" : "PartInstanceID" + } ], + "gtin" : " 78885933", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "394264016" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-02", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 0.9146 ] + }, + "id" : "FO5164" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 111 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-08", + "currentStateOfHealthTimestamp" : "2017-06-16", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -75503,28 +112713,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f477b18e-55d4-4f6c-aec2-bcd7118db8f3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f477b18e-55d4-4f6c-aec2-bcd7118db8f3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "486113", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9750", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -75532,31 +112789,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-227894445470849772920178", + "value" : "NO-527219620679419431905191", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f477b18e-55d4-4f6c-aec2-bcd7118db8f3", + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9f76b956-94c1-40af-bc0b-f775f5768aac", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -75565,7 +112847,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -75790,7 +113090,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-227894445470849772920178", + "batteryIDDMCCode" : "NO-527219620679419431905191", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -75801,32 +113101,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f477b18e-55d4-4f6c-aec2-bcd7118db8f3", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-05", + "currentStateOfHealthTimestamp" : "2015-02-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-18", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -75835,28 +113161,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4100af77-9c1f-4d4a-8c62-52837918bf21", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4100af77-9c1f-4d4a-8c62-52837918bf21", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "576741", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7917", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -75864,31 +113237,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-663056745269959621042211", + "value" : "NO-617791177853609557272147", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4100af77-9c1f-4d4a-8c62-52837918bf21", + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e01f7173-86fb-4daa-b205-a9b56a07da2d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -75897,7 +113295,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -76122,7 +113538,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-663056745269959621042211", + "batteryIDDMCCode" : "NO-617791177853609557272147", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -76133,32 +113549,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4100af77-9c1f-4d4a-8c62-52837918bf21", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-16", + "currentStateOfHealthTimestamp" : "2014-07-02", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-02-27", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -76167,28 +113609,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d542cafa-9ecc-48a1-b242-41760fa4cf92", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d542cafa-9ecc-48a1-b242-41760fa4cf92", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "250089", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5129", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -76196,31 +113685,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-667790936660075984073069", + "value" : "NO-431960051195561035016450", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d542cafa-9ecc-48a1-b242-41760fa4cf92", + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6a5ac78c-93ff-475d-8d4f-73bdd745dfb7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -76229,7 +113743,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -76454,7 +113986,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-667790936660075984073069", + "batteryIDDMCCode" : "NO-431960051195561035016450", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -76465,32 +113997,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d542cafa-9ecc-48a1-b242-41760fa4cf92", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-09", + "currentStateOfHealthTimestamp" : "2018-03-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-31", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -76499,28 +114057,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1b134117-4fcf-47d2-8177-50e26fce45b5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1b134117-4fcf-47d2-8177-50e26fce45b5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "57892", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5839", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -76528,31 +114133,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-266850170089791905710736", + "value" : "NO-642498843554646731896600", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1b134117-4fcf-47d2-8177-50e26fce45b5", + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fde1fc3c-d687-40a6-ab10-5330a445a477", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -76561,7 +114191,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -76786,7 +114434,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-266850170089791905710736", + "batteryIDDMCCode" : "NO-642498843554646731896600", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -76797,32 +114445,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1b134117-4fcf-47d2-8177-50e26fce45b5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-22", + "currentStateOfHealthTimestamp" : "2020-10-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -76831,28 +114505,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2115bbee-4aee-4e14-9022-d3905e807e16", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2115bbee-4aee-4e14-9022-d3905e807e16", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "839129", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4989", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -76860,31 +114581,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-918132424428143885717225", + "value" : "NO-475634520880851519671204", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2115bbee-4aee-4e14-9022-d3905e807e16", + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d92d17c4-9867-40c1-aff8-ccf6777effe7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -76893,7 +114639,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -77118,7 +114882,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-918132424428143885717225", + "batteryIDDMCCode" : "NO-475634520880851519671204", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -77129,32 +114893,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2115bbee-4aee-4e14-9022-d3905e807e16", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-10", + "currentStateOfHealthTimestamp" : "2018-01-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-15", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -77163,28 +114953,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:38acab77-09c6-4d1b-9d18-a235728ebc1c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:38acab77-09c6-4d1b-9d18-a235728ebc1c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "73823", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4218", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -77192,31 +115029,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-801741953313747066740498", + "value" : "NO-964473612808435756536485", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:38acab77-09c6-4d1b-9d18-a235728ebc1c", + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a97420bd-45e7-4cc7-9f60-c990732828b9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -77225,7 +115087,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -77450,7 +115330,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-801741953313747066740498", + "batteryIDDMCCode" : "NO-964473612808435756536485", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -77461,32 +115341,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:38acab77-09c6-4d1b-9d18-a235728ebc1c", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-22", + "currentStateOfHealthTimestamp" : "2019-02-03", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-15", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -77495,28 +115401,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d645d9c2-0c9e-4c2f-9efd-cd4689939ee7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d645d9c2-0c9e-4c2f-9efd-cd4689939ee7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "530545", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1441", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -77524,31 +115477,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-660941000068613174410469", + "value" : "NO-389701329773588536459130", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d645d9c2-0c9e-4c2f-9efd-cd4689939ee7", + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:28cdce65-60ca-44f7-9a05-3a292fc1e45a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -77557,7 +115535,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -77782,7 +115778,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-660941000068613174410469", + "batteryIDDMCCode" : "NO-389701329773588536459130", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -77793,32 +115789,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d645d9c2-0c9e-4c2f-9efd-cd4689939ee7", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-21", + "currentStateOfHealthTimestamp" : "2017-03-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-16", + "currentStateOfHealthTimestamp" : "2024-03-04", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -77827,28 +115849,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:81235a76-8084-404f-9438-fbc6552403f7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:81235a76-8084-404f-9438-fbc6552403f7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "208638", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7389", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -77856,31 +115925,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-709389753981454926740711", + "value" : "NO-265855892739828724648190", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:81235a76-8084-404f-9438-fbc6552403f7", + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:896cf53b-e577-4954-b7e1-06e33124c6dd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -77889,7 +115983,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -78114,7 +116226,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-709389753981454926740711", + "batteryIDDMCCode" : "NO-265855892739828724648190", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -78125,32 +116237,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:81235a76-8084-404f-9438-fbc6552403f7", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-31", + "currentStateOfHealthTimestamp" : "2020-09-13", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-03-04", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -78159,28 +116297,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:48d9ede3-a932-4b24-a2c4-eaf24e9437da", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:48d9ede3-a932-4b24-a2c4-eaf24e9437da", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "680948", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "2281", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -78188,31 +116373,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-594124562009601702221091", + "value" : "NO-175875555612811823933211", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:48d9ede3-a932-4b24-a2c4-eaf24e9437da", + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8429cf4e-279a-4d09-97a6-8e28ac4f2ee1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -78221,7 +116431,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -78446,7 +116674,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-594124562009601702221091", + "batteryIDDMCCode" : "NO-175875555612811823933211", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -78457,32 +116685,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:48d9ede3-a932-4b24-a2c4-eaf24e9437da", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-16", + "currentStateOfHealthTimestamp" : "2018-09-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -78491,60 +116745,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:53ce0a2b-f4c4-47de-9c4d-0ac76f12848f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:53ce0a2b-f4c4-47de-9c4d-0ac76f12848f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "160595", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2208", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-203807792821438413594313", + "value" : "NO-903660072999464921495584", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:53ce0a2b-f4c4-47de-9c4d-0ac76f12848f", + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4832e797-d414-4c54-a3c5-d82dcab59894", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -78769,7 +117122,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-203807792821438413594313", + "batteryIDDMCCode" : "NO-903660072999464921495584", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -78780,10 +117133,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 42, + "recycledContent" : 57, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -78793,7 +117172,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 41, + "recycledContent" : 43, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -78803,7 +117182,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 2, + "recycledContent" : 83, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -78813,361 +117192,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-203807792821438413594313", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:53ce0a2b-f4c4-47de-9c4d-0ac76f12848f", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8ec3f978-5676-4889-a8a4-73dcab4b2fad", + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c3847a08-2d9c-4fa4-bfe9-11bfd06fa414", + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2ec20ca7-892a-4b1a-b75d-d0ef13f62447", + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f1930a2a-d054-487d-820a-a3898297838b", + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a081f210-1f15-4fd2-9953-7c73513cc471", + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8d494f0e-0213-40d0-83e4-ec6e08195eeb", + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a9120fad-b7d0-4fe4-9e00-2497c1475118", + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1ef2a6e5-3dea-48ad-a31a-0c001809c3fa", + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:08c49f7e-368f-4b5f-a905-ff01cff1f3c6", + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:377be51b-6f9e-468a-bb41-eed6252b48a0", + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:8ec3f978-5676-4889-a8a4-73dcab4b2fad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8ec3f978-5676-4889-a8a4-73dcab4b2fad", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "38931", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8142", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", + "value" : "BPNL00000003AVTH", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-999340502516525691248994", + "value" : "NO-791731492084972438194145", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8ec3f978-5676-4889-a8a4-73dcab4b2fad", + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:68bddd21-7586-4158-95c2-9c89a88e558c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:61022aa8-8094-4f27-9c40-5cdd19dddcac", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4357a21d-09ee-4218-9db8-234ca45a8daf", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec38531c-4f82-4fb2-a8fa-d3d4912a9f63", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:51530b79-d709-43f7-a481-b30b2d75c6a6", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:708f39f2-a4fd-4c52-957e-136d8fffd699", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6ee407d0-250a-45d6-892e-26068c3a8362", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:47c7d8b7-027a-4164-a997-3dbeba5a50e1", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2b65d05f-3c67-4001-a36e-ff7766fb146a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1c117fd9-628e-482f-85ee-9fbe4eb43211", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:475bd658-600d-41b1-a20b-4e110cba6118", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -79392,7 +117863,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-999340502516525691248994", + "batteryIDDMCCode" : "NO-791731492084972438194145", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -79403,32 +117874,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8ec3f978-5676-4889-a8a4-73dcab4b2fad", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-01-24", + "version" : 2.7, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6739, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2023-12-28", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-791731492084972438194145", + "key" : "PartInstanceID" + } ], + "gtin" : " 58660936", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "971564677" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-26", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 0.2396 ] + }, + "id" : "VD3168" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Cobalt" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 103 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-02-08", + "currentStateOfHealthTimestamp" : "2018-11-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -79437,28 +118113,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c3847a08-2d9c-4fa4-bfe9-11bfd06fa414", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3847a08-2d9c-4fa4-bfe9-11bfd06fa414", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "273853", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4715", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -79466,31 +118189,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-512442944000472350440395", + "value" : "NO-045528680871181123527870", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c3847a08-2d9c-4fa4-bfe9-11bfd06fa414", + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3aa2a2cf-30c1-41dd-ab51-4d55b3c37850", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -79499,7 +118247,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -79724,7 +118490,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-512442944000472350440395", + "batteryIDDMCCode" : "NO-045528680871181123527870", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -79735,32 +118501,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3847a08-2d9c-4fa4-bfe9-11bfd06fa414", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-15", + "currentStateOfHealthTimestamp" : "2023-11-06", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -79769,28 +118561,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2ec20ca7-892a-4b1a-b75d-d0ef13f62447", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ec20ca7-892a-4b1a-b75d-d0ef13f62447", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "712590", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7917", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -79798,31 +118637,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-063087236409911020225304", + "value" : "NO-432762596534102360005521", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2ec20ca7-892a-4b1a-b75d-d0ef13f62447", + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a38f1235-949a-4422-ad21-606efa26af11", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -79831,7 +118695,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -80056,7 +118938,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-063087236409911020225304", + "batteryIDDMCCode" : "NO-432762596534102360005521", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -80067,32 +118949,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ec20ca7-892a-4b1a-b75d-d0ef13f62447", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-08", + "currentStateOfHealthTimestamp" : "2022-11-29", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -80101,28 +119009,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f1930a2a-d054-487d-820a-a3898297838b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f1930a2a-d054-487d-820a-a3898297838b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "416054", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6133", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -80130,31 +119085,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-535819537441573708015863", + "value" : "NO-773784648231452499786492", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f1930a2a-d054-487d-820a-a3898297838b", + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:08eb587a-3b9a-42e1-84d0-feb6fa9f3509", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -80163,7 +119143,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -80388,7 +119386,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-535819537441573708015863", + "batteryIDDMCCode" : "NO-773784648231452499786492", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -80399,32 +119397,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f1930a2a-d054-487d-820a-a3898297838b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-12", + "currentStateOfHealthTimestamp" : "2022-02-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -80433,28 +119457,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a081f210-1f15-4fd2-9953-7c73513cc471", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a081f210-1f15-4fd2-9953-7c73513cc471", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "203822", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1349", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -80462,31 +119533,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-686499553159344590095965", + "value" : "NO-931089020852644605885160", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a081f210-1f15-4fd2-9953-7c73513cc471", + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0726b2ee-7b3c-4508-a61f-5f032a3dfc00", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -80495,7 +119591,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -80720,7 +119834,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-686499553159344590095965", + "batteryIDDMCCode" : "NO-931089020852644605885160", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -80731,32 +119845,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a081f210-1f15-4fd2-9953-7c73513cc471", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-17", + "currentStateOfHealthTimestamp" : "2020-07-09", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -80765,28 +119905,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8d494f0e-0213-40d0-83e4-ec6e08195eeb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d494f0e-0213-40d0-83e4-ec6e08195eeb", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "51836", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2864", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -80794,31 +119981,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-096286342874495289536510", + "value" : "NO-052559054522519128170672", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8d494f0e-0213-40d0-83e4-ec6e08195eeb", + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c57cc6c4-e720-4aa8-a1e1-fab106760396", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -80827,7 +120039,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -81052,7 +120282,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-096286342874495289536510", + "batteryIDDMCCode" : "NO-052559054522519128170672", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -81063,32 +120293,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d494f0e-0213-40d0-83e4-ec6e08195eeb", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-24", + "currentStateOfHealthTimestamp" : "2020-11-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -81097,28 +120353,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a9120fad-b7d0-4fe4-9e00-2497c1475118", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9120fad-b7d0-4fe4-9e00-2497c1475118", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "702518", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9016", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -81126,31 +120429,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-575051951939456397031163", + "value" : "NO-069888996325895048192020", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a9120fad-b7d0-4fe4-9e00-2497c1475118", + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4fecbf7e-15ce-407e-abb3-ea9279febdb7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -81159,7 +120487,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -81384,7 +120730,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-575051951939456397031163", + "batteryIDDMCCode" : "NO-069888996325895048192020", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -81395,32 +120741,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9120fad-b7d0-4fe4-9e00-2497c1475118", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-06-10", + "currentStateOfHealthTimestamp" : "2018-10-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -81429,28 +120801,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1ef2a6e5-3dea-48ad-a31a-0c001809c3fa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ef2a6e5-3dea-48ad-a31a-0c001809c3fa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "40243", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7525", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -81458,31 +120877,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-618565493987010548187702", + "value" : "NO-726411710200643729429321", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1ef2a6e5-3dea-48ad-a31a-0c001809c3fa", + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:61a2e795-3787-4bd2-82be-f3b2a77bbfeb", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -81491,7 +120935,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -81716,7 +121178,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-618565493987010548187702", + "batteryIDDMCCode" : "NO-726411710200643729429321", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -81727,32 +121189,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ef2a6e5-3dea-48ad-a31a-0c001809c3fa", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-02-24", + "currentStateOfHealthTimestamp" : "2023-03-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-16", + "currentStateOfHealthTimestamp" : "2024-02-13", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -81761,28 +121249,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:08c49f7e-368f-4b5f-a905-ff01cff1f3c6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:08c49f7e-368f-4b5f-a905-ff01cff1f3c6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "363896", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6846", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -81790,31 +121325,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-199732732668666253940695", + "value" : "NO-778428442049642183418940", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:08c49f7e-368f-4b5f-a905-ff01cff1f3c6", + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9097c151-5813-4b55-b756-8aabc22824eb", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -81823,7 +121383,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -82048,7 +121626,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-199732732668666253940695", + "batteryIDDMCCode" : "NO-778428442049642183418940", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -82059,32 +121637,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:08c49f7e-368f-4b5f-a905-ff01cff1f3c6", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-11-02", + "currentStateOfHealthTimestamp" : "2020-09-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-03-01", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -82093,28 +121697,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:377be51b-6f9e-468a-bb41-eed6252b48a0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:377be51b-6f9e-468a-bb41-eed6252b48a0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "926923", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7022", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -82122,31 +121773,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-763351763975225415676490", + "value" : "NO-876479343707965086240559", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:377be51b-6f9e-468a-bb41-eed6252b48a0", + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5cf0de64-f33c-4657-8529-4d161c907012", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -82155,7 +121831,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -82380,7 +122074,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-763351763975225415676490", + "batteryIDDMCCode" : "NO-876479343707965086240559", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -82391,32 +122085,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:377be51b-6f9e-468a-bb41-eed6252b48a0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-02-20", + "currentStateOfHealthTimestamp" : "2019-11-16", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-15", + "currentStateOfHealthTimestamp" : "2024-03-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -82425,74 +122145,424 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Coupé", - "catenaXId" : "urn:uuid:b00df8b5-7826-4b87-b0f6-7c1e4cc7b444", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "C247R", - "description" : "trailer hitch", - "group" : "special equipment" - }, { - "code" : "S388C", - "description" : "security plus", - "group" : "special equipment" - }, { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2019-03-19", - "mileageDistance" : 120000 + } ], + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "623430", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "4536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "catenaXId" : "urn:uuid:b00df8b5-7826-4b87-b0f6-7c1e4cc7b444", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "IM-15", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "OMBZXRFAHYAULNVEO", + "value" : "NO-724113540825337678971966", "key" : "partInstanceId" - }, { - "value" : "OMBZXRFAHYAULNVEO", - "key" : "van" } ], "manufacturingInformation" : { - "date" : "2014-12-04T21:04:41.000Z", - "country" : "DEU" + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b00df8b5-7826-4b87-b0f6-7c1e4cc7b444", + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", "partTypeInformation" : { - "manufacturerPartId" : "IM-15", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:90b56fcc-07bc-4939-b0cc-c4a021760305", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-724113540825337678971966", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Iron", - "recycledContent" : 34, + "recycledContent" : 85, "materialClass" : "1.1", "quantity" : { "unit" : "unit:kilogram", @@ -82502,7 +122572,7 @@ "materialAbbreviation" : "IR334" }, { "materialName" : "Polyethylen", - "recycledContent" : 50, + "recycledContent" : 64, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -82512,7 +122582,7 @@ "materialAbbreviation" : "PE221" }, { "materialName" : "Polyamid6", - "recycledContent" : 6, + "recycledContent" : 24, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -82522,7 +122592,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Aluminium", - "recycledContent" : 89, + "recycledContent" : 68, "materialClass" : "2.1", "quantity" : { "unit" : "unit:kilogram", @@ -82532,7 +122602,7 @@ "materialAbbreviation" : "ALU331" }, { "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 73, + "recycledContent" : 23, "materialClass" : "0.7", "quantity" : { "unit" : "unit:kilogram", @@ -82542,7 +122612,7 @@ "materialAbbreviation" : "W123" }, { "materialName" : "Glue", - "recycledContent" : 10, + "recycledContent" : 29, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -82552,7 +122622,7 @@ "materialAbbreviation" : "GL338" }, { "materialName" : "Carbon Steel", - "recycledContent" : 51, + "recycledContent" : 57, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -82562,7 +122632,7 @@ "materialAbbreviation" : "CS2" }, { "materialName" : "Cooper", - "recycledContent" : 75, + "recycledContent" : 9, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -82572,7 +122642,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Rubber", - "recycledContent" : 51, + "recycledContent" : 65, "materialClass" : "5.3", "quantity" : { "unit" : "unit:kilogram", @@ -82582,7 +122652,7 @@ "materialAbbreviation" : "R22" }, { "materialName" : "Textiles", - "recycledContent" : 54, + "recycledContent" : 22, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:kilogram", @@ -82592,359 +122662,496 @@ "materialAbbreviation" : "TEX1" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b00df8b5-7826-4b87-b0f6-7c1e4cc7b444", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "childItems" : [ { - "catenaXId" : "urn:uuid:5cfaa6ab-885a-4b9d-9961-8471c51b070e", + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f509da35-bc5e-4f41-b6fe-2552fd601242", + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:33681ca1-6a78-461b-8b1b-4398357ca97e", + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:78eb4f68-7b1f-4934-bfd3-43af89f208eb", + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:62dd5e9a-cabf-4a04-9136-438643fb8fd4", + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c211481c-fef1-4925-a711-276822c14756", + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:626a4ece-05b5-467c-a7e0-f53ddb6f5b65", + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fd3bf365-915d-49fd-8bad-d5c3c3fef90f", + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:71fc0163-87b9-42eb-bae4-c3dfc58122fd", + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:fd4bab1c-a68f-435a-ba53-03b8c016370f", + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:429c0a5e-4220-4a6f-8fec-164528d7df00", + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bbbf5c1b-a265-48f3-8c8d-aaf3e74a9445", + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1986239a-d534-46d4-9e3b-a4fe1eb7db01", + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:76803492-00fc-46aa-b2b6-5c07b7ee2296", + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:85425727-a59f-4758-9439-7cc61e95908e", + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b8366ee2-22f4-46c9-b18b-60bb55adbfb2", + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9a2a8a73-b219-4b52-a0d8-f8df725bc2cb", + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4ceff36e-3eb3-42fe-95ba-9e6d206dbc73", + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6d719c19-ea89-464e-89cf-8d272a5982a4", + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5ca8d794-f37b-495f-b9ab-df04eff787bc", + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:88dc98e4-aa46-4d75-a42d-716f3dff4372", + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3854833c-d04d-474c-904f-0872111a4640", + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a4d21f19-7f23-4611-888f-2e353bab0dbe", + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8b8c9fd2-ad22-47b9-9f99-6a431a9281a8", + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:91d9f0e4-a4a1-4653-95d2-3393c490d4a4", + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:86f1e6ed-0e47-4daf-8ea3-fe97b95a2303", + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5763a25a-787f-4fb2-9d62-f6e788c34821", + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:89b35152-a1d7-4b3c-9754-f7e801bddab0", + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c3f57e11-f0be-489a-b1b6-a8eef4c754a7", + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6fde01f0-5804-4898-a286-d0e629f45f2c", + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B2OM", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6f6f13c3-49f0-4a47-89c0-4a0dd33b9b9b", + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B5MJ", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2ce2710e-dad8-48d5-add4-f18746f196aa", + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ], + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "XH-93", + "key" : "manufacturerPartId" + }, { + "value" : "OMALJMMEXIGNTJZQM", + "key" : "partInstanceId" + }, { + "value" : "OMALJMMEXIGNTJZQM", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2016-03-06T12:29:16.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "partTypeInformation" : { + "manufacturerPartId" : "XH-93", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Mehrzweckfahrzeug", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S388C", + "description" : "security plus", + "group" : "special equipment" + }, { + "code" : "S763C", + "description" : "sport package", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "C247R", + "description" : "trailer hitch", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2023-10-09", + "mileageDistance" : 120000 + } ] } ] }, { - "catenaXId" : "urn:uuid:5cfaa6ab-885a-4b9d-9961-8471c51b070e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5cfaa6ab-885a-4b9d-9961-8471c51b070e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "885363", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "73849201-61", "key" : "manufacturerPartId" }, { - "value" : "NO-446449706311745210346653", + "value" : "NO-131732937300126776815176", "key" : "partInstanceId" }, { "value" : "Company 10", @@ -82955,25 +123162,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5cfaa6ab-885a-4b9d-9961-8471c51b070e", + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", "partTypeInformation" : { "manufacturerPartId" : "73849201-61", "customerPartId" : "73849201-61", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Catalysator", "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Catalysator" } - } ] - }, { - "catenaXId" : "urn:uuid:f509da35-bc5e-4f41-b6fe-2552fd601242", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f509da35-bc5e-4f41-b6fe-2552fd601242", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -82984,9 +123221,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "childItems" : [ { + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "669818", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3527", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -82994,7 +123312,7 @@ "value" : "22782277-50", "key" : "manufacturerPartId" }, { - "value" : "NO-745656253564398416395728", + "value" : "NO-797084545053066023664316", "key" : "partInstanceId" }, { "value" : "Company 3", @@ -83005,39 +123323,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f509da35-bc5e-4f41-b6fe-2552fd601242", + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", "partTypeInformation" : { "manufacturerPartId" : "22782277-50", "customerPartId" : "22782277-50", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-l", "nameAtCustomer" : "Door front-left" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f509da35-bc5e-4f41-b6fe-2552fd601242", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:cab708a5-3076-4ed6-8ffc-a8ec5caa6629", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:64b5d052-0bbf-42d3-81a9-bf7e0e8d76b7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:cab708a5-3076-4ed6-8ffc-a8ec5caa6629", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cab708a5-3076-4ed6-8ffc-a8ec5caa6629", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83048,9 +123401,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "76426224RGI", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "171827", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1908", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -83058,48 +123504,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-017376249312912942426498", + "value" : "NO-529712629956906801236711", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:cab708a5-3076-4ed6-8ffc-a8ec5caa6629", + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "29320237VSN", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:cab708a5-3076-4ed6-8ffc-a8ec5caa6629", + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:33681ca1-6a78-461b-8b1b-4398357ca97e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:33681ca1-6a78-461b-8b1b-4398357ca97e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83110,9 +123568,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "childItems" : [ { + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "746375", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3597", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -83120,7 +123659,7 @@ "value" : "95657362-64", "key" : "manufacturerPartId" }, { - "value" : "NO-792138895528607990110566", + "value" : "NO-864754207488573774479092", "key" : "partInstanceId" }, { "value" : "Company 4", @@ -83131,39 +123670,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:33681ca1-6a78-461b-8b1b-4398357ca97e", + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", "partTypeInformation" : { "manufacturerPartId" : "33740332-54", "customerPartId" : "33740332-54", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-r", "nameAtCustomer" : "Door front-right" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:33681ca1-6a78-461b-8b1b-4398357ca97e", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:4ef157bb-a73b-4a65-a72b-89bf3311880f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:17a27633-730c-4aba-a8f9-ebfaaa3ca92a", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:4ef157bb-a73b-4a65-a72b-89bf3311880f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ef157bb-a73b-4a65-a72b-89bf3311880f", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83174,9 +123748,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "26807698BLW", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "928025", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8284", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -83184,48 +123851,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-200341331097856940638916", + "value" : "NO-827581289882481230478999", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4ef157bb-a73b-4a65-a72b-89bf3311880f", + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "50097633HAS", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:4ef157bb-a73b-4a65-a72b-89bf3311880f", + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:78eb4f68-7b1f-4934-bfd3-43af89f208eb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:78eb4f68-7b1f-4934-bfd3-43af89f208eb", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", "customers" : [ { - "businessPartner" : false, + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83236,40 +123915,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "519156", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4527", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "15635759-16", "key" : "manufacturerPartId" }, { - "value" : "NO-888461415179154707300383", + "value" : "NO-406065790934879225608594", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:78eb4f68-7b1f-4934-bfd3-43af89f208eb", + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", "partTypeInformation" : { "manufacturerPartId" : "15635759-16", "customerPartId" : "15635759-16", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-l", "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" } - } ] - }, { - "catenaXId" : "urn:uuid:62dd5e9a-cabf-4a04-9136-438643fb8fd4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62dd5e9a-cabf-4a04-9136-438643fb8fd4", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83280,17 +124056,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "39570", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9104", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "28673126-98", "key" : "manufacturerPartId" }, { - "value" : "NO-989159072297739281428932", + "value" : "NO-796167989573498912686635", "key" : "partInstanceId" }, { "value" : "Company 5", @@ -83301,25 +124144,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:62dd5e9a-cabf-4a04-9136-438643fb8fd4", + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", "partTypeInformation" : { "manufacturerPartId" : "28673126-98", "customerPartId" : "28673126-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-r", "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" } - } ] - }, { - "catenaXId" : "urn:uuid:c211481c-fef1-4925-a711-276822c14756", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c211481c-fef1-4925-a711-276822c14756", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83330,17 +124203,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "273750", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5752", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "94421589-82", "key" : "manufacturerPartId" }, { - "value" : "NO-348475009956099539409686", + "value" : "NO-388537891916977013611943", "key" : "partInstanceId" }, { "value" : "Company 6", @@ -83351,25 +124291,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c211481c-fef1-4925-a711-276822c14756", + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", "partTypeInformation" : { "manufacturerPartId" : "94421589-82", "customerPartId" : "94421589-82", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Engine hood", "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Engine hood" } - } ] - }, { - "catenaXId" : "urn:uuid:626a4ece-05b5-467c-a7e0-f53ddb6f5b65", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:626a4ece-05b5-467c-a7e0-f53ddb6f5b65", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83380,40 +124350,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "42825", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1379", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "85023955-75", "key" : "manufacturerPartId" }, { - "value" : "NO-745452028421111543732013", + "value" : "NO-857004458075736523524597", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:626a4ece-05b5-467c-a7e0-f53ddb6f5b65", + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", "partTypeInformation" : { "manufacturerPartId" : "85023955-75", "customerPartId" : "85023955-75", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tailgate", "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailgate" } - } ] - }, { - "catenaXId" : "urn:uuid:fd3bf365-915d-49fd-8bad-d5c3c3fef90f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fd3bf365-915d-49fd-8bad-d5c3c3fef90f", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83424,40 +124491,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "657696", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6767", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "13769860-47", "key" : "manufacturerPartId" }, { - "value" : "NO-694509029867017877024262", + "value" : "NO-957399938211976692050930", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fd3bf365-915d-49fd-8bad-d5c3c3fef90f", + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", "partTypeInformation" : { "manufacturerPartId" : "13769860-47", "customerPartId" : "13769860-47", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender left", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:71fc0163-87b9-42eb-bae4-c3dfc58122fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:71fc0163-87b9-42eb-bae4-c3dfc58122fd", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83468,40 +124632,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "434372", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "9366", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "36643162-35", "key" : "manufacturerPartId" }, { - "value" : "NO-270011691776097090825904", + "value" : "NO-827857791188817306605242", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:71fc0163-87b9-42eb-bae4-c3dfc58122fd", + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", "partTypeInformation" : { "manufacturerPartId" : "36643162-35", "customerPartId" : "36643162-35", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender right", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:fd4bab1c-a68f-435a-ba53-03b8c016370f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fd4bab1c-a68f-435a-ba53-03b8c016370f", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83512,40 +124773,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "973698", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7475", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "54165444-59", "key" : "manufacturerPartId" }, { - "value" : "NO-996126396127333289745995", + "value" : "NO-183355004442600440398895", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:fd4bab1c-a68f-435a-ba53-03b8c016370f", + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", "partTypeInformation" : { "manufacturerPartId" : "54165444-59", "customerPartId" : "54165444-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper front", "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper front" } - } ] - }, { - "catenaXId" : "urn:uuid:429c0a5e-4220-4a6f-8fec-164528d7df00", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:429c0a5e-4220-4a6f-8fec-164528d7df00", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83556,40 +124914,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "736137", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1274", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "22768257-25", "key" : "manufacturerPartId" }, { - "value" : "NO-249406967650221666218347", + "value" : "NO-139283692052251878287186", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:429c0a5e-4220-4a6f-8fec-164528d7df00", + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", "partTypeInformation" : { "manufacturerPartId" : "22768257-25", "customerPartId" : "22768257-25", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper rear", "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" } - } ] - }, { - "catenaXId" : "urn:uuid:bbbf5c1b-a265-48f3-8c8d-aaf3e74a9445", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bbbf5c1b-a265-48f3-8c8d-aaf3e74a9445", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83600,40 +125055,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "527263", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3530", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "65529521-37", "key" : "manufacturerPartId" }, { - "value" : "NO-835466183025334180518494", + "value" : "NO-953346655646650556865701", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bbbf5c1b-a265-48f3-8c8d-aaf3e74a9445", + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", "partTypeInformation" : { "manufacturerPartId" : "65529521-37", "customerPartId" : "65529521-37", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror left", "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" } - } ] - }, { - "catenaXId" : "urn:uuid:1986239a-d534-46d4-9e3b-a4fe1eb7db01", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1986239a-d534-46d4-9e3b-a4fe1eb7db01", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83644,40 +125196,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "343957", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6339", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "58471477-24", "key" : "manufacturerPartId" }, { - "value" : "NO-736200937055794230814766", + "value" : "NO-844308332835266576477207", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1986239a-d534-46d4-9e3b-a4fe1eb7db01", + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", "partTypeInformation" : { "manufacturerPartId" : "58471477-24", "customerPartId" : "58471477-24", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror right", "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" } - } ] - }, { - "catenaXId" : "urn:uuid:76803492-00fc-46aa-b2b6-5c07b7ee2296", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:76803492-00fc-46aa-b2b6-5c07b7ee2296", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83688,40 +125337,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "574423", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "2476", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "09002013-68", "key" : "manufacturerPartId" }, { - "value" : "NO-982993113368704340643851", + "value" : "NO-255262622365556582484075", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:76803492-00fc-46aa-b2b6-5c07b7ee2296", + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", "partTypeInformation" : { "manufacturerPartId" : "09002013-68", "customerPartId" : "09002013-68", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Trailer coupling", "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" } - } ] - }, { - "catenaXId" : "urn:uuid:85425727-a59f-4758-9439-7cc61e95908e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:85425727-a59f-4758-9439-7cc61e95908e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83732,40 +125478,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "690660", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3813", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "43501996-98", "key" : "manufacturerPartId" }, { - "value" : "NO-581850084672309909599079", + "value" : "NO-214622233852735436570638", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:85425727-a59f-4758-9439-7cc61e95908e", + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", "partTypeInformation" : { "manufacturerPartId" : "43501996-98", "customerPartId" : "43501996-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Dashboard", "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Dashboard" } - } ] - }, { - "catenaXId" : "urn:uuid:b8366ee2-22f4-46c9-b18b-60bb55adbfb2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b8366ee2-22f4-46c9-b18b-60bb55adbfb2", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83776,40 +125619,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "349639", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4929", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "77795937-13", "key" : "manufacturerPartId" }, { - "value" : "NO-240008005598499299526745", + "value" : "NO-842938359590063280117347", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b8366ee2-22f4-46c9-b18b-60bb55adbfb2", + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", "partTypeInformation" : { "manufacturerPartId" : "77795937-13", "customerPartId" : "77795937-13", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Steering wheel", "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" } - } ] - }, { - "catenaXId" : "urn:uuid:9a2a8a73-b219-4b52-a0d8-f8df725bc2cb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a2a8a73-b219-4b52-a0d8-f8df725bc2cb", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83820,40 +125760,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "473361", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9106", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "20125432-59", "key" : "manufacturerPartId" }, { - "value" : "NO-311755676796407863825214", + "value" : "NO-644622011883694931091746", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9a2a8a73-b219-4b52-a0d8-f8df725bc2cb", + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", "partTypeInformation" : { "manufacturerPartId" : "20125432-59", "customerPartId" : "20125432-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator left", "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator left" } - } ] - }, { - "catenaXId" : "urn:uuid:4ceff36e-3eb3-42fe-95ba-9e6d206dbc73", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ceff36e-3eb3-42fe-95ba-9e6d206dbc73", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83864,40 +125901,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "947011", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4435", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "19073706-76", "key" : "manufacturerPartId" }, { - "value" : "NO-784859366219408895978499", + "value" : "NO-039873956461761228319899", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4ceff36e-3eb3-42fe-95ba-9e6d206dbc73", + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", "partTypeInformation" : { "manufacturerPartId" : "19073706-76", "customerPartId" : "19073706-76", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator right", "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator right" } - } ] - }, { - "catenaXId" : "urn:uuid:6d719c19-ea89-464e-89cf-8d272a5982a4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d719c19-ea89-464e-89cf-8d272a5982a4", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83908,40 +126042,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "884392", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8046", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "45415162-57", "key" : "manufacturerPartId" }, { - "value" : "NO-827285041208258116982647", + "value" : "NO-465941145566936814653478", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6d719c19-ea89-464e-89cf-8d272a5982a4", + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", "partTypeInformation" : { "manufacturerPartId" : "45415162-57", "customerPartId" : "45415162-57", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Led headlight", "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Led headlight" } - } ] - }, { - "catenaXId" : "urn:uuid:5ca8d794-f37b-495f-b9ab-df04eff787bc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5ca8d794-f37b-495f-b9ab-df04eff787bc", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83952,40 +126183,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "998607", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8657", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "78141846-87", "key" : "manufacturerPartId" }, { - "value" : "NO-280745504022211142864608", + "value" : "NO-839773269783048448130319", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5ca8d794-f37b-495f-b9ab-df04eff787bc", + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", "partTypeInformation" : { "manufacturerPartId" : "78141846-87", "customerPartId" : "78141846-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Starter motor", "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Starter motor" } - } ] - }, { - "catenaXId" : "urn:uuid:88dc98e4-aa46-4d75-a42d-716f3dff4372", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:88dc98e4-aa46-4d75-a42d-716f3dff4372", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -83996,40 +126324,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "893422", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3955", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "81324139-23", "key" : "manufacturerPartId" }, { - "value" : "NO-935203578994375487715726", + "value" : "NO-420904072316887872619111", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:88dc98e4-aa46-4d75-a42d-716f3dff4372", + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", "partTypeInformation" : { "manufacturerPartId" : "81324139-23", "customerPartId" : "81324139-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Alternator", "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:3854833c-d04d-474c-904f-0872111a4640", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3854833c-d04d-474c-904f-0872111a4640", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Alternator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84040,40 +126465,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "675466", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "8025", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "57929013-09", "key" : "manufacturerPartId" }, { - "value" : "NO-204925667001369524976375", + "value" : "NO-424790817498696449441638", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3854833c-d04d-474c-904f-0872111a4640", + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", "partTypeInformation" : { "manufacturerPartId" : "57929013-09", "customerPartId" : "57929013-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "AC compressor", "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" } - } ] - }, { - "catenaXId" : "urn:uuid:a4d21f19-7f23-4611-888f-2e353bab0dbe", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a4d21f19-7f23-4611-888f-2e353bab0dbe", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84084,40 +126606,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "286636", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7871", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "61184040-23", "key" : "manufacturerPartId" }, { - "value" : "NO-570385822349420821939261", + "value" : "NO-875900226307888871498847", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a4d21f19-7f23-4611-888f-2e353bab0dbe", + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", "partTypeInformation" : { "manufacturerPartId" : "61184040-23", "customerPartId" : "61184040-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight rear", "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" } - } ] - }, { - "catenaXId" : "urn:uuid:8b8c9fd2-ad22-47b9-9f99-6a431a9281a8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8b8c9fd2-ad22-47b9-9f99-6a431a9281a8", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84128,40 +126747,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "424622", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1932", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "78744126-74", "key" : "manufacturerPartId" }, { - "value" : "NO-713897425117332291584088", + "value" : "NO-322885601135436788460719", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8b8c9fd2-ad22-47b9-9f99-6a431a9281a8", + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", "partTypeInformation" : { "manufacturerPartId" : "78744126-74", "customerPartId" : "78744126-74", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight front", "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight front" } - } ] - }, { - "catenaXId" : "urn:uuid:91d9f0e4-a4a1-4653-95d2-3393c490d4a4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:91d9f0e4-a4a1-4653-95d2-3393c490d4a4", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84172,40 +126888,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "980587", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1137", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "12093297-03", "key" : "manufacturerPartId" }, { - "value" : "NO-178670942219497817699128", + "value" : "NO-095583662686007569223747", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:91d9f0e4-a4a1-4653-95d2-3393c490d4a4", + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", "partTypeInformation" : { "manufacturerPartId" : "12093297-03", "customerPartId" : "12093297-03", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part front", "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part front" } - } ] - }, { - "catenaXId" : "urn:uuid:86f1e6ed-0e47-4daf-8ea3-fe97b95a2303", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:86f1e6ed-0e47-4daf-8ea3-fe97b95a2303", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84216,40 +127029,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "396639", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5176", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "88111709-49", "key" : "manufacturerPartId" }, { - "value" : "NO-886986510999332343035865", + "value" : "NO-360068828389685342134227", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:86f1e6ed-0e47-4daf-8ea3-fe97b95a2303", + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", "partTypeInformation" : { "manufacturerPartId" : "88111709-49", "customerPartId" : "88111709-49", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part rear", "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" } - } ] - }, { - "catenaXId" : "urn:uuid:5763a25a-787f-4fb2-9d62-f6e788c34821", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5763a25a-787f-4fb2-9d62-f6e788c34821", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84260,40 +127170,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "723657", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1030", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "00871379-44", "key" : "manufacturerPartId" }, { - "value" : "NO-790144551916070067139108", + "value" : "NO-635693250173819121828510", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5763a25a-787f-4fb2-9d62-f6e788c34821", + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", "partTypeInformation" : { "manufacturerPartId" : "00871379-44", "customerPartId" : "00871379-44", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Chassis", "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Chassis" } - } ] - }, { - "catenaXId" : "urn:uuid:89b35152-a1d7-4b3c-9754-f7e801bddab0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:89b35152-a1d7-4b3c-9754-f7e801bddab0", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84304,40 +127311,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "375771", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6470", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "08901347-87", "key" : "manufacturerPartId" }, { - "value" : "NO-465062426579873429692876", + "value" : "NO-083480373139670709044407", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:89b35152-a1d7-4b3c-9754-f7e801bddab0", + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", "partTypeInformation" : { "manufacturerPartId" : "08901347-87", "customerPartId" : "08901347-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Rims", "nameAtCustomer" : "Rims" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Rims" } - } ] - }, { - "catenaXId" : "urn:uuid:c3f57e11-f0be-489a-b1b6-a8eef4c754a7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3f57e11-f0be-489a-b1b6-a8eef4c754a7", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84348,40 +127452,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "753648", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 27 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2434", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "45863316-60", "key" : "manufacturerPartId" }, { - "value" : "NO-914193803934178651755455", + "value" : "NO-665173854732642413380781", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c3f57e11-f0be-489a-b1b6-a8eef4c754a7", + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", "partTypeInformation" : { "manufacturerPartId" : "45863316-60", "customerPartId" : "45863316-60", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tires", "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tires" } - } ] - }, { - "catenaXId" : "urn:uuid:6fde01f0-5804-4898-a286-d0e629f45f2c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6fde01f0-5804-4898-a286-d0e629f45f2c", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84392,17 +127593,151 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 32, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 84, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 40, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "childItems" : [ { + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "785054", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4763", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B2OM", "key" : "manufacturerId" }, { - "value" : "1O222E8-43", + "value" : "42555H1-52", "key" : "manufacturerPartId" }, { - "value" : "NO-828606196433566153104622", + "value" : "NO-297862023737110452281832", "key" : "partInstanceId" }, { "value" : "Company 2", @@ -84413,18 +127748,116 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6fde01f0-5804-4898-a286-d0e629f45f2c", + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Transmission", "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4704d750-a40f-4331-a8c5-174d71599841", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8f716038-19c3-4db9-9cea-040c6ba48f0f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1d4ee559-402d-4274-99d5-4ad3c13b72d2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" } } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { "productSpecificParameters" : { "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], "driveType" : "combustion engine", @@ -84465,10 +127898,10 @@ "documentTitle" : "Title A" } ] }, - "catenaXId" : "urn:uuid:6fde01f0-5804-4898-a286-d0e629f45f2c", + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", "identification" : { "localIdentifiers" : [ { - "value" : "NO-828606196433566153104622", + "value" : "NO-297862023737110452281832", "key" : "PartInstanceID" } ], "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", @@ -84534,109 +127967,12 @@ "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] } } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 79, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 49, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 88, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6fde01f0-5804-4898-a286-d0e629f45f2c", - "childItems" : [ { - "catenaXId" : "urn:uuid:7b3dac25-b198-4224-b0db-f13344f6ab3f", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:14737792-eb28-487c-90a9-ef010217b9f4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:76e39cfb-befc-437b-8e81-3b551bfba0ac", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7b3dac25-b198-4224-b0db-f13344f6ab3f", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:7b3dac25-b198-4224-b0db-f13344f6ab3f", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b3dac25-b198-4224-b0db-f13344f6ab3f", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", + "businessPartner" : "BPNL00000003B2OM", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84647,14 +127983,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 63, + "recycledContent" : 49, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -84664,7 +128000,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 3, + "recycledContent" : 44, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -84673,15 +128009,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:14737792-eb28-487c-90a9-ef010217b9f4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:14737792-eb28-487c-90a9-ef010217b9f4", + } ], + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "909034", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1177", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "partTypeInformation" : { + "manufacturerPartId" : "WZ-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", "customers" : [ { "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84692,74 +128141,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "childItems" : [ { + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "675120", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "4961", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "12623M4-85", + "value" : "20713L6-02", "key" : "manufacturerPartId" }, { - "value" : "NO-275850774116008355937349", + "value" : "NO-599077453926031454448409", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:14737792-eb28-487c-90a9-ef010217b9f4", + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", "partTypeInformation" : { - "manufacturerPartId" : "12623M4-85", - "customerPartId" : "12623M4-85", - "classification" : "component", + "manufacturerPartId" : "20713L6-02", + "customerPartId" : "20713L6-02", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:14737792-eb28-487c-90a9-ef010217b9f4", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:de76a784-aa05-4ee4-8058-023e273a3630", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d85fce44-58aa-4a49-967b-534ffa3e0ab8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:de76a784-aa05-4ee4-8058-023e273a3630", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:de76a784-aa05-4ee4-8058-023e273a3630", + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" + "ownerPartId" : "20713L6-02", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "NTIER Product", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 6, + "recycledContent" : 32, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -84769,7 +128332,7 @@ "materialAbbreviation" : "" }, { "materialName" : "Other", - "recycledContent" : 61, + "recycledContent" : 66, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -84778,34 +128341,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:76e39cfb-befc-437b-8e81-3b551bfba0ac", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "576400", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4682", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", + "value" : "BPNL00000003B0Q0", "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:76e39cfb-befc-437b-8e81-3b551bfba0ac", + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "WN-36", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:76e39cfb-befc-437b-8e81-3b551bfba0ac", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84816,9 +128473,13 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "childItems" : [ ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", "materialClass" : "6.2", @@ -84830,18 +128491,127 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:76e39cfb-befc-437b-8e81-3b551bfba0ac", + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "330135", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4981", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "manufacturerId" : "BPNL00000003AXS3", "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:6f6f13c3-49f0-4a47-89c0-4a0dd33b9b9b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6f6f13c3-49f0-4a47-89c0-4a0dd33b9b9b", + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "partTypeInformation" : { + "manufacturerPartId" : "IH-58", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84852,36 +128622,12 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "87003J2-21", - "key" : "manufacturerPartId" - }, { - "value" : "NO-901853650301956132926120", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6f6f13c3-49f0-4a47-89c0-4a0dd33b9b9b", - "partTypeInformation" : { - "manufacturerPartId" : "87003J2-21", - "customerPartId" : "87003J2-21", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", - "recycledContent" : 52, + "recycledContent" : 4, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -84891,67 +128637,226 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6f6f13c3-49f0-4a47-89c0-4a0dd33b9b9b", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", "childItems" : [ { - "catenaXId" : "urn:uuid:9fa725bd-94e2-4ae7-9a4e-3dc9e4496d2d", + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", "quantity" : { "quantityNumber" : 0.3301, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1fe7e541-edea-43ec-ae6d-3470ff3c8869", + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B3NX", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b2232e22-ed7f-43bf-a3ce-f38155a4d076", + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", "quantity" : { "quantityNumber" : 0.2001, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:9fa725bd-94e2-4ae7-9a4e-3dc9e4496d2d", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "614008", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7710", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", + "value" : "BPNL00000003B5MJ", "key" : "manufacturerId" }, { - "value" : "BID12345678", - "key" : "batchId" + "value" : "93096K5-94", + "key" : "manufacturerPartId" + }, { + "value" : "NO-059518126168909770052269", + "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9fa725bd-94e2-4ae7-9a4e-3dc9e4496d2d", + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "93096K5-94", + "customerPartId" : "93096K5-94", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aa89581e-15e5-4672-ba57-ce2902df6b4c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2133329a-1931-4197-927a-07d2672252e5", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:83990e87-ed0d-4ebe-9bf8-33523d57bad6", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "partTypeInformation" : { + "ownerPartId" : "93096K5-94", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fa725bd-94e2-4ae7-9a4e-3dc9e4496d2d", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", "customers" : [ { "businessPartner" : "BPNL00000003B5MJ", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -84962,14 +128867,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Glue", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 41, + "recycledContent" : 48, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -84979,7 +128884,7 @@ "materialAbbreviation" : "AL7" }, { "materialName" : "Other", - "recycledContent" : 89, + "recycledContent" : 68, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -84988,15 +128893,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:1fe7e541-edea-43ec-ae6d-3470ff3c8869", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1fe7e541-edea-43ec-ae6d-3470ff3c8869", + } ], + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "767035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9969", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "partTypeInformation" : { + "manufacturerPartId" : "IJ-97", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -85007,74 +129025,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "childItems" : [ { + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "36903", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5182", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "11472Y5-96", + "value" : "21461W2-49", "key" : "manufacturerPartId" }, { - "value" : "NO-274606109623312375593443", + "value" : "NO-639962420336668821218916", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1fe7e541-edea-43ec-ae6d-3470ff3c8869", + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", "partTypeInformation" : { - "manufacturerPartId" : "11472Y5-96", - "customerPartId" : "11472Y5-96", - "classification" : "component", + "manufacturerPartId" : "21461W2-49", + "customerPartId" : "21461W2-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1fe7e541-edea-43ec-ae6d-3470ff3c8869", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:a3406f29-a6a6-4ab7-9f74-a7fa202c85b0", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cae41ef3-ec33-4ae6-bbf9-a8a7d81dc504", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:a3406f29-a6a6-4ab7-9f74-a7fa202c85b0", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:a3406f29-a6a6-4ab7-9f74-a7fa202c85b0", + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" + "ownerPartId" : "21461W2-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 29, + "recycledContent" : 70, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -85084,7 +129216,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 28, + "recycledContent" : 87, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -85093,57 +129225,146 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:b2232e22-ed7f-43bf-a3ce-f38155a4d076", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2232e22-ed7f-43bf-a3ce-f38155a4d076", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "484665", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "6810", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "74531S8-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-332948773527481115964894", - "key" : "partInstanceId" + "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b2232e22-ed7f-43bf-a3ce-f38155a4d076", + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", "partTypeInformation" : { - "manufacturerPartId" : "74531S8-50", - "customerPartId" : "74531S8-50", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" + "manufacturerPartId" : "PR-60", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 9, + "recycledContent" : 63, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -85153,7 +129374,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 52, + "recycledContent" : 61, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -85162,26 +129383,136 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" + } ], + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "156108", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7857", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "56931M6-58", + "key" : "manufacturerPartId" + }, { + "value" : "NO-184597319146186417552311", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "partTypeInformation" : { + "manufacturerPartId" : "56931M6-58", + "customerPartId" : "56931M6-58", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "partTypeInformation" : { + "ownerPartId" : "56931M6-58", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } } ], - "catenaXId" : "urn:uuid:2ce2710e-dad8-48d5-add4-f18746f196aa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ce2710e-dad8-48d5-add4-f18746f196aa", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -85192,17 +129523,19 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + } ] + }, { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "38049661-08", "key" : "manufacturerPartId" }, { - "value" : "NO-419198538836087051098278", + "value" : "NO-524017634554899551071911", "key" : "partInstanceId" }, { "value" : "Company 1", @@ -85213,295 +129546,27 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2ce2710e-dad8-48d5-add4-f18746f196aa", + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", "partTypeInformation" : { "manufacturerPartId" : "38049661-08", "customerPartId" : "38049661-08", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Battery", "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-419198538836087051098278", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 18, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 56, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 5, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { "incoterms" : "DAP (Delivered at Place)", "image" : { "name" : "eOMtThyhVNLWUZNRcBaQKxI", @@ -85538,7 +129603,7 @@ "key" : "JxkyvRnL" } ], "productLink" : "https://123", - "oeNumber" : "NO-419198538836087051098278", + "oeNumber" : "NO-524017634554899551071911", "category" : { "subCategory" : [ "Battery" ], "mainCategory" : [ "Audio, video, navigation" ] @@ -85550,7 +129615,126 @@ "sku" : "1002090, xYz.09, ABcXYZ", "mileage" : 120000.06 } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bbdd5c0-382a-4124-9bbc-a5cd70d09215", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:555ec19c-b017-4061-b2eb-5f5f92d9ca5a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:11be7ff3-50a2-4695-8e21-27185b6ad879", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bdd3a663-f213-4ae8-b627-dc9bbb5d970a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f5708bd6-b73b-490d-ad27-cc5bd7e90a59", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5dae8822-faed-4f36-8ebf-82eff0d50d36", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { "serialization" : { "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", @@ -85561,99 +129745,99 @@ "value" : 1 }, "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" } }, "typology" : { "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", + "description" : "This is the product description of a Battery", "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" }, "metadata" : { "validityDate" : "2000-01-01", "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" + "issueDate" : "2023-08-05", + "version" : 2.5, + "status" : "Approved" }, "characteristics" : { "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "diameter" : 1074.0808, + "width" : 1074, + "length" : 2410, + "weight" : 511, + "height" : 275 }, "lifespan" : { - "unit" : "unit:day", - "value" : 36 + "unit" : "unit:year", + "value" : 19 } }, "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 + "placedOnMarket" : "2020-08-27", + "warranty" : 60 }, "identification" : { "localIdentifiers" : [ { - "value" : "NO-419198538836087051098278", + "value" : "NO-524017634554899551071911", "key" : "PartInstanceID" } ], - "gtin" : "12345678", + "gtin" : " 16830141", "additionalCode" : [ { "name" : "TARIC", - "value" : "8703 24 10 00" + "value" : "714927210" } ] }, "sources" : { "optional" : [ { "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, - "name" : "other" + "name" : "sustainability" } ], "mandatory" : { "safetyTransportation" : { - "header" : "Sustainability Document Material XY", + "header" : "Shipping guidelines", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", + "header" : "Laboratory test results HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "safetyPackaging" : { - "header" : "Sustainability Document Material XY", + "header" : "Packaging instruction for HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "declarationOfConformity" : [ { "document" : { "header" : "Sustainability Document Material XY", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "name" : "other" } ] @@ -85661,10 +129845,10 @@ }, "handling" : { "maintenanceHistory" : [ { - "date" : "2000-01-01", + "date" : "2024-02-12", "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" + "description" : "Battery test", + "title" : "Maintenance Service" } ], "reusablePackaging" : true, "spareParts" : [ { @@ -85673,179 +129857,260 @@ "producerId" : "BPNL1234567890ZZ" } ], "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", + "unit" : "unit:percent", "name" : "Lead", - "location" : "Housing", + "location" : "HvbCell", "concentration" : { - "left" : [ 3.592682E37 ] + "left" : [ 0.8403 ] }, - "id" : "RC0402" + "id" : "FD7625" } ] }, "additionalData" : [ { "data" : "23", "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "data" : "", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], "sustainability" : { "material" : [ { - "recycled" : false, - "renewable" : true, + "recycled" : true, + "renewable" : false, "percentage" : 5, - "name" : "Aluminium" + "name" : "Manganese" } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], + "critical" : [ "Nickel" ], "carbonFootprint" : { "crossSectoralStandard" : "GHG Protocol Product standard", "productOrSectorSpecificRules" : [ { "extWBCSD_otherOperatorName" : "NSF", "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { + "productOrSectorSpecificRules" : [ { "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } + } ] } ], - "carbonContentTotal" : 2.5 + "carbonContentTotal" : 117 }, "state" : "first life" }, "operation" : { - "importer" : "BPNL1234567890ZZ", + "importer" : "BPNL00000003AYRE", "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" } } } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ce2710e-dad8-48d5-add4-f18746f196aa", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 33, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 73, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 87, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", "childItems" : [ { - "catenaXId" : "urn:uuid:cf648916-f708-4ab0-b7c7-3ef5cbcf183d", + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:59a235f2-877f-49b2-b301-4aa4bbdcc6c6", + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2bddc671-c709-40ac-8a61-135e7af3caf5", + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e732dd74-226e-488c-8ef0-e0bf6b8d0797", + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e48ab9ec-ad32-46e9-afee-848b2bf907ff", + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4e0f04f1-ce1e-4170-9f2c-63628f648df0", + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:cf648916-f708-4ab0-b7c7-3ef5cbcf183d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cf648916-f708-4ab0-b7c7-3ef5cbcf183d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "654735", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8671", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-991878255316589385500564", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:cf648916-f708-4ab0-b7c7-3ef5cbcf183d", + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "ownerPartId" : "38049661-08", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Battery" } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -86070,7 +130335,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-991878255316589385500564", + "batteryIDDMCCode" : "NO-524017634554899551071911", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -86081,10 +130346,30 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 77, + "recycledContent" : 25, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -86094,7 +130379,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 87, + "recycledContent" : 50, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -86104,7 +130389,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 69, + "recycledContent" : 29, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -86114,361 +130399,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-991878255316589385500564", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cf648916-f708-4ab0-b7c7-3ef5cbcf183d", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f5aa6d38-643b-46c0-a8cc-305380a96510", + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4bacdcf0-d652-4b90-871a-652d6b038f98", + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5f968ff6-356b-4ca9-80ff-5b74076ccd3c", + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:61985729-6c68-4e20-b4ea-42861ce385b9", + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9c795d1d-acfd-442c-800a-5207fe5a607a", + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:793d0217-38b0-4370-82ca-1218c252abc6", + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a9014c10-24ae-4fd2-9a78-c246a82b3afd", + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:93ccfa75-ef37-40cc-863d-b6f892d87752", + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b02818e7-5ca0-4b8d-9dcc-3706375da3ed", + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b38b8f90-08ea-4b05-a670-16e2c1225d1d", + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:f5aa6d38-643b-46c0-a8cc-305380a96510", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f5aa6d38-643b-46c0-a8cc-305380a96510", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "273206", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1736", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-707306607833288294514492", + "value" : "NO-437222166318482402504580", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f5aa6d38-643b-46c0-a8cc-305380a96510", + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3999547f-2b94-4ab5-b447-cdec7625c2ca", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:37f760aa-779e-40fe-b240-91ae810af92f", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b42557ad-3bb3-44db-b36d-e1f63798edfc", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c2710673-d671-42d6-8d0e-c935c011fb64", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e3db81f2-6ba7-4363-a4b9-872ba74e29e8", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:206d3b69-3eb2-4659-830b-05379b8a124a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cde33f9a-77b0-4ed7-b8ec-4fe8206eaf5c", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3cb725ba-086b-4c7e-a9fb-2fa3aabd6a93", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a07e4be6-1cf7-4d67-b944-49b6657053f9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fd8e93c6-6843-4bee-8336-31a1058f7113", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1f027e83-d4df-4b07-b886-d21cbf8efa89", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -86693,7 +131070,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-707306607833288294514492", + "batteryIDDMCCode" : "NO-437222166318482402504580", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -86704,32 +131081,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f5aa6d38-643b-46c0-a8cc-305380a96510", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-02-29", + "version" : 1, + "status" : "Draft" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.642, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2023-09-13", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-437222166318482402504580", + "key" : "PartInstanceID" + } ], + "gtin" : " 66301870", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "829467178" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-03-05", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.0243 ] + }, + "id" : "WD4510" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Insulator" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-30", + "currentStateOfHealthTimestamp" : "2016-09-06", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-19", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -86738,28 +131320,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4bacdcf0-d652-4b90-871a-652d6b038f98", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4bacdcf0-d652-4b90-871a-652d6b038f98", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "161005", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5583", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -86767,31 +131396,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-651237893417780757926079", + "value" : "NO-695649331867836258032978", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4bacdcf0-d652-4b90-871a-652d6b038f98", + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e548a9c0-ee1c-4c82-917a-2ea906651ea8", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -86800,7 +131454,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -87025,7 +131697,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-651237893417780757926079", + "batteryIDDMCCode" : "NO-695649331867836258032978", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -87036,32 +131708,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4bacdcf0-d652-4b90-871a-652d6b038f98", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-04", + "currentStateOfHealthTimestamp" : "2022-05-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-02-21", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -87070,60 +131768,132 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5f968ff6-356b-4ca9-80ff-5b74076ccd3c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5f968ff6-356b-4ca9-80ff-5b74076ccd3c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] } ], + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "564849", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7058", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-045546945908329700938495", + "value" : "NO-888132613663078235630423", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5f968ff6-356b-4ca9-80ff-5b74076ccd3c", + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f5c10410-07d6-48de-8bc1-1cf602e5b355", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -87132,7 +131902,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -87357,7 +132145,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-045546945908329700938495", + "batteryIDDMCCode" : "NO-888132613663078235630423", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -87368,32 +132156,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5f968ff6-356b-4ca9-80ff-5b74076ccd3c", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-04", + "currentStateOfHealthTimestamp" : "2017-01-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -87402,28 +132216,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:61985729-6c68-4e20-b4ea-42861ce385b9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:61985729-6c68-4e20-b4ea-42861ce385b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "656638", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7771", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -87431,31 +132292,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-009782803203819676195094", + "value" : "NO-969570155601910380830420", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:61985729-6c68-4e20-b4ea-42861ce385b9", + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8bfd8b50-f2eb-4a44-b714-dc5428d27848", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -87464,7 +132350,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -87689,7 +132593,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-009782803203819676195094", + "batteryIDDMCCode" : "NO-969570155601910380830420", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -87700,32 +132604,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:61985729-6c68-4e20-b4ea-42861ce385b9", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-26", + "currentStateOfHealthTimestamp" : "2023-04-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -87734,28 +132664,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9c795d1d-acfd-442c-800a-5207fe5a607a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c795d1d-acfd-442c-800a-5207fe5a607a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "285930", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6866", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -87763,31 +132740,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-697926010698960282566613", + "value" : "NO-565760403114294608440766", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9c795d1d-acfd-442c-800a-5207fe5a607a", + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c6397c41-3dc2-4daf-b3e4-58a709b0d2c4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -87796,7 +132798,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -88021,7 +133041,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-697926010698960282566613", + "batteryIDDMCCode" : "NO-565760403114294608440766", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -88032,32 +133052,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c795d1d-acfd-442c-800a-5207fe5a607a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-02-21", + "currentStateOfHealthTimestamp" : "2016-09-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-02-21", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -88066,28 +133112,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:793d0217-38b0-4370-82ca-1218c252abc6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:793d0217-38b0-4370-82ca-1218c252abc6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "339013", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8019", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -88095,31 +133188,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-382652399321450080746579", + "value" : "NO-549662913585943094603411", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:793d0217-38b0-4370-82ca-1218c252abc6", + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:595e3365-624b-4ea1-9fca-7503bc7022d3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -88128,7 +133246,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -88353,7 +133489,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-382652399321450080746579", + "batteryIDDMCCode" : "NO-549662913585943094603411", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -88364,32 +133500,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:793d0217-38b0-4370-82ca-1218c252abc6", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-27", + "currentStateOfHealthTimestamp" : "2017-10-05", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-24", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -88398,28 +133560,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a9014c10-24ae-4fd2-9a78-c246a82b3afd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9014c10-24ae-4fd2-9a78-c246a82b3afd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "809420", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1978", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -88427,31 +133636,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-070819003471405679399997", + "value" : "NO-221883872424118254324385", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a9014c10-24ae-4fd2-9a78-c246a82b3afd", + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c680e92a-0fb5-49ca-9f84-3917493662e6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -88460,7 +133694,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -88685,7 +133937,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-070819003471405679399997", + "batteryIDDMCCode" : "NO-221883872424118254324385", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -88696,32 +133948,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9014c10-24ae-4fd2-9a78-c246a82b3afd", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-02-11", + "currentStateOfHealthTimestamp" : "2020-09-07", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -88730,28 +134008,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:93ccfa75-ef37-40cc-863d-b6f892d87752", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:93ccfa75-ef37-40cc-863d-b6f892d87752", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "586045", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "2179", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -88759,31 +134084,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-278682971089174142092472", + "value" : "NO-361394052163820362674142", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:93ccfa75-ef37-40cc-863d-b6f892d87752", + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f28b5152-b3d9-4510-90fe-080a4ce5ceb7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -88792,7 +134142,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -89017,7 +134385,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-278682971089174142092472", + "batteryIDDMCCode" : "NO-361394052163820362674142", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -89028,32 +134396,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:93ccfa75-ef37-40cc-863d-b6f892d87752", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-13", + "currentStateOfHealthTimestamp" : "2021-08-29", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -89062,28 +134456,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b02818e7-5ca0-4b8d-9dcc-3706375da3ed", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b02818e7-5ca0-4b8d-9dcc-3706375da3ed", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "45934", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "3486", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -89091,31 +134532,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-662580761024681375740875", + "value" : "NO-405115524948461037888275", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b02818e7-5ca0-4b8d-9dcc-3706375da3ed", + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9ec2fa8e-68ab-4d8a-9861-d6ae75494c06", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -89124,7 +134590,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -89349,7 +134833,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-662580761024681375740875", + "batteryIDDMCCode" : "NO-405115524948461037888275", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -89360,32 +134844,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b02818e7-5ca0-4b8d-9dcc-3706375da3ed", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-17", + "currentStateOfHealthTimestamp" : "2022-08-27", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -89394,28 +134904,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b38b8f90-08ea-4b05-a670-16e2c1225d1d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b38b8f90-08ea-4b05-a670-16e2c1225d1d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "690236", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9327", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -89423,31 +134980,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-245329492532287315297991", + "value" : "NO-687245070682008690060213", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b38b8f90-08ea-4b05-a670-16e2c1225d1d", + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f36d1321-7174-413b-a8b4-e7d77755c39e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -89456,7 +135038,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -89681,7 +135281,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-245329492532287315297991", + "batteryIDDMCCode" : "NO-687245070682008690060213", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -89692,32 +135292,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b38b8f90-08ea-4b05-a670-16e2c1225d1d", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-14", + "currentStateOfHealthTimestamp" : "2021-02-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -89726,60 +135352,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:59a235f2-877f-49b2-b301-4aa4bbdcc6c6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:59a235f2-877f-49b2-b301-4aa4bbdcc6c6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "281167", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6658", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-452716832824596937736190", + "value" : "NO-153305463722086790275389", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:59a235f2-877f-49b2-b301-4aa4bbdcc6c6", + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af2d2529-42b6-41d5-acaa-84b57eb40235", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -90004,7 +135729,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-452716832824596937736190", + "batteryIDDMCCode" : "NO-153305463722086790275389", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -90015,10 +135740,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 52, + "recycledContent" : 67, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -90028,7 +135779,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 88, + "recycledContent" : 25, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -90038,7 +135789,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 41, + "recycledContent" : 52, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -90048,361 +135799,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-452716832824596937736190", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:59a235f2-877f-49b2-b301-4aa4bbdcc6c6", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:420a23b0-b220-4a77-b8e2-bcec158f8aec", + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d83824ad-d7f8-443b-900b-340a3d587229", + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8d0d3d87-4a00-44cd-b1be-e41e6d81bb13", + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a1755b01-58a7-4827-98fa-c360db271794", + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1e6a9ecd-4b6b-42a9-9c14-2fb2a789bbea", + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4fef5ced-9e00-4a17-ba8c-1bf50506d186", + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:140ca0de-9e02-4257-8c00-7f9774ceaf9a", + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:98988113-ae53-4d65-b52a-e9707191bdc0", + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8028d1c5-3616-4e77-a193-ff354c7f3ad7", + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:3429b1b9-d0c2-4fea-b734-11a4def99809", + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:420a23b0-b220-4a77-b8e2-bcec158f8aec", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:420a23b0-b220-4a77-b8e2-bcec158f8aec", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "50016", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2244", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-015810316764288306486571", + "value" : "NO-973954279957624820638186", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:420a23b0-b220-4a77-b8e2-bcec158f8aec", + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1678866b-7393-4244-8b51-de9a08dc2f80", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9d75d3ce-c3ec-4244-87f0-019b0c06a5ce", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8103a66c-3e8e-4df3-b7e9-fd1ee82f538b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:38967ae6-bdaa-4e04-ade3-a6cd43cc650f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:69d13cd3-847b-4c1b-be63-6c58e96f201c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0b2aeb67-2cf1-4420-9274-79c04c22fdf0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7611fea4-7121-4d4c-a6df-ea1a42551d72", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cb034949-ec53-47ea-ad08-52150fedbdf0", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:02f01928-7865-4497-9c0e-0dda7c851f2d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ce248ff3-dd7c-49ee-ae10-a20474aa3758", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:08db6c8d-c7c7-435a-8bac-229ad5ace3a3", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -90627,7 +136470,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-015810316764288306486571", + "batteryIDDMCCode" : "NO-973954279957624820638186", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -90638,32 +136481,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:420a23b0-b220-4a77-b8e2-bcec158f8aec", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-04-25", + "version" : 1.5, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6918, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2021-03-29", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-973954279957624820638186", + "key" : "PartInstanceID" + } ], + "gtin" : " 24293609", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "532048433" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-10-06", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.1058 ] + }, + "id" : "WX3550" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Copper" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-20", + "currentStateOfHealthTimestamp" : "2023-02-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -90672,28 +136720,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d83824ad-d7f8-443b-900b-340a3d587229", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d83824ad-d7f8-443b-900b-340a3d587229", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "951213", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9847", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -90701,31 +136796,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-137047364532554498997411", + "value" : "NO-992195203154788914340114", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d83824ad-d7f8-443b-900b-340a3d587229", + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ee06ec61-d892-4f5e-9dbe-5c420fc45df5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -90734,7 +136854,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -90959,7 +137097,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-137047364532554498997411", + "batteryIDDMCCode" : "NO-992195203154788914340114", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -90970,32 +137108,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d83824ad-d7f8-443b-900b-340a3d587229", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-16", + "currentStateOfHealthTimestamp" : "2022-07-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-14", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -91004,28 +137168,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8d0d3d87-4a00-44cd-b1be-e41e6d81bb13", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d0d3d87-4a00-44cd-b1be-e41e6d81bb13", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "310623", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5436", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -91033,31 +137244,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-057344578196516678915418", + "value" : "NO-347677125419085124787924", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8d0d3d87-4a00-44cd-b1be-e41e6d81bb13", + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab0b6060-309c-47a6-9fa1-d012c1a1aace", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -91066,7 +137302,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -91291,7 +137545,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-057344578196516678915418", + "batteryIDDMCCode" : "NO-347677125419085124787924", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -91302,32 +137556,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d0d3d87-4a00-44cd-b1be-e41e6d81bb13", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-20", + "currentStateOfHealthTimestamp" : "2015-06-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -91336,28 +137616,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a1755b01-58a7-4827-98fa-c360db271794", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1755b01-58a7-4827-98fa-c360db271794", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "890064", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1846", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -91365,31 +137692,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-715739912967228128859997", + "value" : "NO-758372629663542271212580", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a1755b01-58a7-4827-98fa-c360db271794", + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:41d8fcb1-775d-4d41-b181-2bb7070835d2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -91398,7 +137750,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -91623,7 +137993,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-715739912967228128859997", + "batteryIDDMCCode" : "NO-758372629663542271212580", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -91634,32 +138004,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1755b01-58a7-4827-98fa-c360db271794", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-08", + "currentStateOfHealthTimestamp" : "2018-07-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -91668,28 +138064,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1e6a9ecd-4b6b-42a9-9c14-2fb2a789bbea", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e6a9ecd-4b6b-42a9-9c14-2fb2a789bbea", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "616887", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6569", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -91697,31 +138140,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-333225294351565503639129", + "value" : "NO-235749068781688754853632", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1e6a9ecd-4b6b-42a9-9c14-2fb2a789bbea", + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:66cb1026-6c8a-42fa-998c-b5d777f2dd98", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -91730,7 +138198,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -91955,7 +138441,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-333225294351565503639129", + "batteryIDDMCCode" : "NO-235749068781688754853632", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -91966,32 +138452,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e6a9ecd-4b6b-42a9-9c14-2fb2a789bbea", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-30", + "currentStateOfHealthTimestamp" : "2020-08-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-03-04", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -92000,28 +138512,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4fef5ced-9e00-4a17-ba8c-1bf50506d186", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4fef5ced-9e00-4a17-ba8c-1bf50506d186", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "880788", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8878", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -92029,31 +138588,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-397631030154461493809250", + "value" : "NO-637522255197238915757394", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4fef5ced-9e00-4a17-ba8c-1bf50506d186", + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:47f03566-7c54-4ace-968d-8b3580ed8a41", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -92062,7 +138646,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -92287,7 +138889,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-397631030154461493809250", + "batteryIDDMCCode" : "NO-637522255197238915757394", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -92298,32 +138900,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4fef5ced-9e00-4a17-ba8c-1bf50506d186", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-02-10", + "currentStateOfHealthTimestamp" : "2022-02-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthTimestamp" : "2024-03-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -92332,28 +138960,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:140ca0de-9e02-4257-8c00-7f9774ceaf9a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:140ca0de-9e02-4257-8c00-7f9774ceaf9a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "459310", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9876", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -92361,31 +139036,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-601188663966715008750177", + "value" : "NO-013538992992080944605829", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:140ca0de-9e02-4257-8c00-7f9774ceaf9a", + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:26d4a0c1-dfb8-4c72-a987-f1f189af44bd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -92394,7 +139094,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -92619,7 +139337,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-601188663966715008750177", + "batteryIDDMCCode" : "NO-013538992992080944605829", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -92630,32 +139348,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:140ca0de-9e02-4257-8c00-7f9774ceaf9a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-09", + "currentStateOfHealthTimestamp" : "2019-06-10", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-30", + "currentStateOfHealthTimestamp" : "2024-02-25", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -92664,28 +139408,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:98988113-ae53-4d65-b52a-e9707191bdc0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:98988113-ae53-4d65-b52a-e9707191bdc0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "800341", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6894", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -92693,31 +139484,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-850218190511090857762532", + "value" : "NO-642680594659421069431919", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:98988113-ae53-4d65-b52a-e9707191bdc0", + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a9d5cb5b-3789-4848-a789-4c2867767a16", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -92726,7 +139542,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -92951,7 +139785,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-850218190511090857762532", + "batteryIDDMCCode" : "NO-642680594659421069431919", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -92962,32 +139796,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:98988113-ae53-4d65-b52a-e9707191bdc0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2022-08-18", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -92996,28 +139856,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8028d1c5-3616-4e77-a193-ff354c7f3ad7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8028d1c5-3616-4e77-a193-ff354c7f3ad7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "550091", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "6258", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -93025,31 +139932,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-775091686288460605384483", + "value" : "NO-827788544499292219780017", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8028d1c5-3616-4e77-a193-ff354c7f3ad7", + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:53d01b82-7d7d-40db-b4fb-787bd6d7696a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -93058,7 +139990,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -93283,7 +140233,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-775091686288460605384483", + "batteryIDDMCCode" : "NO-827788544499292219780017", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -93294,32 +140244,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8028d1c5-3616-4e77-a193-ff354c7f3ad7", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-16", + "currentStateOfHealthTimestamp" : "2021-02-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -93328,28 +140304,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3429b1b9-d0c2-4fea-b734-11a4def99809", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3429b1b9-d0c2-4fea-b734-11a4def99809", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "360508", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1156", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -93357,31 +140380,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-521678861116200057896198", + "value" : "NO-051211648132031036055007", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:3429b1b9-d0c2-4fea-b734-11a4def99809", + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9f463c75-5ea6-4f5b-89c8-1d3783be1a54", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -93390,7 +140438,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -93615,7 +140681,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-521678861116200057896198", + "batteryIDDMCCode" : "NO-051211648132031036055007", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -93626,32 +140692,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3429b1b9-d0c2-4fea-b734-11a4def99809", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-12-07", + "currentStateOfHealthTimestamp" : "2023-11-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -93660,60 +140752,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2bddc671-c709-40ac-8a61-135e7af3caf5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bddc671-c709-40ac-8a61-135e7af3caf5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "501372", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "8190", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-060195366451989420619689", + "value" : "NO-274639447767522987739067", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2bddc671-c709-40ac-8a61-135e7af3caf5", + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:429ccd5f-2019-41d4-ae7b-20aacb54238a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -93938,7 +141129,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-060195366451989420619689", + "batteryIDDMCCode" : "NO-274639447767522987739067", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -93949,10 +141140,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 40, + "recycledContent" : 53, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -93962,7 +141179,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 20, + "recycledContent" : 54, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -93972,7 +141189,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 24, + "recycledContent" : 59, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -93982,361 +141199,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-060195366451989420619689", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bddc671-c709-40ac-8a61-135e7af3caf5", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:7c698a35-c5c7-4415-b54e-341ce3d2c07d", + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:87e5bfc0-640d-4079-9b97-f5c2c8f3c9a5", + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:11d919b9-5dca-4ba6-b5f2-34806335f4aa", + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9410287c-6267-4f0f-a81b-006851773209", + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d21ea7c2-1cb1-49eb-a0ca-4c4e9b549524", + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c35f34d4-78e9-40e7-88d4-3708a38b3013", + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a5984774-3554-4d50-b32d-0cf9b2682e6e", + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:12ca0545-61fb-4042-92f6-bd883757a261", + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:16736859-34b2-4624-8177-4f4891d3ffa1", + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bbcf9200-a231-4413-ac35-4184c81c2e01", + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:7c698a35-c5c7-4415-b54e-341ce3d2c07d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c698a35-c5c7-4415-b54e-341ce3d2c07d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "446905", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1337", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-043755467971167784301544", + "value" : "NO-866219940925227686334114", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7c698a35-c5c7-4415-b54e-341ce3d2c07d", + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3a22d8ba-a7be-4a60-bb38-f04cb3ab487e", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bc792b88-9b63-4a83-b291-e3753ce78079", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:766ac4da-face-4c72-ad81-0ff2d8454d60", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8b5c1cc1-8da2-4043-8454-a4fd263639a7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:17e49d1a-b12d-465f-988f-f60722b5de24", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:38bf8a9a-c7a0-474b-a7de-5e9e6217997d", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:80dacd9f-01ae-45e2-8fff-faf462043825", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:487fd997-6f52-4de3-8256-56a5e3e8d572", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d688d80f-388f-430a-b99a-afb8e785c2d9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7d159ee5-594a-4922-a4c6-16e178bfaeaa", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:35adc373-22a3-4322-af7f-88f98d763e20", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -94561,7 +141870,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-043755467971167784301544", + "batteryIDDMCCode" : "NO-866219940925227686334114", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -94572,32 +141881,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c698a35-c5c7-4415-b54e-341ce3d2c07d", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-07-27", + "version" : 2.4, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6521, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2023-03-28", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-866219940925227686334114", + "key" : "PartInstanceID" + } ], + "gtin" : " 19599333", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "857042567" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-03", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.8125 ] + }, + "id" : "WS5730" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Insulator" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 106 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-28", + "currentStateOfHealthTimestamp" : "2019-11-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -94606,28 +142120,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:87e5bfc0-640d-4079-9b97-f5c2c8f3c9a5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:87e5bfc0-640d-4079-9b97-f5c2c8f3c9a5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "593779", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6516", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -94635,31 +142196,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-579822771667063531453788", + "value" : "NO-372384834342259220312175", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:87e5bfc0-640d-4079-9b97-f5c2c8f3c9a5", + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e90a86a6-b620-446e-8d31-3ba294e2e6a2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -94668,7 +142254,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -94893,7 +142497,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-579822771667063531453788", + "batteryIDDMCCode" : "NO-372384834342259220312175", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -94904,32 +142508,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:87e5bfc0-640d-4079-9b97-f5c2c8f3c9a5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-15", + "currentStateOfHealthTimestamp" : "2022-11-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-10", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -94938,28 +142568,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:11d919b9-5dca-4ba6-b5f2-34806335f4aa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:11d919b9-5dca-4ba6-b5f2-34806335f4aa", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "810678", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1229", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -94967,31 +142644,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-074149157630039075789695", + "value" : "NO-088469934382593208474125", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:11d919b9-5dca-4ba6-b5f2-34806335f4aa", + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4197d8ec-b394-47b6-a0f5-cc6cf0f42944", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -95000,7 +142702,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -95225,7 +142945,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-074149157630039075789695", + "batteryIDDMCCode" : "NO-088469934382593208474125", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -95236,32 +142956,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:11d919b9-5dca-4ba6-b5f2-34806335f4aa", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-22", + "currentStateOfHealthTimestamp" : "2023-10-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-02-23", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -95270,28 +143016,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9410287c-6267-4f0f-a81b-006851773209", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9410287c-6267-4f0f-a81b-006851773209", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "670796", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "2316", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -95299,31 +143092,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-117556724541527548630300", + "value" : "NO-767840854500043743649525", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9410287c-6267-4f0f-a81b-006851773209", + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:00005e49-d0e9-44bc-9cf5-e8da99fba448", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -95332,7 +143150,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -95557,7 +143393,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-117556724541527548630300", + "batteryIDDMCCode" : "NO-767840854500043743649525", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -95568,32 +143404,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9410287c-6267-4f0f-a81b-006851773209", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-12-10", + "currentStateOfHealthTimestamp" : "2018-09-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -95602,28 +143464,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d21ea7c2-1cb1-49eb-a0ca-4c4e9b549524", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d21ea7c2-1cb1-49eb-a0ca-4c4e9b549524", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "945397", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8121", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -95631,31 +143540,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-527299205870283964811116", + "value" : "NO-079329468576037813719169", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d21ea7c2-1cb1-49eb-a0ca-4c4e9b549524", + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f90e61b6-edf5-4385-b9d0-e6713103ccc9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -95664,7 +143598,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -95889,7 +143841,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-527299205870283964811116", + "batteryIDDMCCode" : "NO-079329468576037813719169", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -95900,32 +143852,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d21ea7c2-1cb1-49eb-a0ca-4c4e9b549524", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-04", + "currentStateOfHealthTimestamp" : "2014-12-28", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-03-01", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -95934,28 +143912,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c35f34d4-78e9-40e7-88d4-3708a38b3013", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c35f34d4-78e9-40e7-88d4-3708a38b3013", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "814586", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4609", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -95963,31 +143988,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-158465573702643068390383", + "value" : "NO-860984087418700593268333", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c35f34d4-78e9-40e7-88d4-3708a38b3013", + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0b9d3361-1e9f-47ec-be20-1713fa59ec31", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -95996,7 +144046,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -96221,7 +144289,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-158465573702643068390383", + "batteryIDDMCCode" : "NO-860984087418700593268333", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -96232,32 +144300,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c35f34d4-78e9-40e7-88d4-3708a38b3013", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-09", + "currentStateOfHealthTimestamp" : "2018-07-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-02-24", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -96266,28 +144360,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a5984774-3554-4d50-b32d-0cf9b2682e6e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a5984774-3554-4d50-b32d-0cf9b2682e6e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "47731", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 25 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9755", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -96295,31 +144436,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-035594716322876178291584", + "value" : "NO-588045754284188865698792", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a5984774-3554-4d50-b32d-0cf9b2682e6e", + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f09ff04f-923e-446a-bee2-43d9e1e17e4a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -96328,7 +144494,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -96553,7 +144737,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-035594716322876178291584", + "batteryIDDMCCode" : "NO-588045754284188865698792", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -96564,32 +144748,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a5984774-3554-4d50-b32d-0cf9b2682e6e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-02-03", + "currentStateOfHealthTimestamp" : "2020-08-21", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -96598,28 +144808,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:12ca0545-61fb-4042-92f6-bd883757a261", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:12ca0545-61fb-4042-92f6-bd883757a261", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "459658", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 6 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -96627,31 +144884,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-405227411658679079889725", + "value" : "NO-473896456356548303789394", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:12ca0545-61fb-4042-92f6-bd883757a261", + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:800e224f-deb1-49ab-9b96-b839f98dcfc6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -96660,7 +144942,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -96885,7 +145185,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-405227411658679079889725", + "batteryIDDMCCode" : "NO-473896456356548303789394", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -96896,32 +145196,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:12ca0545-61fb-4042-92f6-bd883757a261", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-09", + "currentStateOfHealthTimestamp" : "2022-05-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthTimestamp" : "2024-02-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -96930,28 +145256,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:16736859-34b2-4624-8177-4f4891d3ffa1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:16736859-34b2-4624-8177-4f4891d3ffa1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "524027", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3450", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -96959,31 +145332,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-905944984773956902913001", + "value" : "NO-352472143033398477945379", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:16736859-34b2-4624-8177-4f4891d3ffa1", + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3f12b395-5e31-415e-a84f-2f0a9af0d78c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -96992,7 +145390,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -97217,7 +145633,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-905944984773956902913001", + "batteryIDDMCCode" : "NO-352472143033398477945379", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -97228,32 +145644,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:16736859-34b2-4624-8177-4f4891d3ffa1", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-19", + "currentStateOfHealthTimestamp" : "2022-05-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-23", + "currentStateOfHealthTimestamp" : "2024-03-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -97262,28 +145704,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bbcf9200-a231-4413-ac35-4184c81c2e01", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bbcf9200-a231-4413-ac35-4184c81c2e01", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "320239", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4640", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -97291,31 +145780,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-293064569991403412372897", + "value" : "NO-536814342114624374891194", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bbcf9200-a231-4413-ac35-4184c81c2e01", + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aef1b00c-7fa1-415d-b7bc-553eedd82fb6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -97324,7 +145838,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -97549,7 +146081,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-293064569991403412372897", + "batteryIDDMCCode" : "NO-536814342114624374891194", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -97560,32 +146092,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bbcf9200-a231-4413-ac35-4184c81c2e01", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-26", + "currentStateOfHealthTimestamp" : "2023-02-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-23", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -97594,60 +146152,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e732dd74-226e-488c-8ef0-e0bf6b8d0797", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e732dd74-226e-488c-8ef0-e0bf6b8d0797", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "992855", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4053", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-347601236025865339460077", + "value" : "NO-535040345656499211042489", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e732dd74-226e-488c-8ef0-e0bf6b8d0797", + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f8ce7da-bd67-4909-862c-17f574d7f2fc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -97872,7 +146529,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-347601236025865339460077", + "batteryIDDMCCode" : "NO-535040345656499211042489", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -97883,10 +146540,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 53, + "recycledContent" : 6, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -97896,7 +146579,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 13, + "recycledContent" : 84, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -97906,7 +146589,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 9, + "recycledContent" : 17, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -97916,361 +146599,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-347601236025865339460077", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e732dd74-226e-488c-8ef0-e0bf6b8d0797", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:84df48fd-88f7-4461-8acb-2912085d8eb1", + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d00e52b8-f35b-4121-b266-5632c31effa6", + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9381a363-f332-4a9d-b1b2-ce418fce09c9", + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a279b878-8a85-4cc3-bdd4-f9ac5c068e64", + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9225f39e-c605-43b7-a227-b45eac061e16", + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4ae7eb98-fabf-4104-bac1-4d0f152ad36e", + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e2879acc-4d8b-4050-a443-07ea0304082e", + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:36f38349-5374-4158-a2dd-b56454e2538b", + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4b3a9135-9c4a-4675-8129-25d57b111632", + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a0317c5e-5348-4d0f-ac73-42b71821ddbd", + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:84df48fd-88f7-4461-8acb-2912085d8eb1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:84df48fd-88f7-4461-8acb-2912085d8eb1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "461716", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2220", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-921624774214450294703756", + "value" : "NO-770181704086780547564889", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:84df48fd-88f7-4461-8acb-2912085d8eb1", + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0f205c69-39ca-43af-b148-d51cd1e45ed6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a6f9d394-aee1-4d52-9fee-de07a68edd6f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e57b2b4c-0859-4bb1-a1e1-69565716e8f4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:311b83f6-d424-4de7-ae16-8bb8d307e71b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1d868cd3-c65f-403c-af92-e95e90a61b4b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a61387e4-1f80-4757-b73a-66e5a8186725", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b8b2fcb-52f1-4639-98e0-16e8169e38f0", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b5fd97e1-0d5c-4b56-adea-2145c7ffd167", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ad2d63d7-6a30-461b-8bbe-a2cd06448f81", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b99634df-2aa0-4fce-866e-e7222add942d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a7ef4402-9df8-4c4d-b9cd-790bcdb482b9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -98495,7 +147270,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-921624774214450294703756", + "batteryIDDMCCode" : "NO-770181704086780547564889", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -98506,32 +147281,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:84df48fd-88f7-4461-8acb-2912085d8eb1", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-06-19", + "version" : 2, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6676, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2023-02-05", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-770181704086780547564889", + "key" : "PartInstanceID" + } ], + "gtin" : " 86400073", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "421133551" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-08-30", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 6.1438 ] + }, + "id" : "GR3626" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Sealant" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 116 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-24", + "currentStateOfHealthTimestamp" : "2016-02-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-30", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -98540,28 +147520,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d00e52b8-f35b-4121-b266-5632c31effa6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d00e52b8-f35b-4121-b266-5632c31effa6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "46035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5621", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -98569,31 +147596,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-999716352194628445469602", + "value" : "NO-576353883553719482494985", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d00e52b8-f35b-4121-b266-5632c31effa6", + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:20fb0219-2f09-4ace-8ac8-6190b4eaf8e8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -98602,7 +147654,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -98827,7 +147897,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-999716352194628445469602", + "batteryIDDMCCode" : "NO-576353883553719482494985", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -98838,32 +147908,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d00e52b8-f35b-4121-b266-5632c31effa6", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-09", + "currentStateOfHealthTimestamp" : "2022-06-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-23", + "currentStateOfHealthTimestamp" : "2024-02-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -98872,28 +147968,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9381a363-f332-4a9d-b1b2-ce418fce09c9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9381a363-f332-4a9d-b1b2-ce418fce09c9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "939508", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1305", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -98901,31 +148044,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-083943493496219880499638", + "value" : "NO-314815112889745255848637", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9381a363-f332-4a9d-b1b2-ce418fce09c9", + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:418dae1c-9e55-4334-92e4-37696a809049", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -98934,7 +148102,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -99159,7 +148345,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-083943493496219880499638", + "batteryIDDMCCode" : "NO-314815112889745255848637", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -99170,32 +148356,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9381a363-f332-4a9d-b1b2-ce418fce09c9", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-28", + "currentStateOfHealthTimestamp" : "2014-12-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -99204,28 +148416,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a279b878-8a85-4cc3-bdd4-f9ac5c068e64", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a279b878-8a85-4cc3-bdd4-f9ac5c068e64", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "503315", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3063", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -99233,31 +148492,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-855302451103362878218969", + "value" : "NO-053115580491418530649598", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a279b878-8a85-4cc3-bdd4-f9ac5c068e64", + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:72bf08bc-b2d5-4bc5-9288-78c02792b85e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -99266,7 +148550,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -99491,7 +148793,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-855302451103362878218969", + "batteryIDDMCCode" : "NO-053115580491418530649598", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -99502,32 +148804,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a279b878-8a85-4cc3-bdd4-f9ac5c068e64", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-14", + "currentStateOfHealthTimestamp" : "2023-01-29", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-02-27", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -99536,28 +148864,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9225f39e-c605-43b7-a227-b45eac061e16", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9225f39e-c605-43b7-a227-b45eac061e16", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "91565", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1441", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -99565,31 +148940,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-349709676875151403259675", + "value" : "NO-254757851873936956103930", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9225f39e-c605-43b7-a227-b45eac061e16", + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0eaef2be-8da2-45b9-8760-803608eaf870", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -99598,7 +148998,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -99823,7 +149241,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-349709676875151403259675", + "batteryIDDMCCode" : "NO-254757851873936956103930", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -99834,32 +149252,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9225f39e-c605-43b7-a227-b45eac061e16", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-10", + "currentStateOfHealthTimestamp" : "2019-01-20", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-03-01", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -99868,28 +149312,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4ae7eb98-fabf-4104-bac1-4d0f152ad36e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ae7eb98-fabf-4104-bac1-4d0f152ad36e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "850720", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2230", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -99897,31 +149388,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-692682063804875676215343", + "value" : "NO-316542918139942968601736", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4ae7eb98-fabf-4104-bac1-4d0f152ad36e", + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:287ee7a7-9af3-4416-afbd-27b90f68d150", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -99930,7 +149446,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -100155,7 +149689,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-692682063804875676215343", + "batteryIDDMCCode" : "NO-316542918139942968601736", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -100166,32 +149700,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ae7eb98-fabf-4104-bac1-4d0f152ad36e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-10", + "currentStateOfHealthTimestamp" : "2024-01-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-13", + "currentStateOfHealthTimestamp" : "2024-02-29", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -100200,28 +149760,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e2879acc-4d8b-4050-a443-07ea0304082e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e2879acc-4d8b-4050-a443-07ea0304082e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "180324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4767", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -100229,31 +149836,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-994769037492323307586193", + "value" : "NO-145334258560133215613931", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e2879acc-4d8b-4050-a443-07ea0304082e", + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6b356ed3-6029-4a66-9cc3-020505e70d73", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -100262,7 +149894,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -100487,7 +150137,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-994769037492323307586193", + "batteryIDDMCCode" : "NO-145334258560133215613931", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -100498,32 +150148,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e2879acc-4d8b-4050-a443-07ea0304082e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-29", + "currentStateOfHealthTimestamp" : "2022-04-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-02-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -100532,28 +150208,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:36f38349-5374-4158-a2dd-b56454e2538b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:36f38349-5374-4158-a2dd-b56454e2538b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "199207", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3283", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -100561,31 +150284,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-454622923438505467918887", + "value" : "NO-190658911471063410526864", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:36f38349-5374-4158-a2dd-b56454e2538b", + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9e79a5b3-9dca-4d40-a1b3-5843bbb318b2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -100594,7 +150342,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -100819,7 +150585,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-454622923438505467918887", + "batteryIDDMCCode" : "NO-190658911471063410526864", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -100830,32 +150596,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:36f38349-5374-4158-a2dd-b56454e2538b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-19", + "currentStateOfHealthTimestamp" : "2017-07-30", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -100864,28 +150656,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4b3a9135-9c4a-4675-8129-25d57b111632", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b3a9135-9c4a-4675-8129-25d57b111632", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "523247", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4993", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -100893,31 +150732,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-651598595802290847837192", + "value" : "NO-063455783697007035630988", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4b3a9135-9c4a-4675-8129-25d57b111632", + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4d1e3bf-9c07-47b3-9393-544c11c653df", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -100926,7 +150790,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -101151,7 +151033,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-651598595802290847837192", + "batteryIDDMCCode" : "NO-063455783697007035630988", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -101162,32 +151044,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b3a9135-9c4a-4675-8129-25d57b111632", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-16", + "currentStateOfHealthTimestamp" : "2018-05-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthTimestamp" : "2024-03-02", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -101196,28 +151104,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a0317c5e-5348-4d0f-ac73-42b71821ddbd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0317c5e-5348-4d0f-ac73-42b71821ddbd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "530781", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2939", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -101225,31 +151180,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-226738443379061871904649", + "value" : "NO-359826011078845138239347", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a0317c5e-5348-4d0f-ac73-42b71821ddbd", + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:831f684d-6617-4538-b73a-1db77bc3c92e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -101258,7 +151238,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -101483,7 +151481,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-226738443379061871904649", + "batteryIDDMCCode" : "NO-359826011078845138239347", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -101494,32 +151492,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0317c5e-5348-4d0f-ac73-42b71821ddbd", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-13", + "currentStateOfHealthTimestamp" : "2016-04-07", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-02", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -101528,60 +151552,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e48ab9ec-ad32-46e9-afee-848b2bf907ff", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e48ab9ec-ad32-46e9-afee-848b2bf907ff", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "761973", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7989", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-779876489399309424662376", + "value" : "NO-242290872237139567707577", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e48ab9ec-ad32-46e9-afee-848b2bf907ff", + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:eaedbf9a-fed7-4a2f-bd24-d4dd0d5641a5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -101806,7 +151929,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-779876489399309424662376", + "batteryIDDMCCode" : "NO-242290872237139567707577", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -101817,10 +151940,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 59, + "recycledContent" : 6, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -101830,7 +151979,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 4, + "recycledContent" : 59, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -101840,7 +151989,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 62, + "recycledContent" : 61, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -101850,361 +151999,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-779876489399309424662376", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e48ab9ec-ad32-46e9-afee-848b2bf907ff", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c03a3b15-8c76-4eb5-a4bf-fc1058b17508", + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c48eee0c-b608-405b-a4f8-3144f4cb69ee", + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f72bd498-2212-4195-a8d2-6e22280544cb", + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e94118b0-715f-4062-be1d-95b30b23afb2", + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e9820916-bac9-4742-9a46-629f1437f6d9", + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4aade21b-751d-4836-aafb-477faa000f6a", + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:436cdf18-4693-49ae-aaba-86de653759dc", + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f47ac076-542c-430d-b9e1-50acb88cdf18", + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a175465c-6651-4e4a-96f6-a66d74f7e821", + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a6c95546-a6dd-4956-9907-92a4d621088c", + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:c03a3b15-8c76-4eb5-a4bf-fc1058b17508", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c03a3b15-8c76-4eb5-a4bf-fc1058b17508", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "926754", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1822", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-496901512662878443264437", + "value" : "NO-961586982769257604561524", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c03a3b15-8c76-4eb5-a4bf-fc1058b17508", + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:674b71f2-c1e4-40dc-8e8f-24a851e456fd", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4728cc86-deb0-4f50-aab8-a28b7dbd87e2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6960ba04-3f36-46dc-9692-9f2735d14536", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:18778815-6f53-4901-ae8b-058b3814701e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:48a99965-934b-4b52-a8a3-56880b18a006", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:83f815b7-a78b-40c8-adcc-c3ff6f2341e2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:64aa51bc-f88b-403a-98a7-1a6a3540d6ec", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2feec351-a5ba-40ce-83fe-ff8fdad9fad1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5b32e660-90aa-4d32-91de-141c3e532e96", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a71aea01-86f3-4cc3-a269-9d2d66416c7b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:10d2d3d4-fdc4-4b9e-b76a-fd5a13e1ea00", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -102429,7 +152670,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-496901512662878443264437", + "batteryIDDMCCode" : "NO-961586982769257604561524", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -102440,32 +152681,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c03a3b15-8c76-4eb5-a4bf-fc1058b17508", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-09-25", + "version" : 2.1, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6393, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2020-07-08", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-961586982769257604561524", + "key" : "PartInstanceID" + } ], + "gtin" : " 60297435", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "383428586" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-10", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.556 ] + }, + "id" : "UZ5630" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 101 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-06-14", + "currentStateOfHealthTimestamp" : "2014-07-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-10", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -102474,28 +152920,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c48eee0c-b608-405b-a4f8-3144f4cb69ee", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c48eee0c-b608-405b-a4f8-3144f4cb69ee", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "985570", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7618", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -102503,31 +152996,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-656258395391885171749721", + "value" : "NO-888312493038162373043992", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c48eee0c-b608-405b-a4f8-3144f4cb69ee", + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cbc13776-f61f-4fd1-91bb-1efb638dcdc9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -102536,7 +153054,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -102761,7 +153297,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-656258395391885171749721", + "batteryIDDMCCode" : "NO-888312493038162373043992", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -102772,32 +153308,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c48eee0c-b608-405b-a4f8-3144f4cb69ee", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-17", + "currentStateOfHealthTimestamp" : "2016-01-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-13", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -102806,28 +153368,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f72bd498-2212-4195-a8d2-6e22280544cb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f72bd498-2212-4195-a8d2-6e22280544cb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "541645", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1540", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -102835,31 +153444,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-380576543771462184016991", + "value" : "NO-114670847427380311843029", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f72bd498-2212-4195-a8d2-6e22280544cb", + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ea5c00d9-d225-4ef6-8f04-894dd714f606", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -102868,7 +153502,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -103093,7 +153745,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-380576543771462184016991", + "batteryIDDMCCode" : "NO-114670847427380311843029", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -103104,32 +153756,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f72bd498-2212-4195-a8d2-6e22280544cb", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-07", + "currentStateOfHealthTimestamp" : "2015-11-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -103138,28 +153816,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e94118b0-715f-4062-be1d-95b30b23afb2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e94118b0-715f-4062-be1d-95b30b23afb2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "105441", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8071", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -103167,31 +153892,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-500874757123630585439593", + "value" : "NO-042328502545500094738731", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e94118b0-715f-4062-be1d-95b30b23afb2", + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c75a3e14-3de1-4175-aa60-36ad003ae549", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -103200,7 +153950,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -103425,7 +154193,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-500874757123630585439593", + "batteryIDDMCCode" : "NO-042328502545500094738731", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -103436,32 +154204,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e94118b0-715f-4062-be1d-95b30b23afb2", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-27", + "currentStateOfHealthTimestamp" : "2020-10-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-22", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -103470,28 +154264,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e9820916-bac9-4742-9a46-629f1437f6d9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9820916-bac9-4742-9a46-629f1437f6d9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "43845", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -103499,31 +154340,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-471481654351945041428356", + "value" : "NO-077606097660377021193127", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e9820916-bac9-4742-9a46-629f1437f6d9", + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5ae146b2-2596-4f20-b4c4-95179b7fef8c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -103532,7 +154398,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -103757,7 +154641,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-471481654351945041428356", + "batteryIDDMCCode" : "NO-077606097660377021193127", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -103768,32 +154652,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9820916-bac9-4742-9a46-629f1437f6d9", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-01-07", + "currentStateOfHealthTimestamp" : "2014-12-28", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-16", + "currentStateOfHealthTimestamp" : "2024-03-11", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -103802,28 +154712,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4aade21b-751d-4836-aafb-477faa000f6a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4aade21b-751d-4836-aafb-477faa000f6a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "412406", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5611", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -103831,31 +154788,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-360844053610566838544349", + "value" : "NO-808477872124908084381017", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4aade21b-751d-4836-aafb-477faa000f6a", + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b3f85dd0-6289-4a0f-b412-e2df2bb4c1d2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -103864,7 +154846,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -104089,7 +155089,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-360844053610566838544349", + "batteryIDDMCCode" : "NO-808477872124908084381017", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -104100,32 +155100,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4aade21b-751d-4836-aafb-477faa000f6a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-07", + "currentStateOfHealthTimestamp" : "2022-12-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-02-23", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -104134,28 +155160,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:436cdf18-4693-49ae-aaba-86de653759dc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:436cdf18-4693-49ae-aaba-86de653759dc", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "906104", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5705", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -104163,31 +155236,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-891035108071431632081694", + "value" : "NO-656125482639453250677361", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:436cdf18-4693-49ae-aaba-86de653759dc", + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b7139c96-2bbd-4793-a8ee-968e35ea078f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -104196,7 +155294,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -104421,7 +155537,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-891035108071431632081694", + "batteryIDDMCCode" : "NO-656125482639453250677361", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -104432,32 +155548,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:436cdf18-4693-49ae-aaba-86de653759dc", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-02-03", + "currentStateOfHealthTimestamp" : "2016-08-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-03", + "currentStateOfHealthTimestamp" : "2024-03-02", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -104466,28 +155608,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f47ac076-542c-430d-b9e1-50acb88cdf18", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f47ac076-542c-430d-b9e1-50acb88cdf18", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "992623", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "9700", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -104495,31 +155684,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-092571541908567304823396", + "value" : "NO-153177385520734383337939", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f47ac076-542c-430d-b9e1-50acb88cdf18", + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:89592ff2-5288-4106-85bc-eab16481d484", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -104528,7 +155742,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -104753,7 +155985,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-092571541908567304823396", + "batteryIDDMCCode" : "NO-153177385520734383337939", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -104764,32 +155996,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f47ac076-542c-430d-b9e1-50acb88cdf18", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-26", + "currentStateOfHealthTimestamp" : "2021-11-15", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-15", + "currentStateOfHealthTimestamp" : "2024-03-08", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -104798,28 +156056,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a175465c-6651-4e4a-96f6-a66d74f7e821", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a175465c-6651-4e4a-96f6-a66d74f7e821", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "824750", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "5909", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -104827,31 +156132,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-244327258195972374319153", + "value" : "NO-804050053485016238437303", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a175465c-6651-4e4a-96f6-a66d74f7e821", + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:67db5dbe-af19-427e-9147-5b4fab771b17", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -104860,7 +156190,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -105085,7 +156433,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-244327258195972374319153", + "batteryIDDMCCode" : "NO-804050053485016238437303", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -105096,32 +156444,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a175465c-6651-4e4a-96f6-a66d74f7e821", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-29", + "currentStateOfHealthTimestamp" : "2023-01-24", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-23", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -105130,28 +156504,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a6c95546-a6dd-4956-9907-92a4d621088c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6c95546-a6dd-4956-9907-92a4d621088c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "605859", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6122", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -105159,31 +156580,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-357196198313153550514010", + "value" : "NO-960618439422934171911338", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a6c95546-a6dd-4956-9907-92a4d621088c", + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2da60b18-4bdd-4734-ba77-07ae5ca4c45f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -105192,7 +156638,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -105417,7 +156881,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-357196198313153550514010", + "batteryIDDMCCode" : "NO-960618439422934171911338", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -105428,32 +156892,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6c95546-a6dd-4956-9907-92a4d621088c", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-02-25", + "currentStateOfHealthTimestamp" : "2014-07-02", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -105462,60 +156952,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4e0f04f1-ce1e-4170-9f2c-63628f648df0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e0f04f1-ce1e-4170-9f2c-63628f648df0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "907412", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3571", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-428415578589751438657285", + "value" : "NO-525934761064530276316729", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4e0f04f1-ce1e-4170-9f2c-63628f648df0", + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f3e32b8-985b-4e87-97b5-e531485457f4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -105740,7 +157329,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-428415578589751438657285", + "batteryIDDMCCode" : "NO-525934761064530276316729", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -105751,10 +157340,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 29, + "recycledContent" : 33, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -105764,7 +157379,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 44, + "recycledContent" : 34, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -105774,7 +157389,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 41, + "recycledContent" : 62, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -105784,361 +157399,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-428415578589751438657285", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e0f04f1-ce1e-4170-9f2c-63628f648df0", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:96c8f9d4-c0cf-4e85-9891-fad71e0a8acb", + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:11d18423-d17a-4cb8-99db-bc2cdd80acf7", + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1ca829e0-9729-46ea-b8c3-240c639d3e8f", + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:186e1f4c-14dc-41c7-a1b0-3fcfa28db54e", + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:def64909-892f-4060-9cea-f9c88a5cb2cf", + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:06d15891-aab3-4a05-9f24-806023702fc5", + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:813d00df-666d-4568-bcfa-b639c3457040", + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8dfd76e5-6984-4706-8253-b88653c435dc", + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1d715e7f-d863-4677-a9bf-29f969a83e1a", + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d1fe1e36-22d9-491e-bcb2-3b436d46d2ac", + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:96c8f9d4-c0cf-4e85-9891-fad71e0a8acb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:96c8f9d4-c0cf-4e85-9891-fad71e0a8acb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "110423", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7708", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-374076338300347151552319", + "value" : "NO-793352892420425441608700", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:96c8f9d4-c0cf-4e85-9891-fad71e0a8acb", + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:914b8c53-dabe-4312-9a36-a07e0581ad2a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:86b55ae5-8561-42bb-8977-6c3a1028901f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:458c4d07-09fc-4af7-b6b0-b862bfedb6eb", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55ba3ac6-fde0-439a-be81-0e2cdad631cc", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8e106643-a959-4467-86df-56908888f54d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8fee7515-113d-49c8-909c-092acb903933", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a1801c9e-4163-478c-9559-41cfec7061a6", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9250e1a9-3c30-4ee7-916b-0c92bc466de4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9ad8a564-90e4-4f66-b0d7-8bab3c9790ca", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4d58852-494e-4011-ab36-be8d1e428636", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7525d075-2592-4446-8f2c-fcd88c4cec10", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -106363,7 +158070,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-374076338300347151552319", + "batteryIDDMCCode" : "NO-793352892420425441608700", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -106374,32 +158081,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:96c8f9d4-c0cf-4e85-9891-fad71e0a8acb", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-02-26", + "version" : 1.5, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6291, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2024-02-22", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-793352892420425441608700", + "key" : "PartInstanceID" + } ], + "gtin" : " 55998351", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "186201518" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-03-11", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.4429 ] + }, + "id" : "KH1887" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 115 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-05", + "currentStateOfHealthTimestamp" : "2019-08-30", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-03-10", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -106408,28 +158320,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:11d18423-d17a-4cb8-99db-bc2cdd80acf7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:11d18423-d17a-4cb8-99db-bc2cdd80acf7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "528527", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "5292", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -106437,31 +158396,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-373259816779829599812773", + "value" : "NO-216391419426668087358748", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:11d18423-d17a-4cb8-99db-bc2cdd80acf7", + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:04ef9794-5054-4671-adef-340ce03f7a7d", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -106470,7 +158454,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -106695,7 +158697,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-373259816779829599812773", + "batteryIDDMCCode" : "NO-216391419426668087358748", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -106706,32 +158708,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:11d18423-d17a-4cb8-99db-bc2cdd80acf7", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-29", + "currentStateOfHealthTimestamp" : "2022-09-11", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-03-13", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -106740,28 +158768,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1ca829e0-9729-46ea-b8c3-240c639d3e8f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ca829e0-9729-46ea-b8c3-240c639d3e8f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "533136", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1275", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -106769,31 +158844,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-030612964599360900826899", + "value" : "NO-070573056146020140114258", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1ca829e0-9729-46ea-b8c3-240c639d3e8f", + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a29b9359-bf3f-4ee6-82a9-7fda6c96043f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -106802,7 +158902,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -107027,7 +159145,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-030612964599360900826899", + "batteryIDDMCCode" : "NO-070573056146020140114258", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -107038,32 +159156,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ca829e0-9729-46ea-b8c3-240c639d3e8f", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-04", + "currentStateOfHealthTimestamp" : "2014-09-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-02-19", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -107072,28 +159216,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:186e1f4c-14dc-41c7-a1b0-3fcfa28db54e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:186e1f4c-14dc-41c7-a1b0-3fcfa28db54e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "480742", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4908", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -107101,31 +159292,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-326614545130340573086120", + "value" : "NO-998470145454027100913530", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:186e1f4c-14dc-41c7-a1b0-3fcfa28db54e", + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3aa721af-7321-4c44-b9fe-02b29bdaed36", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -107134,7 +159350,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -107359,7 +159593,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-326614545130340573086120", + "batteryIDDMCCode" : "NO-998470145454027100913530", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -107370,32 +159604,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:186e1f4c-14dc-41c7-a1b0-3fcfa28db54e", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-11", + "currentStateOfHealthTimestamp" : "2021-09-05", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-25", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -107404,28 +159664,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:def64909-892f-4060-9cea-f9c88a5cb2cf", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:def64909-892f-4060-9cea-f9c88a5cb2cf", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "729044", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2690", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -107433,31 +159740,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-973395105522653049947619", + "value" : "NO-553870064722951756380389", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:def64909-892f-4060-9cea-f9c88a5cb2cf", + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:276f5550-a09f-41e2-bf05-3c69bc1175be", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -107466,7 +159798,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -107691,7 +160041,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-973395105522653049947619", + "batteryIDDMCCode" : "NO-553870064722951756380389", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -107702,32 +160052,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:def64909-892f-4060-9cea-f9c88a5cb2cf", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-18", + "currentStateOfHealthTimestamp" : "2020-10-01", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-02-23", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -107736,28 +160112,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:06d15891-aab3-4a05-9f24-806023702fc5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:06d15891-aab3-4a05-9f24-806023702fc5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "462035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8159", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -107765,31 +160188,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-221492443809697258353189", + "value" : "NO-770755434441842670470708", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:06d15891-aab3-4a05-9f24-806023702fc5", + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:32356d8d-4ce9-4b15-af23-c816b7066f76", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -107798,7 +160246,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -108023,7 +160489,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-221492443809697258353189", + "batteryIDDMCCode" : "NO-770755434441842670470708", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -108034,32 +160500,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:06d15891-aab3-4a05-9f24-806023702fc5", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-29", + "currentStateOfHealthTimestamp" : "2016-04-03", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-10", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -108068,28 +160560,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:813d00df-666d-4568-bcfa-b639c3457040", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:813d00df-666d-4568-bcfa-b639c3457040", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "708923", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "8210", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -108097,31 +160636,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-337944804374115028113729", + "value" : "NO-795780647921641316860975", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:813d00df-666d-4568-bcfa-b639c3457040", + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0267052f-b1a9-4ca4-90d2-40360bf31a49", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -108130,7 +160694,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -108355,7 +160937,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-337944804374115028113729", + "batteryIDDMCCode" : "NO-795780647921641316860975", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -108366,32 +160948,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:813d00df-666d-4568-bcfa-b639c3457040", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-09-21", + "currentStateOfHealthTimestamp" : "2018-06-13", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-02-28", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -108400,28 +161008,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8dfd76e5-6984-4706-8253-b88653c435dc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8dfd76e5-6984-4706-8253-b88653c435dc", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "706727", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5671", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -108429,31 +161084,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-846415220221081656400976", + "value" : "NO-651190678479839520199228", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8dfd76e5-6984-4706-8253-b88653c435dc", + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:419941ea-191a-4b77-901e-f438a859ecd6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -108462,7 +161142,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -108687,7 +161385,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-846415220221081656400976", + "batteryIDDMCCode" : "NO-651190678479839520199228", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -108698,32 +161396,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8dfd76e5-6984-4706-8253-b88653c435dc", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-02-09", + "currentStateOfHealthTimestamp" : "2021-12-27", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-02-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -108732,28 +161456,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1d715e7f-d863-4677-a9bf-29f969a83e1a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d715e7f-d863-4677-a9bf-29f969a83e1a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "349925", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7656", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -108761,31 +161532,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-898644138020633706872670", + "value" : "NO-428045788323091672467060", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1d715e7f-d863-4677-a9bf-29f969a83e1a", + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4eff8d49-ad1b-420c-8162-9eb9fc370238", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -108794,7 +161590,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -109019,7 +161833,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-898644138020633706872670", + "batteryIDDMCCode" : "NO-428045788323091672467060", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -109030,32 +161844,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d715e7f-d863-4677-a9bf-29f969a83e1a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-27", + "currentStateOfHealthTimestamp" : "2021-07-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -109064,28 +161904,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d1fe1e36-22d9-491e-bcb2-3b436d46d2ac", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d1fe1e36-22d9-491e-bcb2-3b436d46d2ac", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "47812", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7304", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -109093,31 +161980,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-409508966927690047134822", + "value" : "NO-759557059617093989385682", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d1fe1e36-22d9-491e-bcb2-3b436d46d2ac", + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85ac2def-32fc-4d72-9a32-ca53570392aa", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -109126,7 +162038,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -109351,7 +162281,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-409508966927690047134822", + "batteryIDDMCCode" : "NO-759557059617093989385682", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -109362,32 +162292,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d1fe1e36-22d9-491e-bcb2-3b436d46d2ac", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-01", + "currentStateOfHealthTimestamp" : "2022-09-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-08", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -109396,74 +162352,424 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Cabrio-Limousine", - "catenaXId" : "urn:uuid:7f022383-4045-420b-bae5-18d383a5d428", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - }, { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2016-11-01", - "mileageDistance" : 120000 + } ], + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "396934", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1290", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "catenaXId" : "urn:uuid:7f022383-4045-420b-bae5-18d383a5d428", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "LK-58", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "OMCWYJABSCPIQUQRD", + "value" : "NO-066639614700637985131228", "key" : "partInstanceId" - }, { - "value" : "OMCWYJABSCPIQUQRD", - "key" : "van" } ], "manufacturingInformation" : { - "date" : "2018-04-17T09:34:56.000Z", - "country" : "DEU" + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:7f022383-4045-420b-bae5-18d383a5d428", + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", "partTypeInformation" : { - "manufacturerPartId" : "LK-58", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:676db28d-c7e3-4ad1-8ebb-d94c8fd8b770", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-066639614700637985131228", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Iron", - "recycledContent" : 10, + "recycledContent" : 40, "materialClass" : "1.1", "quantity" : { "unit" : "unit:kilogram", @@ -109473,7 +162779,7 @@ "materialAbbreviation" : "IR334" }, { "materialName" : "Polyethylen", - "recycledContent" : 38, + "recycledContent" : 87, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -109483,7 +162789,7 @@ "materialAbbreviation" : "PE221" }, { "materialName" : "Polyamid6", - "recycledContent" : 39, + "recycledContent" : 32, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -109493,7 +162799,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Aluminium", - "recycledContent" : 76, + "recycledContent" : 62, "materialClass" : "2.1", "quantity" : { "unit" : "unit:kilogram", @@ -109503,7 +162809,7 @@ "materialAbbreviation" : "ALU331" }, { "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 27, + "recycledContent" : 81, "materialClass" : "0.7", "quantity" : { "unit" : "unit:kilogram", @@ -109513,7 +162819,7 @@ "materialAbbreviation" : "W123" }, { "materialName" : "Glue", - "recycledContent" : 7, + "recycledContent" : 10, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -109523,7 +162829,7 @@ "materialAbbreviation" : "GL338" }, { "materialName" : "Carbon Steel", - "recycledContent" : 86, + "recycledContent" : 74, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -109533,7 +162839,7 @@ "materialAbbreviation" : "CS2" }, { "materialName" : "Cooper", - "recycledContent" : 84, + "recycledContent" : 55, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -109543,7 +162849,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Rubber", - "recycledContent" : 10, + "recycledContent" : 79, "materialClass" : "5.3", "quantity" : { "unit" : "unit:kilogram", @@ -109553,7 +162859,7 @@ "materialAbbreviation" : "R22" }, { "materialName" : "Textiles", - "recycledContent" : 54, + "recycledContent" : 42, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:kilogram", @@ -109563,359 +162869,496 @@ "materialAbbreviation" : "TEX1" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7f022383-4045-420b-bae5-18d383a5d428", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "childItems" : [ { - "catenaXId" : "urn:uuid:118f93bf-640a-41a9-a5ba-5d9f1048f3f1", + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:786a1e5e-8263-4ea8-b432-3990e739cbc0", + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6b208fbd-7647-4737-be2a-da7371cdde1b", + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003CSGV", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:78a56210-8de2-45c8-b9f6-176a531ebd8a", + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ff56d637-d6f7-4a97-bbcb-075168a2bf9e", + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b9696c11-f748-46b7-85a2-0a1262050729", + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ded2f043-eadf-4eeb-afa6-731ab2eb54b7", + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2c59b94c-c6b8-49e6-a00f-9764d898d263", + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:92008d75-5b2d-4038-9ecb-33e70e805518", + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:90a63c9a-2089-4597-b026-e755970e6d45", + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1ee2284d-24a6-469c-8e40-8bcadbe80fe5", + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a066eefa-b42b-4ffe-b1fb-4fcba05f23af", + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:330838b5-c9f3-4ed5-8609-a2fb7fdba079", + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b2cac843-e866-4ba7-949e-7048dfb16872", + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2bebcde5-4ac3-4219-a308-b846810326e6", + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:a043d6ec-b444-4ebb-b1a1-86285b20a0a4", + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0f95e2e6-f0d6-4767-86a2-9c9fcfbee710", + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:67165906-faa5-458f-8307-79150c383b2c", + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f08e24a7-4efa-4306-96b0-3a8089e5486e", + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1ace8799-d1ad-408a-b960-8f1dc1fabcad", + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bb310e70-b61b-47a3-a225-ace92e7823b9", + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:33404287-d7e9-4145-9527-00f461d4f990", + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:ac9b0ccd-d5ba-4274-b253-b5cd6ea26f34", + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:015ff1f1-2ea2-4cb0-91b2-1688cc3b3c59", + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2226cba9-89cc-4f12-afcb-4bf6177a9265", + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:334d9cbf-6fb2-4c20-91d0-d9dacf6152fe", + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0654851d-4886-4ffe-b65d-9abe33ee5fa5", + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6e5b3230-6a3e-4121-9773-ee9443234771", + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f2fa3c64-d281-4307-bd47-4a4f4f9cc23e", + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:48f11887-b132-4daf-8358-5d0be475e7fc", + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B2OM", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:16d3c4f2-1b37-4911-8408-c496a270e72b", + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B5MJ", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5e5661bd-9d29-49a3-94f7-3981b9116a46", + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ], + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "GG-88", + "key" : "manufacturerPartId" + }, { + "value" : "OMAUTSWWLUZIALLQA", + "key" : "partInstanceId" + }, { + "value" : "OMAUTSWWLUZIALLQA", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2013-05-30T05:25:44.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "partTypeInformation" : { + "manufacturerPartId" : "GG-88", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Van", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S2AVB", + "description" : "adaptive drive", + "group" : "special equipment" + }, { + "code" : "S218A", + "description" : "sport automatic transmission", + "group" : "special equipment" + }, { + "code" : "S378B", + "description" : "integrated child seats", + "group" : "special equipment" + }, { + "code" : "B298B", + "description" : "keyless entry", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2014-03-24", + "mileageDistance" : 120000 + } ] } ] }, { - "catenaXId" : "urn:uuid:118f93bf-640a-41a9-a5ba-5d9f1048f3f1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:118f93bf-640a-41a9-a5ba-5d9f1048f3f1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "142050", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7983", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "73849201-61", "key" : "manufacturerPartId" }, { - "value" : "NO-445946237648208180925239", + "value" : "NO-897103492718576075219698", "key" : "partInstanceId" }, { "value" : "Company 10", @@ -109926,25 +163369,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:118f93bf-640a-41a9-a5ba-5d9f1048f3f1", + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", "partTypeInformation" : { "manufacturerPartId" : "73849201-61", "customerPartId" : "73849201-61", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Catalysator", "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Catalysator" } - } ] - }, { - "catenaXId" : "urn:uuid:786a1e5e-8263-4ea8-b432-3990e739cbc0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:786a1e5e-8263-4ea8-b432-3990e739cbc0", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -109955,9 +163428,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "335362", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2823", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -109965,7 +163519,7 @@ "value" : "22782277-50", "key" : "manufacturerPartId" }, { - "value" : "NO-975912353736157536467736", + "value" : "NO-211534666015366566012745", "key" : "partInstanceId" }, { "value" : "Company 3", @@ -109976,39 +163530,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:786a1e5e-8263-4ea8-b432-3990e739cbc0", + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", "partTypeInformation" : { "manufacturerPartId" : "22782277-50", "customerPartId" : "22782277-50", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-l", "nameAtCustomer" : "Door front-left" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:786a1e5e-8263-4ea8-b432-3990e739cbc0", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:10002a46-8349-4757-9ac6-1908b3833a5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:26e85232-2b60-47b6-985e-d83772378e0b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:10002a46-8349-4757-9ac6-1908b3833a5c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:10002a46-8349-4757-9ac6-1908b3833a5c", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110019,9 +163608,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "14388717EVX", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "522039", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8589", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -110029,48 +163711,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-587093561007193771479885", + "value" : "NO-810295075415539190881160", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:10002a46-8349-4757-9ac6-1908b3833a5c", + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "24909278GQW", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:10002a46-8349-4757-9ac6-1908b3833a5c", + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:6b208fbd-7647-4737-be2a-da7371cdde1b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6b208fbd-7647-4737-be2a-da7371cdde1b", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110081,9 +163775,90 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "childItems" : [ { + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "252563", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8858", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CSGV", "key" : "manufacturerId" @@ -110091,7 +163866,7 @@ "value" : "95657362-64", "key" : "manufacturerPartId" }, { - "value" : "NO-691099109339771359055336", + "value" : "NO-522606169119282135007012", "key" : "partInstanceId" }, { "value" : "Company 4", @@ -110102,39 +163877,74 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6b208fbd-7647-4737-be2a-da7371cdde1b", + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", "partTypeInformation" : { "manufacturerPartId" : "33740332-54", "customerPartId" : "33740332-54", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door f-r", "nameAtCustomer" : "Door front-right" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6b208fbd-7647-4737-be2a-da7371cdde1b", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "manufacturerId" : "BPNL00000003CSGV", "childItems" : [ { - "catenaXId" : "urn:uuid:2c4a8551-770a-44a7-9bdc-4586483fdfa4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c8bb38b4-1ad6-4176-9766-24222d715c9f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:2c4a8551-770a-44a7-9bdc-4586483fdfa4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c4a8551-770a-44a7-9bdc-4586483fdfa4", + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", + "businessPartner" : "BPNL00000003CSGV", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110145,9 +163955,102 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "73869864QSZ", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } } ], + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "929989", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 8 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2393", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000000BJTL", "key" : "manufacturerId" @@ -110155,48 +164058,60 @@ "value" : "95657762-59", "key" : "manufacturerPartId" }, { - "value" : "NO-238299971277008917114209", + "value" : "NO-526060008250250591571360", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2c4a8551-770a-44a7-9bdc-4586483fdfa4", + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", "partTypeInformation" : { "manufacturerPartId" : "95657762-59", "customerPartId" : "95657762-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door Key", "nameAtCustomer" : "Door Key" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "52762480WXQ", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:2c4a8551-770a-44a7-9bdc-4586483fdfa4", + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" + "ownerPartId" : "95657762-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" } - } ] - }, { - "catenaXId" : "urn:uuid:78a56210-8de2-45c8-b9f6-176a531ebd8a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:78a56210-8de2-45c8-b9f6-176a531ebd8a", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", "customers" : [ { - "businessPartner" : false, + "businessPartner" : "BPNL00000000BJTL", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110207,40 +164122,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "169179", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1040", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "15635759-16", "key" : "manufacturerPartId" }, { - "value" : "NO-092527839029900188741256", + "value" : "NO-112437134579525713767718", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:78a56210-8de2-45c8-b9f6-176a531ebd8a", + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", "partTypeInformation" : { "manufacturerPartId" : "15635759-16", "customerPartId" : "15635759-16", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-l", "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" } - } ] - }, { - "catenaXId" : "urn:uuid:ff56d637-d6f7-4a97-bbcb-075168a2bf9e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ff56d637-d6f7-4a97-bbcb-075168a2bf9e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110251,17 +164263,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "158072", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6647", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "28673126-98", "key" : "manufacturerPartId" }, { - "value" : "NO-770631984053712889246870", + "value" : "NO-353669866416007480479809", "key" : "partInstanceId" }, { "value" : "Company 5", @@ -110272,25 +164351,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ff56d637-d6f7-4a97-bbcb-075168a2bf9e", + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", "partTypeInformation" : { "manufacturerPartId" : "28673126-98", "customerPartId" : "28673126-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Door r-r", "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" } - } ] - }, { - "catenaXId" : "urn:uuid:b9696c11-f748-46b7-85a2-0a1262050729", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9696c11-f748-46b7-85a2-0a1262050729", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110301,17 +164410,84 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "295231", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3221", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "94421589-82", "key" : "manufacturerPartId" }, { - "value" : "NO-155732364047288857797929", + "value" : "NO-745506815228397423604793", "key" : "partInstanceId" }, { "value" : "Company 6", @@ -110322,25 +164498,55 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b9696c11-f748-46b7-85a2-0a1262050729", + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", "partTypeInformation" : { "manufacturerPartId" : "94421589-82", "customerPartId" : "94421589-82", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Engine hood", "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Engine hood" } - } ] - }, { - "catenaXId" : "urn:uuid:ded2f043-eadf-4eeb-afa6-731ab2eb54b7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ded2f043-eadf-4eeb-afa6-731ab2eb54b7", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110351,40 +164557,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "780572", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4945", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "85023955-75", "key" : "manufacturerPartId" }, { - "value" : "NO-682965224488212461431133", + "value" : "NO-111494423758526603085139", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ded2f043-eadf-4eeb-afa6-731ab2eb54b7", + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", "partTypeInformation" : { "manufacturerPartId" : "85023955-75", "customerPartId" : "85023955-75", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tailgate", "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailgate" } - } ] - }, { - "catenaXId" : "urn:uuid:2c59b94c-c6b8-49e6-a00f-9764d898d263", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c59b94c-c6b8-49e6-a00f-9764d898d263", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110395,40 +164698,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "283160", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5283", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "13769860-47", "key" : "manufacturerPartId" }, { - "value" : "NO-530788244235511684306757", + "value" : "NO-445614779824118555770555", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2c59b94c-c6b8-49e6-a00f-9764d898d263", + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", "partTypeInformation" : { "manufacturerPartId" : "13769860-47", "customerPartId" : "13769860-47", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender left", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:92008d75-5b2d-4038-9ecb-33e70e805518", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:92008d75-5b2d-4038-9ecb-33e70e805518", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110439,40 +164839,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "73515", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "6978", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "36643162-35", "key" : "manufacturerPartId" }, { - "value" : "NO-429262674094382806080102", + "value" : "NO-379402067665339366723185", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:92008d75-5b2d-4038-9ecb-33e70e805518", + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", "partTypeInformation" : { "manufacturerPartId" : "36643162-35", "customerPartId" : "36643162-35", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Fender right", "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" } - } ] - }, { - "catenaXId" : "urn:uuid:90a63c9a-2089-4597-b026-e755970e6d45", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:90a63c9a-2089-4597-b026-e755970e6d45", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110483,40 +164980,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "880115", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "5404", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "54165444-59", "key" : "manufacturerPartId" }, { - "value" : "NO-653408152823427120487906", + "value" : "NO-881090076445243310184722", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:90a63c9a-2089-4597-b026-e755970e6d45", + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", "partTypeInformation" : { "manufacturerPartId" : "54165444-59", "customerPartId" : "54165444-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper front", "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper front" } - } ] - }, { - "catenaXId" : "urn:uuid:1ee2284d-24a6-469c-8e40-8bcadbe80fe5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ee2284d-24a6-469c-8e40-8bcadbe80fe5", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110527,40 +165121,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "706395", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3766", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "22768257-25", "key" : "manufacturerPartId" }, { - "value" : "NO-984865503032346158062555", + "value" : "NO-523618767337566841620574", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1ee2284d-24a6-469c-8e40-8bcadbe80fe5", + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", "partTypeInformation" : { "manufacturerPartId" : "22768257-25", "customerPartId" : "22768257-25", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Bumper rear", "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" } - } ] - }, { - "catenaXId" : "urn:uuid:a066eefa-b42b-4ffe-b1fb-4fcba05f23af", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a066eefa-b42b-4ffe-b1fb-4fcba05f23af", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110571,40 +165262,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "136173", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4297", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "65529521-37", "key" : "manufacturerPartId" }, { - "value" : "NO-488977843715354108079520", + "value" : "NO-134972035386407420689973", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a066eefa-b42b-4ffe-b1fb-4fcba05f23af", + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", "partTypeInformation" : { "manufacturerPartId" : "65529521-37", "customerPartId" : "65529521-37", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror left", "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" } - } ] - }, { - "catenaXId" : "urn:uuid:330838b5-c9f3-4ed5-8609-a2fb7fdba079", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:330838b5-c9f3-4ed5-8609-a2fb7fdba079", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110615,40 +165403,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "964210", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4812", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "58471477-24", "key" : "manufacturerPartId" }, { - "value" : "NO-622405506855936886431683", + "value" : "NO-267889602260734086865808", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:330838b5-c9f3-4ed5-8609-a2fb7fdba079", + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", "partTypeInformation" : { "manufacturerPartId" : "58471477-24", "customerPartId" : "58471477-24", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Exterior mirror right", "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" } - } ] - }, { - "catenaXId" : "urn:uuid:b2cac843-e866-4ba7-949e-7048dfb16872", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2cac843-e866-4ba7-949e-7048dfb16872", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110659,40 +165544,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "326337", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7271", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "09002013-68", "key" : "manufacturerPartId" }, { - "value" : "NO-529060115775731776823129", + "value" : "NO-202606871824681721163696", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:b2cac843-e866-4ba7-949e-7048dfb16872", + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", "partTypeInformation" : { "manufacturerPartId" : "09002013-68", "customerPartId" : "09002013-68", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Trailer coupling", "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" } - } ] - }, { - "catenaXId" : "urn:uuid:2bebcde5-4ac3-4219-a308-b846810326e6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bebcde5-4ac3-4219-a308-b846810326e6", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110703,40 +165685,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "408093", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1001", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "43501996-98", "key" : "manufacturerPartId" }, { - "value" : "NO-718758854917669174087104", + "value" : "NO-131978078535616439777638", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2bebcde5-4ac3-4219-a308-b846810326e6", + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", "partTypeInformation" : { "manufacturerPartId" : "43501996-98", "customerPartId" : "43501996-98", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Dashboard", "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Dashboard" } - } ] - }, { - "catenaXId" : "urn:uuid:a043d6ec-b444-4ebb-b1a1-86285b20a0a4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a043d6ec-b444-4ebb-b1a1-86285b20a0a4", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110747,40 +165826,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "223934", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1268", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "77795937-13", "key" : "manufacturerPartId" }, { - "value" : "NO-603439499529770557554455", + "value" : "NO-669032114632615288919023", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:a043d6ec-b444-4ebb-b1a1-86285b20a0a4", + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", "partTypeInformation" : { "manufacturerPartId" : "77795937-13", "customerPartId" : "77795937-13", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Steering wheel", "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" } - } ] - }, { - "catenaXId" : "urn:uuid:0f95e2e6-f0d6-4767-86a2-9c9fcfbee710", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f95e2e6-f0d6-4767-86a2-9c9fcfbee710", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110791,40 +165967,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "838606", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1139", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "20125432-59", "key" : "manufacturerPartId" }, { - "value" : "NO-298420281591506553270857", + "value" : "NO-285471949284935640933709", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0f95e2e6-f0d6-4767-86a2-9c9fcfbee710", + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", "partTypeInformation" : { "manufacturerPartId" : "20125432-59", "customerPartId" : "20125432-59", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator left", "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator left" } - } ] - }, { - "catenaXId" : "urn:uuid:67165906-faa5-458f-8307-79150c383b2c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:67165906-faa5-458f-8307-79150c383b2c", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110835,40 +166108,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "699453", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4108", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "19073706-76", "key" : "manufacturerPartId" }, { - "value" : "NO-783290256977986974160836", + "value" : "NO-330957184442058171647578", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:67165906-faa5-458f-8307-79150c383b2c", + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", "partTypeInformation" : { "manufacturerPartId" : "19073706-76", "customerPartId" : "19073706-76", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Indicator right", "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator right" } - } ] - }, { - "catenaXId" : "urn:uuid:f08e24a7-4efa-4306-96b0-3a8089e5486e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f08e24a7-4efa-4306-96b0-3a8089e5486e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110879,40 +166249,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "236482", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5981", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "45415162-57", "key" : "manufacturerPartId" }, { - "value" : "NO-756385577925140623610541", + "value" : "NO-822796740548188148943670", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f08e24a7-4efa-4306-96b0-3a8089e5486e", + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", "partTypeInformation" : { "manufacturerPartId" : "45415162-57", "customerPartId" : "45415162-57", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Led headlight", "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Led headlight" } - } ] - }, { - "catenaXId" : "urn:uuid:1ace8799-d1ad-408a-b960-8f1dc1fabcad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ace8799-d1ad-408a-b960-8f1dc1fabcad", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110923,40 +166390,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "131404", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3300", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "78141846-87", "key" : "manufacturerPartId" }, { - "value" : "NO-820729147855727229496823", + "value" : "NO-771564318302097683905104", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1ace8799-d1ad-408a-b960-8f1dc1fabcad", + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", "partTypeInformation" : { "manufacturerPartId" : "78141846-87", "customerPartId" : "78141846-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Starter motor", "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Starter motor" } - } ] - }, { - "catenaXId" : "urn:uuid:bb310e70-b61b-47a3-a225-ace92e7823b9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb310e70-b61b-47a3-a225-ace92e7823b9", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -110967,40 +166531,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "460640", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2681", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "81324139-23", "key" : "manufacturerPartId" }, { - "value" : "NO-777181352956827651818592", + "value" : "NO-239260272543321279088898", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bb310e70-b61b-47a3-a225-ace92e7823b9", + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", "partTypeInformation" : { "manufacturerPartId" : "81324139-23", "customerPartId" : "81324139-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Alternator", "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Alternator" } - } ] - }, { - "catenaXId" : "urn:uuid:33404287-d7e9-4145-9527-00f461d4f990", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:33404287-d7e9-4145-9527-00f461d4f990", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111011,40 +166672,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "125824", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2923", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "57929013-09", "key" : "manufacturerPartId" }, { - "value" : "NO-690585562696189854382131", + "value" : "NO-306396512245970743345151", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:33404287-d7e9-4145-9527-00f461d4f990", + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", "partTypeInformation" : { "manufacturerPartId" : "57929013-09", "customerPartId" : "57929013-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "AC compressor", "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" } - } ] - }, { - "catenaXId" : "urn:uuid:ac9b0ccd-d5ba-4274-b253-b5cd6ea26f34", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ac9b0ccd-d5ba-4274-b253-b5cd6ea26f34", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111055,40 +166813,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "969328", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4926", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "61184040-23", "key" : "manufacturerPartId" }, { - "value" : "NO-780475683403465933263980", + "value" : "NO-895054980590632690004187", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ac9b0ccd-d5ba-4274-b253-b5cd6ea26f34", + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", "partTypeInformation" : { "manufacturerPartId" : "61184040-23", "customerPartId" : "61184040-23", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight rear", "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" } - } ] - }, { - "catenaXId" : "urn:uuid:015ff1f1-2ea2-4cb0-91b2-1688cc3b3c59", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:015ff1f1-2ea2-4cb0-91b2-1688cc3b3c59", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111099,40 +166954,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "213237", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8871", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "78744126-74", "key" : "manufacturerPartId" }, { - "value" : "NO-509924467004324776309699", + "value" : "NO-620547476734310789610821", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:015ff1f1-2ea2-4cb0-91b2-1688cc3b3c59", + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", "partTypeInformation" : { "manufacturerPartId" : "78744126-74", "customerPartId" : "78744126-74", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Taillight front", "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight front" } - } ] - }, { - "catenaXId" : "urn:uuid:2226cba9-89cc-4f12-afcb-4bf6177a9265", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2226cba9-89cc-4f12-afcb-4bf6177a9265", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111143,40 +167095,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "348657", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7617", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "12093297-03", "key" : "manufacturerPartId" }, { - "value" : "NO-495436658064746484475092", + "value" : "NO-600852313453046969357341", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2226cba9-89cc-4f12-afcb-4bf6177a9265", + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", "partTypeInformation" : { "manufacturerPartId" : "12093297-03", "customerPartId" : "12093297-03", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part front", "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part front" } - } ] - }, { - "catenaXId" : "urn:uuid:334d9cbf-6fb2-4c20-91d0-d9dacf6152fe", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:334d9cbf-6fb2-4c20-91d0-d9dacf6152fe", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111187,40 +167236,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "584409", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3210", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "88111709-49", "key" : "manufacturerPartId" }, { - "value" : "NO-850077303467847792597182", + "value" : "NO-552693740323920547409688", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:334d9cbf-6fb2-4c20-91d0-d9dacf6152fe", + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", "partTypeInformation" : { "manufacturerPartId" : "88111709-49", "customerPartId" : "88111709-49", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Axle part rear", "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" } - } ] - }, { - "catenaXId" : "urn:uuid:0654851d-4886-4ffe-b65d-9abe33ee5fa5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0654851d-4886-4ffe-b65d-9abe33ee5fa5", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111231,40 +167377,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "676051", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5707", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "00871379-44", "key" : "manufacturerPartId" }, { - "value" : "NO-250172776863311560772155", + "value" : "NO-647814508944148501691202", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:0654851d-4886-4ffe-b65d-9abe33ee5fa5", + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", "partTypeInformation" : { "manufacturerPartId" : "00871379-44", "customerPartId" : "00871379-44", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Chassis", "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Chassis" } - } ] - }, { - "catenaXId" : "urn:uuid:6e5b3230-6a3e-4121-9773-ee9443234771", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6e5b3230-6a3e-4121-9773-ee9443234771", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111275,40 +167518,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "26618", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8901", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "08901347-87", "key" : "manufacturerPartId" }, { - "value" : "NO-924419152176780168151457", + "value" : "NO-248823758665297496645777", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6e5b3230-6a3e-4121-9773-ee9443234771", + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", "partTypeInformation" : { "manufacturerPartId" : "08901347-87", "customerPartId" : "08901347-87", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Rims", "nameAtCustomer" : "Rims" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Rims" } - } ] - }, { - "catenaXId" : "urn:uuid:f2fa3c64-d281-4307-bd47-4a4f4f9cc23e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2fa3c64-d281-4307-bd47-4a4f4f9cc23e", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111319,40 +167659,137 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "911188", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "3536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "45863316-60", "key" : "manufacturerPartId" }, { - "value" : "NO-973317028093725370037400", + "value" : "NO-648856597195950857904627", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f2fa3c64-d281-4307-bd47-4a4f4f9cc23e", + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", "partTypeInformation" : { "manufacturerPartId" : "45863316-60", "customerPartId" : "45863316-60", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Tires", "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tires" } - } ] - }, { - "catenaXId" : "urn:uuid:48f11887-b132-4daf-8358-5d0be475e7fc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:48f11887-b132-4daf-8358-5d0be475e7fc", + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111363,17 +167800,151 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 57, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 1, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 43, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "childItems" : [ { + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "836732", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8877", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B2OM", "key" : "manufacturerId" }, { - "value" : "1O222E8-43", + "value" : "42555H1-52", "key" : "manufacturerPartId" }, { - "value" : "NO-425877493417098462379397", + "value" : "NO-969650964344996854382343", "key" : "partInstanceId" }, { "value" : "Company 2", @@ -111384,18 +167955,116 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:48f11887-b132-4daf-8358-5d0be475e7fc", + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Transmission", "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b4e5ec3-51bb-4ced-b0ab-b26c13b4bbf2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:229a00f0-5b01-4e8b-9d7a-95ae3e94aace", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a9148af8-298a-40cf-8fb9-72e7f9d88edd", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" } } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { "productSpecificParameters" : { "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], "driveType" : "combustion engine", @@ -111436,10 +168105,10 @@ "documentTitle" : "Title A" } ] }, - "catenaXId" : "urn:uuid:48f11887-b132-4daf-8358-5d0be475e7fc", + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", "identification" : { "localIdentifiers" : [ { - "value" : "NO-425877493417098462379397", + "value" : "NO-969650964344996854382343", "key" : "PartInstanceID" } ], "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", @@ -111505,109 +168174,12 @@ "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] } } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 17, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 22, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 51, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:48f11887-b132-4daf-8358-5d0be475e7fc", - "childItems" : [ { - "catenaXId" : "urn:uuid:7c6d6e9a-3db7-47da-9d4f-9707b8b453fb", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4cb02c72-29ca-4941-802f-19cea19cb761", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7c6d6e9a-3db7-47da-9d4f-9707b8b453fb", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:7c6d6e9a-3db7-47da-9d4f-9707b8b453fb", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c6d6e9a-3db7-47da-9d4f-9707b8b453fb", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", + "businessPartner" : "BPNL00000003B2OM", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111618,14 +168190,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 67, + "recycledContent" : 61, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -111635,7 +168207,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 74, + "recycledContent" : 69, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -111644,15 +168216,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc", + } ], + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "417316", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7728", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "partTypeInformation" : { + "manufacturerPartId" : "NY-00", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", "customers" : [ { "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111663,118 +168348,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "childItems" : [ { + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "918525", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4830", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "75403Z4-23", + "value" : "28560P2-12", "key" : "manufacturerPartId" }, { - "value" : "NO-693579327022566743815951", + "value" : "NO-067369307894106711566433", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc", + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", "partTypeInformation" : { - "manufacturerPartId" : "75403Z4-23", - "customerPartId" : "75403Z4-23", - "classification" : "component", + "manufacturerPartId" : "28560P2-12", + "customerPartId" : "28560P2-12", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:2afbac90-a662-4f16-9058-4f030e692631", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f409347a-97a4-41b8-a0c5-e461fce6ab20", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_specified:1.0.0#SingleLevelBomAsSpecified": [ { - "catenaXId": "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc", - "childParts": [ { - "childPartsCategory": "e.g. vehicle, winter wheels, bicycle rack", - "part": [ { - "ownerPartId": "22782277-50", - "partVersion": "05", - "partQuantity": { - "quantityNumber": 350.0, - "measurementUnit": "kW" - }, - "partDescription": "The steering wheel is nice and round", - "partClassification": [ { - "value": "STEEWHL", - "key": "BMW:PartFamily" - } - ], - "createdOn": "2022-02-03T14:48:54.709Z", - "lastModifiedOn": "2022-02-03T14:48:54.709Z" - } - ], - "childCatenaXId": "urn:uuid:2afbac90-a662-4f16-9058-4f030e692631", - "businessPartner": "BPNL00000003B0Q0" - } ] - } ], - "urn:bamm:io.catenax.part_as_specified:2.0.0#PartAsSpecified": [ { - "partTypeInformation": { - "partClassification": [ { - "value": "STEEWHL", - "key": "BMW:PartFamily" - } - ], - "ownerPartId": "22782277-50", - "partVersion": "05", - "itemCategory": "component", - "nameAtOwner": "Steering Wheel", - "partDescription": "The steering wheel is nice and round" - }, - "validityPeriod": { - "validFrom": "2023-02-10T07:17:52.396Z", - "validTo": "2023-02-10T07:17:52.396Z" - }, - "catenaXId": "urn:uuid:644c0988-6949-4586-b304-7f46f412a5cc" - } ] - }, { - "catenaXId" : "urn:uuid:2afbac90-a662-4f16-9058-4f030e692631", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:2afbac90-a662-4f16-9058-4f030e692631", + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" + "ownerPartId" : "28560P2-12", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "NTIER Product", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 51, + "recycledContent" : 55, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -111784,7 +168539,7 @@ "materialAbbreviation" : "" }, { "materialName" : "Other", - "recycledContent" : 11, + "recycledContent" : 2, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -111793,34 +168548,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:4cb02c72-29ca-4941-802f-19cea19cb761", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "457148", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2088", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", + "value" : "BPNL00000003B0Q0", "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4cb02c72-29ca-4941-802f-19cea19cb761", + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "IB-48", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cb02c72-29ca-4941-802f-19cea19cb761", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111831,9 +168680,13 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "childItems" : [ ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", "materialClass" : "6.2", @@ -111845,18 +168698,127 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cb02c72-29ca-4941-802f-19cea19cb761", + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "179318", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5658", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "manufacturerId" : "BPNL00000003AXS3", "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:16d3c4f2-1b37-4911-8408-c496a270e72b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:16d3c4f2-1b37-4911-8408-c496a270e72b", + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "partTypeInformation" : { + "manufacturerPartId" : "BJ-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111867,36 +168829,12 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "84379G2-38", - "key" : "manufacturerPartId" - }, { - "value" : "NO-420427711721403219696143", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:16d3c4f2-1b37-4911-8408-c496a270e72b", - "partTypeInformation" : { - "manufacturerPartId" : "84379G2-38", - "customerPartId" : "84379G2-38", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Glue", - "recycledContent" : 16, + "recycledContent" : 17, "materialClass" : "6.2", "quantity" : { "unit" : "unit:kilogram", @@ -111906,67 +168844,226 @@ "materialAbbreviation" : "GL338" } ] } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:16d3c4f2-1b37-4911-8408-c496a270e72b", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", "childItems" : [ { - "catenaXId" : "urn:uuid:6f66152b-abcc-4f5a-98e5-b393934f811a", + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", "quantity" : { "quantityNumber" : 0.3301, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:51e2051d-3da0-45f2-8f1b-44fbb7a66182", + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B3NX", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4200498b-585c-4f40-810b-593d62f6e531", + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", "quantity" : { "quantityNumber" : 0.2001, "measurementUnit" : "unit:kilogram" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:6f66152b-abcc-4f5a-98e5-b393934f811a", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "549588", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5925", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", + "value" : "BPNL00000003B5MJ", "key" : "manufacturerId" }, { - "value" : "BID12345678", - "key" : "batchId" + "value" : "64019Q7-00", + "key" : "manufacturerPartId" + }, { + "value" : "NO-826773693399477683890623", + "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6f66152b-abcc-4f5a-98e5-b393934f811a", + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" + "manufacturerPartId" : "64019Q7-00", + "customerPartId" : "64019Q7-00", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:be280555-de15-4b87-9b91-94684e83e0c9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f78b0e12-91d7-43c1-ac31-fc5fa8057e24", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:99552ffe-2354-4627-9275-fab0debcd9da", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "partTypeInformation" : { + "ownerPartId" : "64019Q7-00", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" } } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6f66152b-abcc-4f5a-98e5-b393934f811a", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", "customers" : [ { "businessPartner" : "BPNL00000003B5MJ", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -111977,14 +169074,14 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Glue", "materialClass" : "5.5", "component" : [ { "materialName" : "Aluminium oxide", - "recycledContent" : 33, + "recycledContent" : 66, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:percent", @@ -111994,7 +169091,7 @@ "materialAbbreviation" : "AL7" }, { "materialName" : "Other", - "recycledContent" : 79, + "recycledContent" : 77, "materialClass" : "5.5.2", "quantity" : { "unit" : "unit:percent", @@ -112003,15 +169100,128 @@ "aggregateState" : "solid", "materialAbbreviation" : "" } ] - } ] - }, { - "catenaXId" : "urn:uuid:51e2051d-3da0-45f2-8f1b-44fbb7a66182", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:51e2051d-3da0-45f2-8f1b-44fbb7a66182", + } ], + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "798954", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9906", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "partTypeInformation" : { + "manufacturerPartId" : "TQ-65", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AXS3", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -112022,74 +169232,188 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "childItems" : [ { + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] } ], + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "324779", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8959", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B3NX", "key" : "manufacturerId" }, { - "value" : "94117T3-09", + "value" : "81438W4-69", "key" : "manufacturerPartId" }, { - "value" : "NO-351591456348520108240514", + "value" : "NO-995949081304639517654037", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:51e2051d-3da0-45f2-8f1b-44fbb7a66182", + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", "partTypeInformation" : { - "manufacturerPartId" : "94117T3-09", - "customerPartId" : "94117T3-09", - "classification" : "component", + "manufacturerPartId" : "81438W4-69", + "customerPartId" : "81438W4-69", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Sensor", "nameAtCustomer" : "Sensor" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:51e2051d-3da0-45f2-8f1b-44fbb7a66182", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "manufacturerId" : "BPNL00000003B3NX", "childItems" : [ { - "catenaXId" : "urn:uuid:fddfd05a-b0f1-4d9e-ace8-57bef6ccee3b", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fe8e1f2b-6448-41ac-9ade-d6586fc28853", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] - } ] - }, { - "catenaXId" : "urn:uuid:fddfd05a-b0f1-4d9e-ace8-57bef6ccee3b", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:fddfd05a-b0f1-4d9e-ace8-57bef6ccee3b", + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" + "ownerPartId" : "81438W4-69", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" } } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 35, + "recycledContent" : 31, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -112099,7 +169423,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 25, + "recycledContent" : 35, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -112108,57 +169432,146 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "catenaXId" : "urn:uuid:4200498b-585c-4f40-810b-593d62f6e531", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4200498b-585c-4f40-810b-593d62f6e531", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "368264", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3966", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "13068L7-29", - "key" : "manufacturerPartId" - }, { - "value" : "NO-640922638213219348987097", - "key" : "partInstanceId" + "key" : "batchId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4200498b-585c-4f40-810b-593d62f6e531", + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", "partTypeInformation" : { - "manufacturerPartId" : "13068L7-29", - "customerPartId" : "13068L7-29", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" + "manufacturerPartId" : "CW-13", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" } } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "materialName" : "Engineering Plastics", "materialClass" : "5.1", "component" : [ { "materialName" : "PA66", - "recycledContent" : 84, + "recycledContent" : 4, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -112168,7 +169581,7 @@ "materialAbbreviation" : "PA66" }, { "materialName" : "GF-Faser", - "recycledContent" : 50, + "recycledContent" : 53, "materialClass" : "5.1", "quantity" : { "unit" : "unit:percent", @@ -112177,26 +169590,136 @@ "aggregateState" : "solid", "materialAbbreviation" : "GF30" } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" + } ], + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "627552", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2856", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "46106B9-16", + "key" : "manufacturerPartId" + }, { + "value" : "NO-016852990645172955032259", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "partTypeInformation" : { + "manufacturerPartId" : "46106B9-16", + "customerPartId" : "46106B9-16", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "partTypeInformation" : { + "ownerPartId" : "46106B9-16", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } } ], - "catenaXId" : "urn:uuid:5e5661bd-9d29-49a3-94f7-3981b9116a46", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e5661bd-9d29-49a3-94f7-3981b9116a46", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003B0Q0", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -112207,17 +169730,19 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + } ] + }, { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { "value" : "38049661-08", "key" : "manufacturerPartId" }, { - "value" : "NO-976472246108960547394078", + "value" : "NO-191917430528725375106893", "key" : "partInstanceId" }, { "value" : "Company 1", @@ -112228,295 +169753,27 @@ } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5e5661bd-9d29-49a3-94f7-3981b9116a46", + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", "partTypeInformation" : { "manufacturerPartId" : "38049661-08", "customerPartId" : "38049661-08", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "Battery", "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-976472246108960547394078", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 11, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 36, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 83, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { "incoterms" : "DAP (Delivered at Place)", "image" : { "name" : "eOMtThyhVNLWUZNRcBaQKxI", @@ -112553,7 +169810,7 @@ "key" : "JxkyvRnL" } ], "productLink" : "https://123", - "oeNumber" : "NO-976472246108960547394078", + "oeNumber" : "NO-191917430528725375106893", "category" : { "subCategory" : [ "Battery" ], "mainCategory" : [ "Audio, video, navigation" ] @@ -112565,7 +169822,126 @@ "sku" : "1002090, xYz.09, ABcXYZ", "mileage" : 120000.06 } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a272da79-26d7-4fbc-95d6-d45867b72487", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2c70eb5d-d1db-46d7-a5a4-968e4632e40c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:926f4443-f04a-4ba2-93dd-a5f7db4b9ec1", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ae74877d-3423-484c-b431-71cc85145850", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d2dbda1c-1a8e-4a44-9cf3-b9ddde82d89e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c7412f24-fd1f-49d5-8492-376df636a0b3", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:befab831-7855-4c24-a69d-82db4902c5ac", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:27ca6efa-3f00-41f9-9f47-51c8f244c473", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cc88364a-4358-4b85-a61d-2b45391348ae", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { "serialization" : { "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", @@ -112576,99 +169952,99 @@ "value" : 1 }, "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" } }, "typology" : { "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", + "description" : "This is the product description of a Battery", "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" }, "metadata" : { "validityDate" : "2000-01-01", "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" + "issueDate" : "2023-10-09", + "version" : 1.7, + "status" : "Expired" }, "characteristics" : { "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "diameter" : 1086.0725, + "width" : 1086, + "length" : 2005, + "weight" : 661, + "height" : 318 }, "lifespan" : { - "unit" : "unit:day", - "value" : 36 + "unit" : "unit:year", + "value" : 19 } }, "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 + "placedOnMarket" : "2022-12-19", + "warranty" : 60 }, "identification" : { "localIdentifiers" : [ { - "value" : "NO-976472246108960547394078", + "value" : "NO-191917430528725375106893", "key" : "PartInstanceID" } ], - "gtin" : "12345678", + "gtin" : " 27217354", "additionalCode" : [ { "name" : "TARIC", - "value" : "8703 24 10 00" + "value" : "464053879" } ] }, "sources" : { "optional" : [ { "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, - "name" : "other" + "name" : "sustainability" } ], "mandatory" : { "safetyTransportation" : { - "header" : "Sustainability Document Material XY", + "header" : "Shipping guidelines", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", + "header" : "Laboratory test results HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "safetyPackaging" : { - "header" : "Sustainability Document Material XY", + "header" : "Packaging instruction for HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "declarationOfConformity" : [ { "document" : { "header" : "Sustainability Document Material XY", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "name" : "other" } ] @@ -112676,10 +170052,10 @@ }, "handling" : { "maintenanceHistory" : [ { - "date" : "2000-01-01", + "date" : "2024-01-13", "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" + "description" : "Battery test", + "title" : "Maintenance Service" } ], "reusablePackaging" : true, "spareParts" : [ { @@ -112688,179 +170064,260 @@ "producerId" : "BPNL1234567890ZZ" } ], "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", + "unit" : "unit:percent", "name" : "Lead", - "location" : "Housing", + "location" : "HvbCell", "concentration" : { - "left" : [ 3.592682E37 ] + "left" : [ 6.3151 ] }, - "id" : "RC0402" + "id" : "YM2584" } ] }, "additionalData" : [ { "data" : "23", "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "data" : "", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], "sustainability" : { "material" : [ { "recycled" : false, - "renewable" : true, + "renewable" : false, "percentage" : 5, "name" : "Aluminium" } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], + "critical" : [ "Cobalt" ], "carbonFootprint" : { "crossSectoralStandard" : "GHG Protocol Product standard", "productOrSectorSpecificRules" : [ { "extWBCSD_otherOperatorName" : "NSF", "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { + "productOrSectorSpecificRules" : [ { "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } + } ] } ], - "carbonContentTotal" : 2.5 + "carbonContentTotal" : 112 }, "state" : "first life" }, "operation" : { - "importer" : "BPNL1234567890ZZ", + "importer" : "BPNL00000003B2OM", "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" + "facilityId" : "BPNL00000003B3NX", + "manufacturerId" : "BPNL00000003AYRE" } } } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e5661bd-9d29-49a3-94f7-3981b9116a46", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 69, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 42, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 2, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", "childItems" : [ { - "catenaXId" : "urn:uuid:9a1fead0-c773-4429-8315-798363b1e688", + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2e1e4c68-4037-4e2c-b941-aced5c31c6e5", + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:b6f2a91c-3493-450b-8e0a-4b06dc068091", + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:749b0248-a58e-4fbb-894b-2283cc63e9da", + "catenaXId" : "urn:uuid:d2dbda1c-1a8e-4a44-9cf3-b9ddde82d89e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d895a759-5d14-42d5-a8e9-227e06dcb2c4", + "catenaXId" : "urn:uuid:befab831-7855-4c24-a69d-82db4902c5ac", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0d5ccdee-3518-430f-93ee-a8cd281ec3fa", + "catenaXId" : "urn:uuid:cc88364a-4358-4b85-a61d-2b45391348ae", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:9a1fead0-c773-4429-8315-798363b1e688", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a1fead0-c773-4429-8315-798363b1e688", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "887964", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1783", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-512541803832321624757924", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:9a1fead0-c773-4429-8315-798363b1e688", + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "ownerPartId" : "38049661-08", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Battery" } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -113085,7 +170542,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-512541803832321624757924", + "batteryIDDMCCode" : "NO-191917430528725375106893", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -113096,10 +170553,30 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 34, + "recycledContent" : 77, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -113109,7 +170586,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 24, + "recycledContent" : 89, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -113119,7 +170596,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 63, + "recycledContent" : 22, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -113129,361 +170606,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-512541803832321624757924", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a1fead0-c773-4429-8315-798363b1e688", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:c00f803b-44dd-4b9f-b7ce-6c33e8fccc8c", + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:602a052a-7bba-4655-92b4-e757c0a9aa17", + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:d3dba80b-2178-4459-95d2-352dbf8c013a", + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:bdb1abbc-4850-4177-b082-a5621b9ec401", + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:6193d5fc-3473-4ec0-98d4-81313ef8165a", + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:8cf50fa7-4776-48ad-a3a7-e1a4ab136bc3", + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:1e109713-c265-447f-aa2e-a9af0a2800a0", + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:5a47df52-f924-42dc-9b95-80ee37f87d34", + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:71ff9911-6269-4e6c-9b20-ec854f310075", + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f7bd1570-504d-4c0e-a9e4-5aa20bb40582", + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:c00f803b-44dd-4b9f-b7ce-6c33e8fccc8c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c00f803b-44dd-4b9f-b7ce-6c33e8fccc8c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "298796", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "5373", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-663773695099474871124839", + "value" : "NO-225047452744455302636553", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:c00f803b-44dd-4b9f-b7ce-6c33e8fccc8c", + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4abdf863-5c92-4597-acc4-df683a905d42", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c931e6e6-f903-4bd9-9fb1-198c62b74bd8", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fa3e56c6-550c-4f2a-970d-2c7cad4b962d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:52b808cd-bd9b-451a-baba-99be73c3c7dd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:70c2a674-8246-4922-ac74-5cf37d0f3df4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bae04eaa-ae94-4153-8708-a69bb7cf1da6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:676d16ce-6204-4fb7-b2bb-9ba0dd87666d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d47d5975-669c-4c11-8b27-2aadfd3ebe71", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:458090b2-a5d3-44cf-843c-70a8c2d07464", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b9ca33c-7116-40c6-8634-12c43e84c5d8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:50d33e5f-89b3-40b5-b1fe-3a3884174be3", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -113708,7 +171277,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-663773695099474871124839", + "batteryIDDMCCode" : "NO-225047452744455302636553", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -113719,32 +171288,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c00f803b-44dd-4b9f-b7ce-6c33e8fccc8c", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-02-18", + "version" : 1.3, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6302, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2024-02-05", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-225047452744455302636553", + "key" : "PartInstanceID" + } ], + "gtin" : " 14780081", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "409566483" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-26", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.9548 ] + }, + "id" : "SS5922" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 101 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-02-13", + "currentStateOfHealthTimestamp" : "2019-03-06", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-03-12", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -113753,28 +171527,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:602a052a-7bba-4655-92b4-e757c0a9aa17", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:602a052a-7bba-4655-92b4-e757c0a9aa17", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "725804", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "2851", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -113782,31 +171603,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-620315123591647885753743", + "value" : "NO-053023736599742615848117", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:602a052a-7bba-4655-92b4-e757c0a9aa17", + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:54182658-d04f-465b-8f01-a728b833239e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -113815,7 +171661,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -114040,7 +171904,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-620315123591647885753743", + "batteryIDDMCCode" : "NO-053023736599742615848117", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -114051,32 +171915,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:602a052a-7bba-4655-92b4-e757c0a9aa17", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-07-20", + "currentStateOfHealthTimestamp" : "2022-03-23", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-13", + "currentStateOfHealthTimestamp" : "2024-02-18", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -114085,28 +171975,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d3dba80b-2178-4459-95d2-352dbf8c013a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d3dba80b-2178-4459-95d2-352dbf8c013a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "816796", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1874", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -114114,31 +172051,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-726392138657610388185617", + "value" : "NO-732864797332146475523520", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d3dba80b-2178-4459-95d2-352dbf8c013a", + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:59835551-c523-48bf-b101-a46ac58c71af", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -114147,7 +172109,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -114372,7 +172352,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-726392138657610388185617", + "batteryIDDMCCode" : "NO-732864797332146475523520", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -114383,32 +172363,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d3dba80b-2178-4459-95d2-352dbf8c013a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-03-15", + "currentStateOfHealthTimestamp" : "2021-05-03", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-02-23", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -114417,28 +172423,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bdb1abbc-4850-4177-b082-a5621b9ec401", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bdb1abbc-4850-4177-b082-a5621b9ec401", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] } ], + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "544648", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8094", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -114446,31 +172499,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-101218796599706195990497", + "value" : "NO-319097498421815324263900", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:bdb1abbc-4850-4177-b082-a5621b9ec401", + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:44f7751a-913f-440f-ac80-fb65c2995962", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -114479,7 +172557,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -114704,7 +172800,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-101218796599706195990497", + "batteryIDDMCCode" : "NO-319097498421815324263900", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -114715,32 +172811,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bdb1abbc-4850-4177-b082-a5621b9ec401", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-01", + "currentStateOfHealthTimestamp" : "2016-01-14", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -114749,28 +172871,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6193d5fc-3473-4ec0-98d4-81313ef8165a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6193d5fc-3473-4ec0-98d4-81313ef8165a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "858159", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8825", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -114778,31 +172947,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-247582276812002481058190", + "value" : "NO-640293564015841806077713", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:6193d5fc-3473-4ec0-98d4-81313ef8165a", + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af32bd0f-dfc8-4288-842c-0f271e7897a2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -114811,7 +173005,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -115036,7 +173248,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-247582276812002481058190", + "batteryIDDMCCode" : "NO-640293564015841806077713", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -115047,32 +173259,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6193d5fc-3473-4ec0-98d4-81313ef8165a", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-07-31", + "currentStateOfHealthTimestamp" : "2022-01-23", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-27", + "currentStateOfHealthTimestamp" : "2024-02-13", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -115081,28 +173319,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8cf50fa7-4776-48ad-a3a7-e1a4ab136bc3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8cf50fa7-4776-48ad-a3a7-e1a4ab136bc3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "487026", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6119", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -115110,31 +173395,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-437256345126091469875524", + "value" : "NO-407255088704313260876574", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8cf50fa7-4776-48ad-a3a7-e1a4ab136bc3", + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ca42c12d-0261-411f-ac01-f5470fdf6dcc", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -115143,7 +173453,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -115368,7 +173696,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-437256345126091469875524", + "batteryIDDMCCode" : "NO-407255088704313260876574", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -115379,32 +173707,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8cf50fa7-4776-48ad-a3a7-e1a4ab136bc3", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-02-03", + "currentStateOfHealthTimestamp" : "2018-12-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-03-14", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -115413,28 +173767,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1e109713-c265-447f-aa2e-a9af0a2800a0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e109713-c265-447f-aa2e-a9af0a2800a0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "377925", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3125", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -115442,31 +173843,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-332207189859704722234653", + "value" : "NO-005247654431541669301900", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:1e109713-c265-447f-aa2e-a9af0a2800a0", + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4e658c29-5d6c-450c-8e38-22b1e7865515", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -115475,7 +173901,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -115700,7 +174144,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-332207189859704722234653", + "batteryIDDMCCode" : "NO-005247654431541669301900", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -115711,32 +174155,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e109713-c265-447f-aa2e-a9af0a2800a0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-04", + "currentStateOfHealthTimestamp" : "2022-04-08", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-11", + "currentStateOfHealthTimestamp" : "2024-03-09", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -115745,28 +174215,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5a47df52-f924-42dc-9b95-80ee37f87d34", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a47df52-f924-42dc-9b95-80ee37f87d34", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "899144", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4990", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -115774,31 +174291,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-715046808791460064881548", + "value" : "NO-780079092640291814128113", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5a47df52-f924-42dc-9b95-80ee37f87d34", + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ac6e4d6e-7747-4276-b180-de7de0434af9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -115807,7 +174349,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -116032,7 +174592,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-715046808791460064881548", + "batteryIDDMCCode" : "NO-780079092640291814128113", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -116043,32 +174603,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a47df52-f924-42dc-9b95-80ee37f87d34", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-07-15", + "currentStateOfHealthTimestamp" : "2021-06-19", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-15", + "currentStateOfHealthTimestamp" : "2024-03-13", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -116077,28 +174663,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:71ff9911-6269-4e6c-9b20-ec854f310075", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:71ff9911-6269-4e6c-9b20-ec854f310075", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "235877", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -116106,31 +174739,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-838485911761861451054805", + "value" : "NO-498860958581428795638850", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:71ff9911-6269-4e6c-9b20-ec854f310075", + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:508524ec-32c0-44e1-a888-5792e65b603e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -116139,7 +174797,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -116364,7 +175040,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-838485911761861451054805", + "batteryIDDMCCode" : "NO-498860958581428795638850", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -116375,32 +175051,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:71ff9911-6269-4e6c-9b20-ec854f310075", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-10-27", + "currentStateOfHealthTimestamp" : "2017-08-04", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthTimestamp" : "2024-02-20", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -116409,28 +175111,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f7bd1570-504d-4c0e-a9e4-5aa20bb40582", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f7bd1570-504d-4c0e-a9e4-5aa20bb40582", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "641749", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7206", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -116438,31 +175187,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-825277456494895731976082", + "value" : "NO-439183532206865037256516", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f7bd1570-504d-4c0e-a9e4-5aa20bb40582", + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:135aad36-9dcc-4371-80aa-dd154f43b993", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -116471,7 +175245,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -116696,7 +175488,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-825277456494895731976082", + "batteryIDDMCCode" : "NO-439183532206865037256516", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -116707,32 +175499,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f7bd1570-504d-4c0e-a9e4-5aa20bb40582", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-29", + "currentStateOfHealthTimestamp" : "2015-02-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -116741,60 +175559,159 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2e1e4c68-4037-4e2c-b941-aced5c31c6e5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e1e4c68-4037-4e2c-b941-aced5c31c6e5", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "395682", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9300", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840837-48", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-655658653329694417120323", + "value" : "NO-677437679047578781943212", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:2e1e4c68-4037-4e2c-b941-aced5c31c6e5", + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:634cd7dd-9090-468e-9e91-cc286eccb9e1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -117019,7 +175936,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-655658653329694417120323", + "batteryIDDMCCode" : "NO-677437679047578781943212", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -117030,10 +175947,36 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 12, + "recycledContent" : 43, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", @@ -117043,7 +175986,7 @@ "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 16, + "recycledContent" : 11, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", @@ -117053,7 +175996,7 @@ "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 51, + "recycledContent" : 12, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", @@ -117063,361 +176006,453 @@ "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-655658653329694417120323", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e1e4c68-4037-4e2c-b941-aced5c31c6e5", + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AXS3", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:e7556add-9360-4b5b-9ee2-6ca7bfdbc8f0", + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:20e94bb0-76c8-4442-b4d1-1989682145b4", + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:dee6e146-d1ac-4b4c-9324-994d487ebc3b", + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:15c84dd5-3499-46d3-8b0c-ef6322405847", + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:50f12916-ac5b-4c09-ab5f-d8cc15925a63", + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:51ff2452-5ff8-4b63-b073-7c12067b433f", + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:51f1472c-0d83-47ca-9dbb-de6c6e3cf79c", + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4b3b34f8-4a6d-4704-8f97-254e077dfe9e", + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:4771a5e3-41a2-4570-a7c2-e3d3c088d356", + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:450320d9-8e82-4a78-bb51-c91f0ad49a52", + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:e7556add-9360-4b5b-9ee2-6ca7bfdbc8f0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7556add-9360-4b5b-9ee2-6ca7bfdbc8f0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "174324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3450", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "8840838-04", + "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-190561599305610952387805", + "value" : "NO-501018305274784241602073", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e7556add-9360-4b5b-9ee2-6ca7bfdbc8f0", + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7005e9ff-95c3-4bd2-8bfd-66ab8fbc303b", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d3f3cf42-a96e-4d3c-8d03-7d066ea0036b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ea6af487-5e6c-4f3f-843d-61f43eaea0c3", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fae704ff-3e17-44b9-bdee-193c432cf0f3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fdd6c61a-0001-4800-8abb-1be0a38c170c", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ea28c34-ca0e-4f63-ad60-55e245621623", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:598c43f3-72c8-4951-906a-a3798416e804", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:703769af-1d9a-4acc-a985-30ef7290e07a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:030202dc-0537-4956-bcfb-f7418398730c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a6e0d698-113b-49d9-a766-e3f0c60b9c3e", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:752a5318-a0c1-42c6-b2ee-05b355f8f9e6", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -117642,7 +176677,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-190561599305610952387805", + "batteryIDDMCCode" : "NO-501018305274784241602073", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -117653,32 +176688,237 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7556add-9360-4b5b-9ee2-6ca7bfdbc8f0", + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-09-10", + "version" : 2.5, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.682, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2020-01-27", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-501018305274784241602073", + "key" : "PartInstanceID" + } ], + "gtin" : " 94170391", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "717119110" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-11-17", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.5621 ] + }, + "id" : "JU8706" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "UV Varnish" + } ], + "critical" : [ "Graphite" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 113 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-10-24", + "currentStateOfHealthTimestamp" : "2019-08-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-01", + "currentStateOfHealthTimestamp" : "2024-03-06", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -117687,28 +176927,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:20e94bb0-76c8-4442-b4d1-1989682145b4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:20e94bb0-76c8-4442-b4d1-1989682145b4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "68136", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4731", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -117716,31 +177003,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-280225426191935868353640", + "value" : "NO-713498680690089344875157", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:20e94bb0-76c8-4442-b4d1-1989682145b4", + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:db2e23a7-d8ef-4bb6-9711-b63286662691", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -117749,7 +177061,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -117974,7 +177304,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-280225426191935868353640", + "batteryIDDMCCode" : "NO-713498680690089344875157", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -117985,32 +177315,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:20e94bb0-76c8-4442-b4d1-1989682145b4", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-31", + "currentStateOfHealthTimestamp" : "2014-12-02", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -118019,28 +177375,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dee6e146-d1ac-4b4c-9324-994d487ebc3b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dee6e146-d1ac-4b4c-9324-994d487ebc3b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "489279", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8875", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -118048,31 +177451,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-335548916428002012126381", + "value" : "NO-754901179164912952471287", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:dee6e146-d1ac-4b4c-9324-994d487ebc3b", + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1004fb48-3648-4f61-bc67-dd0112550aaf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -118081,7 +177509,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -118306,7 +177752,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-335548916428002012126381", + "batteryIDDMCCode" : "NO-754901179164912952471287", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -118317,32 +177763,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dee6e146-d1ac-4b4c-9324-994d487ebc3b", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-09", + "currentStateOfHealthTimestamp" : "2018-12-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-04", + "currentStateOfHealthTimestamp" : "2024-02-26", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -118351,28 +177823,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:15c84dd5-3499-46d3-8b0c-ef6322405847", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:15c84dd5-3499-46d3-8b0c-ef6322405847", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "659447", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "2372", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -118380,31 +177899,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-104931362838122480667135", + "value" : "NO-212384038764272037807021", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:15c84dd5-3499-46d3-8b0c-ef6322405847", + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ac4d19b7-72da-4a03-a860-98bcdb1bf69d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -118413,7 +177957,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -118638,7 +178200,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-104931362838122480667135", + "batteryIDDMCCode" : "NO-212384038764272037807021", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -118649,32 +178211,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:15c84dd5-3499-46d3-8b0c-ef6322405847", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-31", + "currentStateOfHealthTimestamp" : "2016-07-23", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-28", + "currentStateOfHealthTimestamp" : "2024-02-25", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -118683,28 +178271,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:50f12916-ac5b-4c09-ab5f-d8cc15925a63", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:50f12916-ac5b-4c09-ab5f-d8cc15925a63", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "474433", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6538", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -118712,31 +178347,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-943472158936211585763962", + "value" : "NO-281978893666347349939292", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:50f12916-ac5b-4c09-ab5f-d8cc15925a63", + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f1e4467c-8639-4f9c-a119-7cd31e41d021", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -118745,7 +178405,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -118970,7 +178648,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-943472158936211585763962", + "batteryIDDMCCode" : "NO-281978893666347349939292", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -118981,32 +178659,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:50f12916-ac5b-4c09-ab5f-d8cc15925a63", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-07-13", + "currentStateOfHealthTimestamp" : "2021-05-16", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-27", + "currentStateOfHealthTimestamp" : "2024-02-22", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -119015,28 +178719,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:51ff2452-5ff8-4b63-b073-7c12067b433f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:51ff2452-5ff8-4b63-b073-7c12067b433f", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "681473", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6801", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -119044,31 +178795,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-965342311999428080018916", + "value" : "NO-197282769557955963065227", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:51ff2452-5ff8-4b63-b073-7c12067b433f", + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e30d0e57-17ac-442f-8793-874349153f9a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -119077,7 +178853,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -119302,7 +179096,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-965342311999428080018916", + "batteryIDDMCCode" : "NO-197282769557955963065227", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -119313,32 +179107,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:51ff2452-5ff8-4b63-b073-7c12067b433f", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-21", + "currentStateOfHealthTimestamp" : "2016-02-22", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-19", + "currentStateOfHealthTimestamp" : "2024-02-16", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -119347,28 +179167,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:51f1472c-0d83-47ca-9dbb-de6c6e3cf79c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:51f1472c-0d83-47ca-9dbb-de6c6e3cf79c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "614739", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2371", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -119376,31 +179243,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-904716457208572902158263", + "value" : "NO-513627497057751447854533", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:51f1472c-0d83-47ca-9dbb-de6c6e3cf79c", + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8efa5dca-68db-4de1-979a-59cad63e1c6d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -119409,7 +179301,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -119634,7 +179544,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-904716457208572902158263", + "batteryIDDMCCode" : "NO-513627497057751447854533", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -119645,49 +179555,20 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:51f1472c-0d83-47ca-9dbb-de6c6e3cf79c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-09-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4b3b34f8-4a6d-4704-8f97-254e077dfe9e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b3b34f8-4a6d-4704-8f97-254e077dfe9e", + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -119698,311 +179579,34 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-049825724890310330436831", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4b3b34f8-4a6d-4704-8f97-254e077dfe9e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-049825724890310330436831", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b3b34f8-4a6d-4704-8f97-254e077dfe9e", + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-03-07", + "currentStateOfHealthTimestamp" : "2014-07-25", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-05", + "currentStateOfHealthTimestamp" : "2024-02-15", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -120011,28 +179615,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4771a5e3-41a2-4570-a7c2-e3d3c088d356", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4771a5e3-41a2-4570-a7c2-e3d3c088d356", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "970142", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "2928", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -120040,31 +179691,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-699263661800789355434144", + "value" : "NO-222036500728807004532007", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:4771a5e3-41a2-4570-a7c2-e3d3c088d356", + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6a68c0ef-5bcd-4851-8be8-9c7594c4d226", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -120073,7 +179749,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -120298,7 +179992,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-699263661800789355434144", + "batteryIDDMCCode" : "NO-222036500728807004532007", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -120309,32 +180003,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4771a5e3-41a2-4570-a7c2-e3d3c088d356", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-06", + "currentStateOfHealthTimestamp" : "2020-04-29", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-07", + "currentStateOfHealthTimestamp" : "2024-03-07", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -120343,28 +180063,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:450320d9-8e82-4a78-bb51-c91f0ad49a52", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:450320d9-8e82-4a78-bb51-c91f0ad49a52", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "577396", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5747", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -120372,363 +180139,83 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-187266885145459446362104", + "value" : "NO-867497373255801160984990", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:450320d9-8e82-4a78-bb51-c91f0ad49a52", + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-187266885145459446362104", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:450320d9-8e82-4a78-bb51-c91f0ad49a52", + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "manufacturerId" : "BPNL00000003AYRE", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b6f2a91c-3493-450b-8e0a-4b06dc068091", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b6f2a91c-3493-450b-8e0a-4b06dc068091", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, "measurementUnit" : "unit:litre" }, + "ownerItemId" : "urn:uuid:9302bb26-ce53-4b0f-8d74-2ef39075b3ef", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-296149391334455694628790", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:b6f2a91c-3493-450b-8e0a-4b06dc068091", + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -120945,207526 +180432,39 @@ "value" : "68161-12" }, "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-296149391334455694628790", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 88, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 60, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 36, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-296149391334455694628790", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b6f2a91c-3493-450b-8e0a-4b06dc068091", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ca920333-83ab-4be6-952e-59c565ba5481", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d479e0b7-7345-4bdd-8043-df841ebf08d7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7296bdd8-097b-4abf-bb0a-9966850b9f30", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:78fe51a9-1af5-4118-88c9-49427f686a1f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7701c6ac-fd19-4ea0-af9e-8b2b0bd16ea6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:319c9f39-c04a-49b6-b2e8-094618d3ba73", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0fe5b8f8-264a-4019-8186-ae5a6e81b353", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:64a2fd8c-cec4-4416-aa5e-d78d41aea118", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c0c97f21-9792-4d27-aef9-8057b770109b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2dfb63d9-3af5-4261-9e7b-ecf9d99960c1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ca920333-83ab-4be6-952e-59c565ba5481", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca920333-83ab-4be6-952e-59c565ba5481", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-214612854753293243037297", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ca920333-83ab-4be6-952e-59c565ba5481", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-214612854753293243037297", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca920333-83ab-4be6-952e-59c565ba5481", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d479e0b7-7345-4bdd-8043-df841ebf08d7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d479e0b7-7345-4bdd-8043-df841ebf08d7", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-461616223018807187495423", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d479e0b7-7345-4bdd-8043-df841ebf08d7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-461616223018807187495423", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d479e0b7-7345-4bdd-8043-df841ebf08d7", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7296bdd8-097b-4abf-bb0a-9966850b9f30", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7296bdd8-097b-4abf-bb0a-9966850b9f30", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-351817244186809429333060", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7296bdd8-097b-4abf-bb0a-9966850b9f30", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-351817244186809429333060", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7296bdd8-097b-4abf-bb0a-9966850b9f30", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:78fe51a9-1af5-4118-88c9-49427f686a1f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:78fe51a9-1af5-4118-88c9-49427f686a1f", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-085497910364695779755279", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:78fe51a9-1af5-4118-88c9-49427f686a1f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-085497910364695779755279", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:78fe51a9-1af5-4118-88c9-49427f686a1f", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-11-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7701c6ac-fd19-4ea0-af9e-8b2b0bd16ea6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7701c6ac-fd19-4ea0-af9e-8b2b0bd16ea6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-762326650491128713035383", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7701c6ac-fd19-4ea0-af9e-8b2b0bd16ea6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-762326650491128713035383", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7701c6ac-fd19-4ea0-af9e-8b2b0bd16ea6", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:319c9f39-c04a-49b6-b2e8-094618d3ba73", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:319c9f39-c04a-49b6-b2e8-094618d3ba73", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-093239386793593753417607", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:319c9f39-c04a-49b6-b2e8-094618d3ba73", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-093239386793593753417607", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:319c9f39-c04a-49b6-b2e8-094618d3ba73", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0fe5b8f8-264a-4019-8186-ae5a6e81b353", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0fe5b8f8-264a-4019-8186-ae5a6e81b353", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-963257885703358124185698", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0fe5b8f8-264a-4019-8186-ae5a6e81b353", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-963257885703358124185698", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0fe5b8f8-264a-4019-8186-ae5a6e81b353", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:64a2fd8c-cec4-4416-aa5e-d78d41aea118", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:64a2fd8c-cec4-4416-aa5e-d78d41aea118", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-204936026608469260217969", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:64a2fd8c-cec4-4416-aa5e-d78d41aea118", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-204936026608469260217969", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:64a2fd8c-cec4-4416-aa5e-d78d41aea118", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-01-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c0c97f21-9792-4d27-aef9-8057b770109b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0c97f21-9792-4d27-aef9-8057b770109b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-122220500019443867943981", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c0c97f21-9792-4d27-aef9-8057b770109b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-122220500019443867943981", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0c97f21-9792-4d27-aef9-8057b770109b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2dfb63d9-3af5-4261-9e7b-ecf9d99960c1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2dfb63d9-3af5-4261-9e7b-ecf9d99960c1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-867974788934517640327591", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2dfb63d9-3af5-4261-9e7b-ecf9d99960c1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-867974788934517640327591", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2dfb63d9-3af5-4261-9e7b-ecf9d99960c1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-06-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:749b0248-a58e-4fbb-894b-2283cc63e9da", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:749b0248-a58e-4fbb-894b-2283cc63e9da", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-470920464374004526327852", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:749b0248-a58e-4fbb-894b-2283cc63e9da", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-470920464374004526327852", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 38, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 2, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 29, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-470920464374004526327852", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:749b0248-a58e-4fbb-894b-2283cc63e9da", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cd1f3fe7-d6ac-40af-81e0-c0d11ea413c7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3aeac318-8692-41a6-a478-f80e0633f525", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f82ace40-a08e-4f7c-a7b6-0775778c91fa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8d9ce701-b9df-49f6-b282-351d169e9981", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9f89caa4-d3ef-4814-9f45-c968d77177c4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4c536669-bb7f-425f-8243-9791233bad81", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1ca70990-f33b-428d-8609-2e4eee765159", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7f1184a8-2998-48a3-8b28-3713e9ac9b46", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8315060a-942e-42f2-8007-49d767bcb370", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ae426400-4535-41c6-946e-b53f4cdf62fc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:cd1f3fe7-d6ac-40af-81e0-c0d11ea413c7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd1f3fe7-d6ac-40af-81e0-c0d11ea413c7", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-772850861034728968615278", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cd1f3fe7-d6ac-40af-81e0-c0d11ea413c7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-772850861034728968615278", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd1f3fe7-d6ac-40af-81e0-c0d11ea413c7", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3aeac318-8692-41a6-a478-f80e0633f525", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3aeac318-8692-41a6-a478-f80e0633f525", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-392662037625281939228419", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3aeac318-8692-41a6-a478-f80e0633f525", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-392662037625281939228419", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3aeac318-8692-41a6-a478-f80e0633f525", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f82ace40-a08e-4f7c-a7b6-0775778c91fa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f82ace40-a08e-4f7c-a7b6-0775778c91fa", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-274637345268334886134733", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f82ace40-a08e-4f7c-a7b6-0775778c91fa", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-274637345268334886134733", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f82ace40-a08e-4f7c-a7b6-0775778c91fa", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8d9ce701-b9df-49f6-b282-351d169e9981", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d9ce701-b9df-49f6-b282-351d169e9981", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-651557452630090626502820", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8d9ce701-b9df-49f6-b282-351d169e9981", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-651557452630090626502820", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d9ce701-b9df-49f6-b282-351d169e9981", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9f89caa4-d3ef-4814-9f45-c968d77177c4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9f89caa4-d3ef-4814-9f45-c968d77177c4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-201446530704802271068132", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9f89caa4-d3ef-4814-9f45-c968d77177c4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-201446530704802271068132", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9f89caa4-d3ef-4814-9f45-c968d77177c4", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4c536669-bb7f-425f-8243-9791233bad81", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4c536669-bb7f-425f-8243-9791233bad81", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-391999647967748865966542", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4c536669-bb7f-425f-8243-9791233bad81", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-391999647967748865966542", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4c536669-bb7f-425f-8243-9791233bad81", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1ca70990-f33b-428d-8609-2e4eee765159", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ca70990-f33b-428d-8609-2e4eee765159", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-237524800105673819746983", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1ca70990-f33b-428d-8609-2e4eee765159", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-237524800105673819746983", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ca70990-f33b-428d-8609-2e4eee765159", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-09-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7f1184a8-2998-48a3-8b28-3713e9ac9b46", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7f1184a8-2998-48a3-8b28-3713e9ac9b46", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-510228143072492978257553", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7f1184a8-2998-48a3-8b28-3713e9ac9b46", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-510228143072492978257553", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7f1184a8-2998-48a3-8b28-3713e9ac9b46", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-02-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8315060a-942e-42f2-8007-49d767bcb370", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8315060a-942e-42f2-8007-49d767bcb370", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-426238303511728246019169", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8315060a-942e-42f2-8007-49d767bcb370", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-426238303511728246019169", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8315060a-942e-42f2-8007-49d767bcb370", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ae426400-4535-41c6-946e-b53f4cdf62fc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ae426400-4535-41c6-946e-b53f4cdf62fc", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-465440317080808691675620", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ae426400-4535-41c6-946e-b53f4cdf62fc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-465440317080808691675620", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ae426400-4535-41c6-946e-b53f4cdf62fc", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-07-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d895a759-5d14-42d5-a8e9-227e06dcb2c4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d895a759-5d14-42d5-a8e9-227e06dcb2c4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-844728925257692002730907", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d895a759-5d14-42d5-a8e9-227e06dcb2c4", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-844728925257692002730907", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 48, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 73, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 78, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-844728925257692002730907", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d895a759-5d14-42d5-a8e9-227e06dcb2c4", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:74bd600f-21d7-41d1-9b71-3089f795115d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:639ee0eb-e96e-426f-8523-5a4e71ed0e8c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:53a23db7-56b9-43c8-85c4-ede30dcd2dcb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5cc94add-1245-4cd9-9ac0-6b964c14bc8a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:58521e67-5f43-47a7-9e4f-2412a44c17f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4e4871b6-2e1f-4f9a-9bf4-b9e6fd44ac0b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5b7fb7c3-3158-4ee0-8558-309c6e5e932a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ad9a83cd-f2eb-4164-b267-9354a458d537", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c655cff6-8542-459f-818d-84507a7ad7be", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5a2c7816-235f-4811-bc61-4d1c0b4d3de9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:74bd600f-21d7-41d1-9b71-3089f795115d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:74bd600f-21d7-41d1-9b71-3089f795115d", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-779943361663569641790074", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:74bd600f-21d7-41d1-9b71-3089f795115d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-779943361663569641790074", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:74bd600f-21d7-41d1-9b71-3089f795115d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-08-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:639ee0eb-e96e-426f-8523-5a4e71ed0e8c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:639ee0eb-e96e-426f-8523-5a4e71ed0e8c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-358601835708940616487445", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:639ee0eb-e96e-426f-8523-5a4e71ed0e8c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-358601835708940616487445", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:639ee0eb-e96e-426f-8523-5a4e71ed0e8c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:53a23db7-56b9-43c8-85c4-ede30dcd2dcb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:53a23db7-56b9-43c8-85c4-ede30dcd2dcb", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-079812977033606026644793", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:53a23db7-56b9-43c8-85c4-ede30dcd2dcb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-079812977033606026644793", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:53a23db7-56b9-43c8-85c4-ede30dcd2dcb", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5cc94add-1245-4cd9-9ac0-6b964c14bc8a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5cc94add-1245-4cd9-9ac0-6b964c14bc8a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-611197991621931631452570", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5cc94add-1245-4cd9-9ac0-6b964c14bc8a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-611197991621931631452570", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5cc94add-1245-4cd9-9ac0-6b964c14bc8a", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:58521e67-5f43-47a7-9e4f-2412a44c17f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:58521e67-5f43-47a7-9e4f-2412a44c17f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-803085332960305656434043", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:58521e67-5f43-47a7-9e4f-2412a44c17f8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-803085332960305656434043", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:58521e67-5f43-47a7-9e4f-2412a44c17f8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4e4871b6-2e1f-4f9a-9bf4-b9e6fd44ac0b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e4871b6-2e1f-4f9a-9bf4-b9e6fd44ac0b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-327912846948626430749009", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4e4871b6-2e1f-4f9a-9bf4-b9e6fd44ac0b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-327912846948626430749009", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e4871b6-2e1f-4f9a-9bf4-b9e6fd44ac0b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-10-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5b7fb7c3-3158-4ee0-8558-309c6e5e932a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b7fb7c3-3158-4ee0-8558-309c6e5e932a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-752516763915208066216950", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5b7fb7c3-3158-4ee0-8558-309c6e5e932a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-752516763915208066216950", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b7fb7c3-3158-4ee0-8558-309c6e5e932a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-01-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ad9a83cd-f2eb-4164-b267-9354a458d537", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad9a83cd-f2eb-4164-b267-9354a458d537", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-172947289448499955509736", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ad9a83cd-f2eb-4164-b267-9354a458d537", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-172947289448499955509736", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad9a83cd-f2eb-4164-b267-9354a458d537", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c655cff6-8542-459f-818d-84507a7ad7be", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c655cff6-8542-459f-818d-84507a7ad7be", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-679995592835910133202724", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c655cff6-8542-459f-818d-84507a7ad7be", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-679995592835910133202724", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c655cff6-8542-459f-818d-84507a7ad7be", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-02-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5a2c7816-235f-4811-bc61-4d1c0b4d3de9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a2c7816-235f-4811-bc61-4d1c0b4d3de9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-425676071086723281260559", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5a2c7816-235f-4811-bc61-4d1c0b4d3de9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-425676071086723281260559", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a2c7816-235f-4811-bc61-4d1c0b4d3de9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0d5ccdee-3518-430f-93ee-a8cd281ec3fa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d5ccdee-3518-430f-93ee-a8cd281ec3fa", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-348686341256525252231605", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d5ccdee-3518-430f-93ee-a8cd281ec3fa", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-348686341256525252231605", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 67, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 23, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 24, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-348686341256525252231605", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d5ccdee-3518-430f-93ee-a8cd281ec3fa", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:75669917-1838-4d1f-8294-017d5bf38d38", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4e16f84a-2976-4b5a-aa70-864f17d0ec12", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:12d90acd-bae1-4278-b040-5c44635e90b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d9395c05-7d08-4339-a03f-a8bad65610d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c3f14397-f0c1-4a99-82d7-0b19bc9738d2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:917fc4c7-d1f7-4e94-ab0a-13e5da4c79d1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:16883ad9-fe7a-4317-a4d1-1ba24d4266a9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4cec1572-0690-4feb-b667-374080176fe1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6e1011d7-6618-48c9-9c8f-e4152d9e8e66", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b26cffd8-f355-49a3-8b77-463259974756", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:75669917-1838-4d1f-8294-017d5bf38d38", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:75669917-1838-4d1f-8294-017d5bf38d38", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-763809895455868588823315", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:75669917-1838-4d1f-8294-017d5bf38d38", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-763809895455868588823315", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:75669917-1838-4d1f-8294-017d5bf38d38", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4e16f84a-2976-4b5a-aa70-864f17d0ec12", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e16f84a-2976-4b5a-aa70-864f17d0ec12", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-153605747620131755747083", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4e16f84a-2976-4b5a-aa70-864f17d0ec12", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-153605747620131755747083", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e16f84a-2976-4b5a-aa70-864f17d0ec12", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:12d90acd-bae1-4278-b040-5c44635e90b9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:12d90acd-bae1-4278-b040-5c44635e90b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-945216538118233553841396", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:12d90acd-bae1-4278-b040-5c44635e90b9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-945216538118233553841396", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:12d90acd-bae1-4278-b040-5c44635e90b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d9395c05-7d08-4339-a03f-a8bad65610d3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d9395c05-7d08-4339-a03f-a8bad65610d3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-629215963245860229677936", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d9395c05-7d08-4339-a03f-a8bad65610d3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-629215963245860229677936", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d9395c05-7d08-4339-a03f-a8bad65610d3", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c3f14397-f0c1-4a99-82d7-0b19bc9738d2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3f14397-f0c1-4a99-82d7-0b19bc9738d2", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-196386266171408655113612", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c3f14397-f0c1-4a99-82d7-0b19bc9738d2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-196386266171408655113612", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3f14397-f0c1-4a99-82d7-0b19bc9738d2", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:917fc4c7-d1f7-4e94-ab0a-13e5da4c79d1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:917fc4c7-d1f7-4e94-ab0a-13e5da4c79d1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-956402231548252154827590", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:917fc4c7-d1f7-4e94-ab0a-13e5da4c79d1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-956402231548252154827590", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:917fc4c7-d1f7-4e94-ab0a-13e5da4c79d1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:16883ad9-fe7a-4317-a4d1-1ba24d4266a9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:16883ad9-fe7a-4317-a4d1-1ba24d4266a9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-390368693774839025101744", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:16883ad9-fe7a-4317-a4d1-1ba24d4266a9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-390368693774839025101744", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:16883ad9-fe7a-4317-a4d1-1ba24d4266a9", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4cec1572-0690-4feb-b667-374080176fe1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cec1572-0690-4feb-b667-374080176fe1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-606259927249080892173070", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4cec1572-0690-4feb-b667-374080176fe1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-606259927249080892173070", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cec1572-0690-4feb-b667-374080176fe1", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-03-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6e1011d7-6618-48c9-9c8f-e4152d9e8e66", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6e1011d7-6618-48c9-9c8f-e4152d9e8e66", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-120756435928378839184899", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6e1011d7-6618-48c9-9c8f-e4152d9e8e66", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-120756435928378839184899", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6e1011d7-6618-48c9-9c8f-e4152d9e8e66", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b26cffd8-f355-49a3-8b77-463259974756", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b26cffd8-f355-49a3-8b77-463259974756", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-409630792810856747617110", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b26cffd8-f355-49a3-8b77-463259974756", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-409630792810856747617110", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b26cffd8-f355-49a3-8b77-463259974756", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-07-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Schräghecklimousine", - "catenaXId" : "urn:uuid:4a792137-7159-4d09-916c-fd64d1dae45b", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S218A", - "description" : "sport automatic transmission", - "group" : "special equipment" - }, { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - }, { - "code" : "C247R", - "description" : "trailer hitch", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2019-07-07", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:4a792137-7159-4d09-916c-fd64d1dae45b", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "MM-41", - "key" : "manufacturerPartId" - }, { - "value" : "OMCENOSGJGEFIIHJX", - "key" : "partInstanceId" - }, { - "value" : "OMCENOSGJGEFIIHJX", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2016-01-18T15:01:12.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a792137-7159-4d09-916c-fd64d1dae45b", - "partTypeInformation" : { - "manufacturerPartId" : "MM-41", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 85, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 82, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 88, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 43, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 53, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 89, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 8, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 67, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 45, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 52, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a792137-7159-4d09-916c-fd64d1dae45b", - "childItems" : [ { - "catenaXId" : "urn:uuid:43353feb-1f4f-4051-87e3-74d50af3cb13", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5486ef4b-5dd0-4f4b-9104-9dc48a382419", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:67e40371-70fe-4b4b-8b0e-f14b53cd0eaa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:70714edc-2137-4062-90a4-68ad23959fbf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c81baac1-142e-4d4f-b6a8-aae23aabe121", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:84a1c103-0d82-4713-a469-15692eef5d08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f8fbff9d-12f4-421f-812b-28e7aab6c84c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2bb96d88-176d-4791-922c-8589b071cf28", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ce101161-9043-4562-b55b-b00541d77709", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:62e4ec07-c039-4129-a593-111f52d79736", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:393d618c-5e42-4841-a482-bc0c882caa33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d70faafa-78bf-4f5e-8b9f-8aaf8687abec", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ffb6a444-dbb3-4350-a754-acc2cffeb323", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:064e260d-4522-4f7c-ad2d-36d1f6ee8f7a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:385721c2-27ff-4c7a-a420-859a011e8997", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e75ddb4d-423b-4160-a9c1-add9c3b47fe5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:267cfdf1-a4c4-485d-9122-ea497833691e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5a2bb2b0-724f-4b29-ae5a-bac111db3e32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1868cac3-6712-47ad-882c-0db700b45e83", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4b8c9b70-0c09-4ce1-b2fe-9223a48a7d22", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bb0d9666-dad2-4c5c-9f1f-3f96f76c0755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6a9dd084-798d-4c98-b544-32b13ce56c53", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cfedb351-4f2d-432c-9e67-5dff3c08a5b3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d5bb8537-de85-4be8-bf81-4ca32da9e18b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:67e38ea3-3e97-4ca3-9fb1-a4c3930ea955", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cc9b3841-d918-4a20-b9a3-e98175e38a2f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:74ce3948-f52f-4424-a198-8b4389c02e97", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eca58b2d-9e2c-41d9-8b2e-130e93fe2cbe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dea3f0e5-d741-493f-a5b8-9b00e5656be6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:91d117c0-7d40-4fb1-b5c3-c4f7db28ea6f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:02fb3bbd-62e0-46f5-936e-f789ed0f58d2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1e9d8ee6-29a8-4b6b-ac8d-d00cb9ce080b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:43353feb-1f4f-4051-87e3-74d50af3cb13", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:43353feb-1f4f-4051-87e3-74d50af3cb13", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-772355862814389798858391", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:43353feb-1f4f-4051-87e3-74d50af3cb13", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:5486ef4b-5dd0-4f4b-9104-9dc48a382419", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5486ef4b-5dd0-4f4b-9104-9dc48a382419", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-686723972286002062357448", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5486ef4b-5dd0-4f4b-9104-9dc48a382419", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5486ef4b-5dd0-4f4b-9104-9dc48a382419", - "childItems" : [ { - "catenaXId" : "urn:uuid:9eaa9058-d49e-42ea-a2c8-ac2d9afdc05d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9eaa9058-d49e-42ea-a2c8-ac2d9afdc05d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9eaa9058-d49e-42ea-a2c8-ac2d9afdc05d", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-545484830535096427036344", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9eaa9058-d49e-42ea-a2c8-ac2d9afdc05d", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "62068135JWQ", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:9eaa9058-d49e-42ea-a2c8-ac2d9afdc05d", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:67e40371-70fe-4b4b-8b0e-f14b53cd0eaa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:67e40371-70fe-4b4b-8b0e-f14b53cd0eaa", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-591909102405887160464705", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:67e40371-70fe-4b4b-8b0e-f14b53cd0eaa", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:67e40371-70fe-4b4b-8b0e-f14b53cd0eaa", - "childItems" : [ { - "catenaXId" : "urn:uuid:6a9d326b-f72d-4892-82ca-f4297910e929", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6a9d326b-f72d-4892-82ca-f4297910e929", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6a9d326b-f72d-4892-82ca-f4297910e929", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-577788665696177589309181", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6a9d326b-f72d-4892-82ca-f4297910e929", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "73478204JDF", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:6a9d326b-f72d-4892-82ca-f4297910e929", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:70714edc-2137-4062-90a4-68ad23959fbf", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:70714edc-2137-4062-90a4-68ad23959fbf", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-311627887882907050463425", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:70714edc-2137-4062-90a4-68ad23959fbf", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:c81baac1-142e-4d4f-b6a8-aae23aabe121", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c81baac1-142e-4d4f-b6a8-aae23aabe121", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-323388421140177048114721", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c81baac1-142e-4d4f-b6a8-aae23aabe121", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:84a1c103-0d82-4713-a469-15692eef5d08", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:84a1c103-0d82-4713-a469-15692eef5d08", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-834367437580208819929533", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:84a1c103-0d82-4713-a469-15692eef5d08", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:f8fbff9d-12f4-421f-812b-28e7aab6c84c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f8fbff9d-12f4-421f-812b-28e7aab6c84c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-408719180648338545381206", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f8fbff9d-12f4-421f-812b-28e7aab6c84c", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:2bb96d88-176d-4791-922c-8589b071cf28", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bb96d88-176d-4791-922c-8589b071cf28", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-564267035947964566790859", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2bb96d88-176d-4791-922c-8589b071cf28", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:ce101161-9043-4562-b55b-b00541d77709", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce101161-9043-4562-b55b-b00541d77709", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-085631245585765715654767", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ce101161-9043-4562-b55b-b00541d77709", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:62e4ec07-c039-4129-a593-111f52d79736", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62e4ec07-c039-4129-a593-111f52d79736", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-327267141065577834725641", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:62e4ec07-c039-4129-a593-111f52d79736", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:393d618c-5e42-4841-a482-bc0c882caa33", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:393d618c-5e42-4841-a482-bc0c882caa33", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-406734375374926893794124", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:393d618c-5e42-4841-a482-bc0c882caa33", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:d70faafa-78bf-4f5e-8b9f-8aaf8687abec", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d70faafa-78bf-4f5e-8b9f-8aaf8687abec", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-722595458415097424724311", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d70faafa-78bf-4f5e-8b9f-8aaf8687abec", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:ffb6a444-dbb3-4350-a754-acc2cffeb323", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ffb6a444-dbb3-4350-a754-acc2cffeb323", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-890393589405219930804294", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ffb6a444-dbb3-4350-a754-acc2cffeb323", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:064e260d-4522-4f7c-ad2d-36d1f6ee8f7a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:064e260d-4522-4f7c-ad2d-36d1f6ee8f7a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-407156986173194731537012", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:064e260d-4522-4f7c-ad2d-36d1f6ee8f7a", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:385721c2-27ff-4c7a-a420-859a011e8997", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:385721c2-27ff-4c7a-a420-859a011e8997", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-797657851719748581120005", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:385721c2-27ff-4c7a-a420-859a011e8997", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:e75ddb4d-423b-4160-a9c1-add9c3b47fe5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e75ddb4d-423b-4160-a9c1-add9c3b47fe5", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-549673964943634756932924", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e75ddb4d-423b-4160-a9c1-add9c3b47fe5", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:267cfdf1-a4c4-485d-9122-ea497833691e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:267cfdf1-a4c4-485d-9122-ea497833691e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-029707135839229372443953", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:267cfdf1-a4c4-485d-9122-ea497833691e", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:5a2bb2b0-724f-4b29-ae5a-bac111db3e32", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a2bb2b0-724f-4b29-ae5a-bac111db3e32", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-021291235994403555089980", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5a2bb2b0-724f-4b29-ae5a-bac111db3e32", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:1868cac3-6712-47ad-882c-0db700b45e83", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1868cac3-6712-47ad-882c-0db700b45e83", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-494633191660304117071815", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1868cac3-6712-47ad-882c-0db700b45e83", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:4b8c9b70-0c09-4ce1-b2fe-9223a48a7d22", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b8c9b70-0c09-4ce1-b2fe-9223a48a7d22", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-901282334242985511143003", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4b8c9b70-0c09-4ce1-b2fe-9223a48a7d22", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:bb0d9666-dad2-4c5c-9f1f-3f96f76c0755", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb0d9666-dad2-4c5c-9f1f-3f96f76c0755", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-793061968047670443382724", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bb0d9666-dad2-4c5c-9f1f-3f96f76c0755", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:6a9dd084-798d-4c98-b544-32b13ce56c53", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6a9dd084-798d-4c98-b544-32b13ce56c53", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-433900185185365488949332", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6a9dd084-798d-4c98-b544-32b13ce56c53", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:cfedb351-4f2d-432c-9e67-5dff3c08a5b3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cfedb351-4f2d-432c-9e67-5dff3c08a5b3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-262794647106748834263379", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cfedb351-4f2d-432c-9e67-5dff3c08a5b3", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:d5bb8537-de85-4be8-bf81-4ca32da9e18b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5bb8537-de85-4be8-bf81-4ca32da9e18b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-893482093614525902677434", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d5bb8537-de85-4be8-bf81-4ca32da9e18b", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:67e38ea3-3e97-4ca3-9fb1-a4c3930ea955", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:67e38ea3-3e97-4ca3-9fb1-a4c3930ea955", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-177937750579382949211281", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:67e38ea3-3e97-4ca3-9fb1-a4c3930ea955", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:cc9b3841-d918-4a20-b9a3-e98175e38a2f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc9b3841-d918-4a20-b9a3-e98175e38a2f", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-398096452671871533527945", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cc9b3841-d918-4a20-b9a3-e98175e38a2f", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:74ce3948-f52f-4424-a198-8b4389c02e97", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:74ce3948-f52f-4424-a198-8b4389c02e97", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-700112455904607972016523", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:74ce3948-f52f-4424-a198-8b4389c02e97", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:eca58b2d-9e2c-41d9-8b2e-130e93fe2cbe", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eca58b2d-9e2c-41d9-8b2e-130e93fe2cbe", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-785401836021189024799272", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eca58b2d-9e2c-41d9-8b2e-130e93fe2cbe", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:dea3f0e5-d741-493f-a5b8-9b00e5656be6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dea3f0e5-d741-493f-a5b8-9b00e5656be6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-652993218710556572660210", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dea3f0e5-d741-493f-a5b8-9b00e5656be6", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:91d117c0-7d40-4fb1-b5c3-c4f7db28ea6f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:91d117c0-7d40-4fb1-b5c3-c4f7db28ea6f", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-998376991812467209383793", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:91d117c0-7d40-4fb1-b5c3-c4f7db28ea6f", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:91d117c0-7d40-4fb1-b5c3-c4f7db28ea6f", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-998376991812467209383793", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 39, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 49, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 89, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:91d117c0-7d40-4fb1-b5c3-c4f7db28ea6f", - "childItems" : [ { - "catenaXId" : "urn:uuid:337f1d67-5b96-41c7-b640-faaa7cd53baf", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6cf80b07-07eb-4a3d-82b8-db326bbda4f2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f2f34b2a-1af4-46b2-9a54-6a9cc43158a9", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:337f1d67-5b96-41c7-b640-faaa7cd53baf", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:337f1d67-5b96-41c7-b640-faaa7cd53baf", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:337f1d67-5b96-41c7-b640-faaa7cd53baf", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 82, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 81, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6cf80b07-07eb-4a3d-82b8-db326bbda4f2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6cf80b07-07eb-4a3d-82b8-db326bbda4f2", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "40913L1-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-112993717125719362820957", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6cf80b07-07eb-4a3d-82b8-db326bbda4f2", - "partTypeInformation" : { - "manufacturerPartId" : "40913L1-49", - "customerPartId" : "40913L1-49", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6cf80b07-07eb-4a3d-82b8-db326bbda4f2", - "childItems" : [ { - "catenaXId" : "urn:uuid:e23e6e9c-849b-47ea-ba49-4fc426fe2c94", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e23e6e9c-849b-47ea-ba49-4fc426fe2c94", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e23e6e9c-849b-47ea-ba49-4fc426fe2c94", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 54, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 55, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f2f34b2a-1af4-46b2-9a54-6a9cc43158a9", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:f2f34b2a-1af4-46b2-9a54-6a9cc43158a9", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2f34b2a-1af4-46b2-9a54-6a9cc43158a9", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2f34b2a-1af4-46b2-9a54-6a9cc43158a9", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:02fb3bbd-62e0-46f5-936e-f789ed0f58d2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:02fb3bbd-62e0-46f5-936e-f789ed0f58d2", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "56825K0-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-892754222922867493766475", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:02fb3bbd-62e0-46f5-936e-f789ed0f58d2", - "partTypeInformation" : { - "manufacturerPartId" : "56825K0-03", - "customerPartId" : "56825K0-03", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 30, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:02fb3bbd-62e0-46f5-936e-f789ed0f58d2", - "childItems" : [ { - "catenaXId" : "urn:uuid:9468f25a-0ee2-4580-9b5c-ead47afc4574", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e78ff72e-1994-4cef-8012-bd95eb9f16e7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:914030ef-bd06-4141-bbb8-f9319ba0f53d", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9468f25a-0ee2-4580-9b5c-ead47afc4574", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:9468f25a-0ee2-4580-9b5c-ead47afc4574", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9468f25a-0ee2-4580-9b5c-ead47afc4574", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 73, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 11, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e78ff72e-1994-4cef-8012-bd95eb9f16e7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e78ff72e-1994-4cef-8012-bd95eb9f16e7", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "93595S6-42", - "key" : "manufacturerPartId" - }, { - "value" : "NO-770069045513913772633034", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e78ff72e-1994-4cef-8012-bd95eb9f16e7", - "partTypeInformation" : { - "manufacturerPartId" : "93595S6-42", - "customerPartId" : "93595S6-42", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e78ff72e-1994-4cef-8012-bd95eb9f16e7", - "childItems" : [ { - "catenaXId" : "urn:uuid:2e29c5a3-de63-4c54-b0f3-3ebd0574eeb7", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2e29c5a3-de63-4c54-b0f3-3ebd0574eeb7", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:2e29c5a3-de63-4c54-b0f3-3ebd0574eeb7", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 75, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 55, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:914030ef-bd06-4141-bbb8-f9319ba0f53d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:914030ef-bd06-4141-bbb8-f9319ba0f53d", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "55332T7-56", - "key" : "manufacturerPartId" - }, { - "value" : "NO-542204223203744364449635", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:914030ef-bd06-4141-bbb8-f9319ba0f53d", - "partTypeInformation" : { - "manufacturerPartId" : "55332T7-56", - "customerPartId" : "55332T7-56", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 69, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 44, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:1e9d8ee6-29a8-4b6b-ac8d-d00cb9ce080b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e9d8ee6-29a8-4b6b-ac8d-d00cb9ce080b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-916123911823597620540702", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1e9d8ee6-29a8-4b6b-ac8d-d00cb9ce080b", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-916123911823597620540702", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 25, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 16, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 44, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-916123911823597620540702", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-916123911823597620540702", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e9d8ee6-29a8-4b6b-ac8d-d00cb9ce080b", - "childItems" : [ { - "catenaXId" : "urn:uuid:6adbe8cf-5c30-41c3-ba28-d729b55c6ae9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:37889454-c6dd-4086-b638-c3cc567bda16", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:92ef5ced-37cf-4152-897b-989e1a121a0d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3a5046ff-82b0-44aa-b475-e289c7a2f682", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1503e965-9cbe-42be-894b-0c101c2407e1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a2c7db2e-fa9c-4781-9140-ca7a890d0ac3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6adbe8cf-5c30-41c3-ba28-d729b55c6ae9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6adbe8cf-5c30-41c3-ba28-d729b55c6ae9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-353470798228729008252823", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6adbe8cf-5c30-41c3-ba28-d729b55c6ae9", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-353470798228729008252823", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 81, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 40, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 73, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-353470798228729008252823", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6adbe8cf-5c30-41c3-ba28-d729b55c6ae9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e361669b-0c6e-4300-81a3-04c62e293df8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:70e67638-1a6e-45be-9bd3-eefba7bea027", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7db37fef-67dd-4fbc-80be-fda06a57b9b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a68f71b4-287e-4ae8-9b75-0e37297e29cd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cf56a4a8-ec63-49b6-8294-4475f6ca4595", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e9927708-11d1-4f4c-bcac-65d9d52c4e05", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:83f6531f-4cbe-4aac-bdd2-c37401f3fc4e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f6079e08-e9b7-4faa-81c1-aab28d466bc5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:72bc38b1-6e93-4115-82dd-e20475dc5c14", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:232c26da-676e-4078-bbba-77a68ccdc442", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e361669b-0c6e-4300-81a3-04c62e293df8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e361669b-0c6e-4300-81a3-04c62e293df8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-656647359705061447843761", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e361669b-0c6e-4300-81a3-04c62e293df8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-656647359705061447843761", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e361669b-0c6e-4300-81a3-04c62e293df8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:70e67638-1a6e-45be-9bd3-eefba7bea027", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:70e67638-1a6e-45be-9bd3-eefba7bea027", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-536284334588490315438245", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:70e67638-1a6e-45be-9bd3-eefba7bea027", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-536284334588490315438245", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:70e67638-1a6e-45be-9bd3-eefba7bea027", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-06-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7db37fef-67dd-4fbc-80be-fda06a57b9b9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7db37fef-67dd-4fbc-80be-fda06a57b9b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-098539781696136274042500", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7db37fef-67dd-4fbc-80be-fda06a57b9b9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-098539781696136274042500", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7db37fef-67dd-4fbc-80be-fda06a57b9b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-06-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a68f71b4-287e-4ae8-9b75-0e37297e29cd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a68f71b4-287e-4ae8-9b75-0e37297e29cd", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-080276888297578917676612", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a68f71b4-287e-4ae8-9b75-0e37297e29cd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-080276888297578917676612", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a68f71b4-287e-4ae8-9b75-0e37297e29cd", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cf56a4a8-ec63-49b6-8294-4475f6ca4595", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cf56a4a8-ec63-49b6-8294-4475f6ca4595", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-830114967535085473494276", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cf56a4a8-ec63-49b6-8294-4475f6ca4595", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-830114967535085473494276", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cf56a4a8-ec63-49b6-8294-4475f6ca4595", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-12-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e9927708-11d1-4f4c-bcac-65d9d52c4e05", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9927708-11d1-4f4c-bcac-65d9d52c4e05", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-887613814009393844449462", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e9927708-11d1-4f4c-bcac-65d9d52c4e05", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-887613814009393844449462", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9927708-11d1-4f4c-bcac-65d9d52c4e05", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:83f6531f-4cbe-4aac-bdd2-c37401f3fc4e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:83f6531f-4cbe-4aac-bdd2-c37401f3fc4e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-566581393086729544566333", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:83f6531f-4cbe-4aac-bdd2-c37401f3fc4e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-566581393086729544566333", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:83f6531f-4cbe-4aac-bdd2-c37401f3fc4e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f6079e08-e9b7-4faa-81c1-aab28d466bc5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f6079e08-e9b7-4faa-81c1-aab28d466bc5", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-866543443189722095836517", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f6079e08-e9b7-4faa-81c1-aab28d466bc5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-866543443189722095836517", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f6079e08-e9b7-4faa-81c1-aab28d466bc5", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-07-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:72bc38b1-6e93-4115-82dd-e20475dc5c14", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:72bc38b1-6e93-4115-82dd-e20475dc5c14", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-735725460337255750785259", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:72bc38b1-6e93-4115-82dd-e20475dc5c14", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-735725460337255750785259", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:72bc38b1-6e93-4115-82dd-e20475dc5c14", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:232c26da-676e-4078-bbba-77a68ccdc442", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:232c26da-676e-4078-bbba-77a68ccdc442", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-314972626787111453761186", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:232c26da-676e-4078-bbba-77a68ccdc442", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-314972626787111453761186", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:232c26da-676e-4078-bbba-77a68ccdc442", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:37889454-c6dd-4086-b638-c3cc567bda16", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:37889454-c6dd-4086-b638-c3cc567bda16", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-776408330622907049339649", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:37889454-c6dd-4086-b638-c3cc567bda16", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-776408330622907049339649", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 48, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 33, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 72, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-776408330622907049339649", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:37889454-c6dd-4086-b638-c3cc567bda16", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:47271cad-9905-442d-ad01-0cb4f5057277", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:313fc4cb-85b9-4c7f-b787-b347d35aaf0e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ca0887b-b8f6-4494-8573-49d8e45f8d59", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:50291336-87d6-4fb0-98f0-7830f676d290", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:08cc7a9e-e568-4a75-a7e9-1bc4a8e0a694", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a6bcf17c-0d17-4b1c-ba2e-cb17292bd680", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4b73604f-6407-4389-83d1-12a62319a2a1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f2d8de9f-9833-478c-a804-ec659a072253", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f9b184fd-c951-4e33-87cc-a5604cfea42c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2113f19f-d8b4-405a-9d5d-deabe4d21781", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:47271cad-9905-442d-ad01-0cb4f5057277", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:47271cad-9905-442d-ad01-0cb4f5057277", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-407828948463856718286550", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:47271cad-9905-442d-ad01-0cb4f5057277", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-407828948463856718286550", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:47271cad-9905-442d-ad01-0cb4f5057277", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:313fc4cb-85b9-4c7f-b787-b347d35aaf0e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:313fc4cb-85b9-4c7f-b787-b347d35aaf0e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-575020744882342632641479", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:313fc4cb-85b9-4c7f-b787-b347d35aaf0e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-575020744882342632641479", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:313fc4cb-85b9-4c7f-b787-b347d35aaf0e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-11-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7ca0887b-b8f6-4494-8573-49d8e45f8d59", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ca0887b-b8f6-4494-8573-49d8e45f8d59", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-809028888965457076000610", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ca0887b-b8f6-4494-8573-49d8e45f8d59", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-809028888965457076000610", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ca0887b-b8f6-4494-8573-49d8e45f8d59", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-06-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:50291336-87d6-4fb0-98f0-7830f676d290", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:50291336-87d6-4fb0-98f0-7830f676d290", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-572119264854541939019957", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:50291336-87d6-4fb0-98f0-7830f676d290", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-572119264854541939019957", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:50291336-87d6-4fb0-98f0-7830f676d290", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:08cc7a9e-e568-4a75-a7e9-1bc4a8e0a694", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:08cc7a9e-e568-4a75-a7e9-1bc4a8e0a694", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-363652223732838411006462", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:08cc7a9e-e568-4a75-a7e9-1bc4a8e0a694", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-363652223732838411006462", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:08cc7a9e-e568-4a75-a7e9-1bc4a8e0a694", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-06-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a6bcf17c-0d17-4b1c-ba2e-cb17292bd680", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6bcf17c-0d17-4b1c-ba2e-cb17292bd680", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-152854396463205182210336", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a6bcf17c-0d17-4b1c-ba2e-cb17292bd680", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-152854396463205182210336", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6bcf17c-0d17-4b1c-ba2e-cb17292bd680", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4b73604f-6407-4389-83d1-12a62319a2a1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b73604f-6407-4389-83d1-12a62319a2a1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-225125760120277102371778", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4b73604f-6407-4389-83d1-12a62319a2a1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-225125760120277102371778", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b73604f-6407-4389-83d1-12a62319a2a1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f2d8de9f-9833-478c-a804-ec659a072253", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2d8de9f-9833-478c-a804-ec659a072253", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-320360217233278437549605", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f2d8de9f-9833-478c-a804-ec659a072253", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-320360217233278437549605", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2d8de9f-9833-478c-a804-ec659a072253", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-09-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f9b184fd-c951-4e33-87cc-a5604cfea42c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f9b184fd-c951-4e33-87cc-a5604cfea42c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-880482928460234452687518", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f9b184fd-c951-4e33-87cc-a5604cfea42c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-880482928460234452687518", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f9b184fd-c951-4e33-87cc-a5604cfea42c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-01-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2113f19f-d8b4-405a-9d5d-deabe4d21781", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2113f19f-d8b4-405a-9d5d-deabe4d21781", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-506966159506396774981875", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2113f19f-d8b4-405a-9d5d-deabe4d21781", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-506966159506396774981875", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2113f19f-d8b4-405a-9d5d-deabe4d21781", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-07-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:92ef5ced-37cf-4152-897b-989e1a121a0d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:92ef5ced-37cf-4152-897b-989e1a121a0d", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-144536483459403361866182", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:92ef5ced-37cf-4152-897b-989e1a121a0d", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-144536483459403361866182", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 86, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 34, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 45, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-144536483459403361866182", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:92ef5ced-37cf-4152-897b-989e1a121a0d", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ef578587-2233-4426-a8b3-1c172c7e7f81", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:feaadea8-6d9f-4da0-8f8c-a5d49f9b55a8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d075f0b6-0073-4f50-b79e-33f3d828d0fb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1878fc54-80cd-4297-b738-f3000a2237f7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:710e6025-beb4-42ea-b2c2-7e2bb414892e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2ab9ddd0-b941-4ca0-aae0-7ff2f9493395", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b05a4411-f65f-47d9-a4bd-b2f93ba59aa0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d9ac1ce4-a47b-4f22-a9b7-82835dc2c901", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:71d6a31d-ee8d-4db8-b141-e211698df798", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:98fbd7b4-200a-4a5c-9afb-076fd3db0bc6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ef578587-2233-4426-a8b3-1c172c7e7f81", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ef578587-2233-4426-a8b3-1c172c7e7f81", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-184294272574060167657741", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ef578587-2233-4426-a8b3-1c172c7e7f81", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-184294272574060167657741", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ef578587-2233-4426-a8b3-1c172c7e7f81", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:feaadea8-6d9f-4da0-8f8c-a5d49f9b55a8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:feaadea8-6d9f-4da0-8f8c-a5d49f9b55a8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-742561503842545151492680", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:feaadea8-6d9f-4da0-8f8c-a5d49f9b55a8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-742561503842545151492680", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:feaadea8-6d9f-4da0-8f8c-a5d49f9b55a8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d075f0b6-0073-4f50-b79e-33f3d828d0fb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d075f0b6-0073-4f50-b79e-33f3d828d0fb", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-587462418420508928081587", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d075f0b6-0073-4f50-b79e-33f3d828d0fb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-587462418420508928081587", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d075f0b6-0073-4f50-b79e-33f3d828d0fb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1878fc54-80cd-4297-b738-f3000a2237f7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1878fc54-80cd-4297-b738-f3000a2237f7", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-304388387677594321912766", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1878fc54-80cd-4297-b738-f3000a2237f7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-304388387677594321912766", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1878fc54-80cd-4297-b738-f3000a2237f7", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-02-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:710e6025-beb4-42ea-b2c2-7e2bb414892e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:710e6025-beb4-42ea-b2c2-7e2bb414892e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-018766443358893493665159", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:710e6025-beb4-42ea-b2c2-7e2bb414892e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-018766443358893493665159", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:710e6025-beb4-42ea-b2c2-7e2bb414892e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2ab9ddd0-b941-4ca0-aae0-7ff2f9493395", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ab9ddd0-b941-4ca0-aae0-7ff2f9493395", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-135053306399524904149968", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2ab9ddd0-b941-4ca0-aae0-7ff2f9493395", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-135053306399524904149968", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ab9ddd0-b941-4ca0-aae0-7ff2f9493395", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b05a4411-f65f-47d9-a4bd-b2f93ba59aa0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b05a4411-f65f-47d9-a4bd-b2f93ba59aa0", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-804399074731347020522130", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b05a4411-f65f-47d9-a4bd-b2f93ba59aa0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-804399074731347020522130", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b05a4411-f65f-47d9-a4bd-b2f93ba59aa0", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-03-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d9ac1ce4-a47b-4f22-a9b7-82835dc2c901", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d9ac1ce4-a47b-4f22-a9b7-82835dc2c901", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-363238333514389745736174", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d9ac1ce4-a47b-4f22-a9b7-82835dc2c901", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-363238333514389745736174", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d9ac1ce4-a47b-4f22-a9b7-82835dc2c901", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-09-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:71d6a31d-ee8d-4db8-b141-e211698df798", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:71d6a31d-ee8d-4db8-b141-e211698df798", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-600356989026352450563767", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:71d6a31d-ee8d-4db8-b141-e211698df798", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-600356989026352450563767", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:71d6a31d-ee8d-4db8-b141-e211698df798", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:98fbd7b4-200a-4a5c-9afb-076fd3db0bc6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:98fbd7b4-200a-4a5c-9afb-076fd3db0bc6", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-137777033512448812201263", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:98fbd7b4-200a-4a5c-9afb-076fd3db0bc6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-137777033512448812201263", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:98fbd7b4-200a-4a5c-9afb-076fd3db0bc6", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3a5046ff-82b0-44aa-b475-e289c7a2f682", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3a5046ff-82b0-44aa-b475-e289c7a2f682", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-342172743762774250479368", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3a5046ff-82b0-44aa-b475-e289c7a2f682", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-342172743762774250479368", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 52, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 50, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 8, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-342172743762774250479368", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3a5046ff-82b0-44aa-b475-e289c7a2f682", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:97fb70b5-fc77-4a4d-9e62-4d46b8b687f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:aa4afb47-d882-4fe3-a9c6-33a82d5e97d1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2216fb2e-a2c8-4827-8271-cf84c460a86c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:64dac341-6ac8-4bf4-84c5-de6df2c80b90", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f1b7a64-fdaf-45fe-9ba8-e32b9fcf302b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e22c30df-7075-419e-8e7f-52bfe56f175c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1bbae2f6-11a1-4319-a9dc-06c6d149d583", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:39432744-883d-40cd-b435-da6e07a44ee9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6bc595e6-f8e5-4a9e-8e5f-791a7ced06e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b6f97423-a423-4077-b2a7-f742242f2864", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:97fb70b5-fc77-4a4d-9e62-4d46b8b687f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:97fb70b5-fc77-4a4d-9e62-4d46b8b687f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-227930400315329073562025", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:97fb70b5-fc77-4a4d-9e62-4d46b8b687f8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-227930400315329073562025", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:97fb70b5-fc77-4a4d-9e62-4d46b8b687f8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:aa4afb47-d882-4fe3-a9c6-33a82d5e97d1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa4afb47-d882-4fe3-a9c6-33a82d5e97d1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-050267915951792488635833", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:aa4afb47-d882-4fe3-a9c6-33a82d5e97d1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-050267915951792488635833", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa4afb47-d882-4fe3-a9c6-33a82d5e97d1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2216fb2e-a2c8-4827-8271-cf84c460a86c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2216fb2e-a2c8-4827-8271-cf84c460a86c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-288560143242939487181997", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2216fb2e-a2c8-4827-8271-cf84c460a86c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-288560143242939487181997", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2216fb2e-a2c8-4827-8271-cf84c460a86c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:64dac341-6ac8-4bf4-84c5-de6df2c80b90", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:64dac341-6ac8-4bf4-84c5-de6df2c80b90", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-823399665493943877436512", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:64dac341-6ac8-4bf4-84c5-de6df2c80b90", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-823399665493943877436512", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:64dac341-6ac8-4bf4-84c5-de6df2c80b90", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-11-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0f1b7a64-fdaf-45fe-9ba8-e32b9fcf302b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f1b7a64-fdaf-45fe-9ba8-e32b9fcf302b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-404038158855803659163841", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f1b7a64-fdaf-45fe-9ba8-e32b9fcf302b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-404038158855803659163841", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f1b7a64-fdaf-45fe-9ba8-e32b9fcf302b", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e22c30df-7075-419e-8e7f-52bfe56f175c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e22c30df-7075-419e-8e7f-52bfe56f175c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-504994974084350239045521", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e22c30df-7075-419e-8e7f-52bfe56f175c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-504994974084350239045521", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e22c30df-7075-419e-8e7f-52bfe56f175c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1bbae2f6-11a1-4319-a9dc-06c6d149d583", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1bbae2f6-11a1-4319-a9dc-06c6d149d583", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-152746334907538259985610", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1bbae2f6-11a1-4319-a9dc-06c6d149d583", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-152746334907538259985610", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1bbae2f6-11a1-4319-a9dc-06c6d149d583", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-11-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:39432744-883d-40cd-b435-da6e07a44ee9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:39432744-883d-40cd-b435-da6e07a44ee9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-714283188830845423158718", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:39432744-883d-40cd-b435-da6e07a44ee9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-714283188830845423158718", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:39432744-883d-40cd-b435-da6e07a44ee9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6bc595e6-f8e5-4a9e-8e5f-791a7ced06e2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6bc595e6-f8e5-4a9e-8e5f-791a7ced06e2", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-392630975973436404657228", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6bc595e6-f8e5-4a9e-8e5f-791a7ced06e2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-392630975973436404657228", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6bc595e6-f8e5-4a9e-8e5f-791a7ced06e2", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b6f97423-a423-4077-b2a7-f742242f2864", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b6f97423-a423-4077-b2a7-f742242f2864", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-620779275159541101505482", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b6f97423-a423-4077-b2a7-f742242f2864", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-620779275159541101505482", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b6f97423-a423-4077-b2a7-f742242f2864", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1503e965-9cbe-42be-894b-0c101c2407e1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1503e965-9cbe-42be-894b-0c101c2407e1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-567597654892078435695114", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1503e965-9cbe-42be-894b-0c101c2407e1", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-567597654892078435695114", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 27, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 5, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 63, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-567597654892078435695114", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1503e965-9cbe-42be-894b-0c101c2407e1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7262669b-694b-42bf-b03e-410ba1d4cd24", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f2e78b29-db0a-4f09-a421-13a930a38a07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eab991d3-f1f5-4bea-8ddb-6f1188ccfca1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:15da57c6-3872-4290-9169-08edc370bfeb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5e2ab93b-73c7-4a61-9081-79887a422923", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8a57c24a-5250-489b-afb8-87bb3e057594", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d4f957d0-7f5c-4611-8641-c0c2721886a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6ccc52de-ce34-4565-a687-015f2e0b807d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2ea324fc-ca2a-4763-baa7-0220ffa9e909", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c4c99af7-96fd-43b3-8a20-c5c16b1650ff", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7262669b-694b-42bf-b03e-410ba1d4cd24", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7262669b-694b-42bf-b03e-410ba1d4cd24", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-156945232257778817408894", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7262669b-694b-42bf-b03e-410ba1d4cd24", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-156945232257778817408894", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7262669b-694b-42bf-b03e-410ba1d4cd24", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f2e78b29-db0a-4f09-a421-13a930a38a07", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2e78b29-db0a-4f09-a421-13a930a38a07", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-695049701742507372894372", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f2e78b29-db0a-4f09-a421-13a930a38a07", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-695049701742507372894372", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2e78b29-db0a-4f09-a421-13a930a38a07", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-02-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:eab991d3-f1f5-4bea-8ddb-6f1188ccfca1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eab991d3-f1f5-4bea-8ddb-6f1188ccfca1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-859193355925015156091672", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eab991d3-f1f5-4bea-8ddb-6f1188ccfca1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-859193355925015156091672", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:eab991d3-f1f5-4bea-8ddb-6f1188ccfca1", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-11-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:15da57c6-3872-4290-9169-08edc370bfeb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:15da57c6-3872-4290-9169-08edc370bfeb", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-535668291938160253344475", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:15da57c6-3872-4290-9169-08edc370bfeb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-535668291938160253344475", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:15da57c6-3872-4290-9169-08edc370bfeb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-06-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5e2ab93b-73c7-4a61-9081-79887a422923", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e2ab93b-73c7-4a61-9081-79887a422923", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-827566814437623855116086", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5e2ab93b-73c7-4a61-9081-79887a422923", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-827566814437623855116086", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e2ab93b-73c7-4a61-9081-79887a422923", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8a57c24a-5250-489b-afb8-87bb3e057594", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8a57c24a-5250-489b-afb8-87bb3e057594", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-100323953280812775892663", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8a57c24a-5250-489b-afb8-87bb3e057594", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-100323953280812775892663", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8a57c24a-5250-489b-afb8-87bb3e057594", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d4f957d0-7f5c-4611-8641-c0c2721886a3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d4f957d0-7f5c-4611-8641-c0c2721886a3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-473455115871772551601215", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d4f957d0-7f5c-4611-8641-c0c2721886a3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-473455115871772551601215", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d4f957d0-7f5c-4611-8641-c0c2721886a3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6ccc52de-ce34-4565-a687-015f2e0b807d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ccc52de-ce34-4565-a687-015f2e0b807d", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-210243136750698853683543", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6ccc52de-ce34-4565-a687-015f2e0b807d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-210243136750698853683543", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ccc52de-ce34-4565-a687-015f2e0b807d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2ea324fc-ca2a-4763-baa7-0220ffa9e909", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ea324fc-ca2a-4763-baa7-0220ffa9e909", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-748478146276540947678328", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2ea324fc-ca2a-4763-baa7-0220ffa9e909", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-748478146276540947678328", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ea324fc-ca2a-4763-baa7-0220ffa9e909", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c4c99af7-96fd-43b3-8a20-c5c16b1650ff", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c4c99af7-96fd-43b3-8a20-c5c16b1650ff", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-833096064844811644455253", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c4c99af7-96fd-43b3-8a20-c5c16b1650ff", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-833096064844811644455253", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c4c99af7-96fd-43b3-8a20-c5c16b1650ff", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a2c7db2e-fa9c-4781-9140-ca7a890d0ac3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a2c7db2e-fa9c-4781-9140-ca7a890d0ac3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-551972134009847385300016", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a2c7db2e-fa9c-4781-9140-ca7a890d0ac3", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-551972134009847385300016", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 56, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 64, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 7, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-551972134009847385300016", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a2c7db2e-fa9c-4781-9140-ca7a890d0ac3", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5bcab437-c4ca-46a6-a781-8a08fe784629", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b2877bba-87d9-476c-b523-0a00e9fb10d4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cc0924c5-1fc9-43ef-9c60-1361c91e7b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9cf62b10-4d87-4b90-8c15-b38bfd373a61", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4cd82413-bb88-43c3-b018-59e7ae888086", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:73b082eb-86d5-4cbf-9b2f-ac140079c649", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:519ba796-6ec5-4726-84e5-0ac8494a2f75", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:95770b49-62cd-4fa2-8345-371cc78430a1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:34c20fee-9079-4c34-b832-9dd816e9ae8e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:daa5c284-996f-4a80-a923-2c4879cb0ecd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5bcab437-c4ca-46a6-a781-8a08fe784629", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5bcab437-c4ca-46a6-a781-8a08fe784629", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-522334108427123076844618", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5bcab437-c4ca-46a6-a781-8a08fe784629", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-522334108427123076844618", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5bcab437-c4ca-46a6-a781-8a08fe784629", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b2877bba-87d9-476c-b523-0a00e9fb10d4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2877bba-87d9-476c-b523-0a00e9fb10d4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-007112220497976308799740", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b2877bba-87d9-476c-b523-0a00e9fb10d4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-007112220497976308799740", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2877bba-87d9-476c-b523-0a00e9fb10d4", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cc0924c5-1fc9-43ef-9c60-1361c91e7b0c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc0924c5-1fc9-43ef-9c60-1361c91e7b0c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-247393760167307165163935", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cc0924c5-1fc9-43ef-9c60-1361c91e7b0c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-247393760167307165163935", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc0924c5-1fc9-43ef-9c60-1361c91e7b0c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9cf62b10-4d87-4b90-8c15-b38bfd373a61", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cf62b10-4d87-4b90-8c15-b38bfd373a61", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-292719489036751474744380", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9cf62b10-4d87-4b90-8c15-b38bfd373a61", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-292719489036751474744380", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cf62b10-4d87-4b90-8c15-b38bfd373a61", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-04-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4cd82413-bb88-43c3-b018-59e7ae888086", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cd82413-bb88-43c3-b018-59e7ae888086", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-048615135385815854500755", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4cd82413-bb88-43c3-b018-59e7ae888086", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-048615135385815854500755", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cd82413-bb88-43c3-b018-59e7ae888086", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-02-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:73b082eb-86d5-4cbf-9b2f-ac140079c649", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:73b082eb-86d5-4cbf-9b2f-ac140079c649", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-344501855811148348284649", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:73b082eb-86d5-4cbf-9b2f-ac140079c649", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-344501855811148348284649", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:73b082eb-86d5-4cbf-9b2f-ac140079c649", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:519ba796-6ec5-4726-84e5-0ac8494a2f75", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:519ba796-6ec5-4726-84e5-0ac8494a2f75", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-034369323184032664195621", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:519ba796-6ec5-4726-84e5-0ac8494a2f75", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-034369323184032664195621", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:519ba796-6ec5-4726-84e5-0ac8494a2f75", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-07-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:95770b49-62cd-4fa2-8345-371cc78430a1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:95770b49-62cd-4fa2-8345-371cc78430a1", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-896014888626995516234647", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:95770b49-62cd-4fa2-8345-371cc78430a1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-896014888626995516234647", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:95770b49-62cd-4fa2-8345-371cc78430a1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:34c20fee-9079-4c34-b832-9dd816e9ae8e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:34c20fee-9079-4c34-b832-9dd816e9ae8e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-020030682249639907934296", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:34c20fee-9079-4c34-b832-9dd816e9ae8e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-020030682249639907934296", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:34c20fee-9079-4c34-b832-9dd816e9ae8e", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-02-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:daa5c284-996f-4a80-a923-2c4879cb0ecd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:daa5c284-996f-4a80-a923-2c4879cb0ecd", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-327475202785241593327653", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:daa5c284-996f-4a80-a923-2c4879cb0ecd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-327475202785241593327653", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:daa5c284-996f-4a80-a923-2c4879cb0ecd", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Schräghecklimousine", - "catenaXId" : "urn:uuid:ce2076fb-9d00-4acf-8dc1-668f7cf2c09b", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S218A", - "description" : "sport automatic transmission", - "group" : "special equipment" - }, { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "S388C", - "description" : "security plus", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2022-06-17", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:ce2076fb-9d00-4acf-8dc1-668f7cf2c09b", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "TV-38", - "key" : "manufacturerPartId" - }, { - "value" : "OMBGTUGAPIOBBBFIH", - "key" : "partInstanceId" - }, { - "value" : "OMBGTUGAPIOBBBFIH", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2015-11-16T14:00:41.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ce2076fb-9d00-4acf-8dc1-668f7cf2c09b", - "partTypeInformation" : { - "manufacturerPartId" : "TV-38", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 5, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 65, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 5, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 83, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 70, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 9, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 1, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 53, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 76, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 52, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce2076fb-9d00-4acf-8dc1-668f7cf2c09b", - "childItems" : [ { - "catenaXId" : "urn:uuid:2cc44905-e2ec-445b-a5b9-705bc8652123", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:37301508-eb9f-4c1c-be3c-2948b132a4a7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ad06ccff-7c2c-4486-a297-f612a069c947", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d1fb6da7-c72d-4ee7-bcd6-2507dedda89d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fc6c67a1-5f0d-4dbf-a6f8-a475824b8003", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e2c9efe8-6e71-4103-83bc-5746b3c46863", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1b078a36-39f6-433b-8f9f-6632f30a4a34", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:753d47f4-5702-47cb-bf6e-d97c4758e5e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b7d56aec-b01d-40f3-9899-bb0045469cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:20db46bf-84d3-4b5f-bacb-02c990e5657e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1d9c6104-8bec-4b59-bc42-21e5cf4f7c30", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bb9d9dca-699e-49fc-a9c8-5f66f7224d19", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:57e9ac4c-c473-4590-b99c-f4dd4dbf1a4e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:57d72510-e9b5-44f4-883d-156d8c2094f6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b56e107-e62d-4048-bdaa-be84dc50f84c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:03db8eff-c48d-4c22-ad00-bd31449817aa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:499dadf5-7392-4c38-904e-f96aa1478e43", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6ae2d1ae-ff4b-413a-b333-ec0108d828a8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9836fa93-6a35-4fbf-a80b-e068ec388e38", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2758cd5d-3b3b-4918-957e-c42453b6b242", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1339ba04-ff5a-4227-8e26-adcfc6ec4bf5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:56620fe4-d271-4327-83dc-a3d4b376416d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8ea7502e-91e8-46ed-a83a-2276a407c26a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b2849e5a-1f20-4dff-9bba-3cfefb39d057", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:12e881f8-d79c-4e3c-afd9-b390b0594e48", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5b77ff2b-761d-4d74-ae58-e88a85d6889b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1e046cb6-00f8-4a02-b8e2-9dbd8d5366fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bb666cc2-4853-43f7-a5aa-2c0629d170e8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5e5aebfe-5bbc-4006-8786-fc79ac9de93d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f5708942-81fc-44c8-ba0b-41e08a7270b2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:915145cf-7496-4e91-a489-d9f6f85f343c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f0829c4f-f95b-4229-b2bf-d2101bee21ee", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2cc44905-e2ec-445b-a5b9-705bc8652123", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2cc44905-e2ec-445b-a5b9-705bc8652123", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-026187347357622239363493", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2cc44905-e2ec-445b-a5b9-705bc8652123", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:37301508-eb9f-4c1c-be3c-2948b132a4a7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:37301508-eb9f-4c1c-be3c-2948b132a4a7", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-483356909709337844676356", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:37301508-eb9f-4c1c-be3c-2948b132a4a7", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:37301508-eb9f-4c1c-be3c-2948b132a4a7", - "childItems" : [ { - "catenaXId" : "urn:uuid:22f6516b-ad73-4cce-936d-5c8068b20c22", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:22f6516b-ad73-4cce-936d-5c8068b20c22", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:22f6516b-ad73-4cce-936d-5c8068b20c22", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-488379533753775497646939", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:22f6516b-ad73-4cce-936d-5c8068b20c22", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "23713038WJC", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:22f6516b-ad73-4cce-936d-5c8068b20c22", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:ad06ccff-7c2c-4486-a297-f612a069c947", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad06ccff-7c2c-4486-a297-f612a069c947", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-641959010006841733082899", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ad06ccff-7c2c-4486-a297-f612a069c947", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad06ccff-7c2c-4486-a297-f612a069c947", - "childItems" : [ { - "catenaXId" : "urn:uuid:ce4dcb96-e34a-4d66-aafc-a3bda78dada6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ce4dcb96-e34a-4d66-aafc-a3bda78dada6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce4dcb96-e34a-4d66-aafc-a3bda78dada6", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-466508069365214484328121", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ce4dcb96-e34a-4d66-aafc-a3bda78dada6", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "90909902RXR", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ce4dcb96-e34a-4d66-aafc-a3bda78dada6", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:d1fb6da7-c72d-4ee7-bcd6-2507dedda89d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d1fb6da7-c72d-4ee7-bcd6-2507dedda89d", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-859347146936442271168807", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d1fb6da7-c72d-4ee7-bcd6-2507dedda89d", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:fc6c67a1-5f0d-4dbf-a6f8-a475824b8003", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fc6c67a1-5f0d-4dbf-a6f8-a475824b8003", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-044289196227624924354401", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fc6c67a1-5f0d-4dbf-a6f8-a475824b8003", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:e2c9efe8-6e71-4103-83bc-5746b3c46863", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e2c9efe8-6e71-4103-83bc-5746b3c46863", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-410354606378696734352780", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e2c9efe8-6e71-4103-83bc-5746b3c46863", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:1b078a36-39f6-433b-8f9f-6632f30a4a34", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1b078a36-39f6-433b-8f9f-6632f30a4a34", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-335781793395301714609757", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1b078a36-39f6-433b-8f9f-6632f30a4a34", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:753d47f4-5702-47cb-bf6e-d97c4758e5e2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:753d47f4-5702-47cb-bf6e-d97c4758e5e2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-356112929065870935237932", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:753d47f4-5702-47cb-bf6e-d97c4758e5e2", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:b7d56aec-b01d-40f3-9899-bb0045469cef", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b7d56aec-b01d-40f3-9899-bb0045469cef", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-309866507678216063294497", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b7d56aec-b01d-40f3-9899-bb0045469cef", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:20db46bf-84d3-4b5f-bacb-02c990e5657e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:20db46bf-84d3-4b5f-bacb-02c990e5657e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-933089360581318634659446", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:20db46bf-84d3-4b5f-bacb-02c990e5657e", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:1d9c6104-8bec-4b59-bc42-21e5cf4f7c30", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d9c6104-8bec-4b59-bc42-21e5cf4f7c30", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-779782674600943193747653", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1d9c6104-8bec-4b59-bc42-21e5cf4f7c30", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:bb9d9dca-699e-49fc-a9c8-5f66f7224d19", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb9d9dca-699e-49fc-a9c8-5f66f7224d19", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-137902671536975930968523", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bb9d9dca-699e-49fc-a9c8-5f66f7224d19", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:57e9ac4c-c473-4590-b99c-f4dd4dbf1a4e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:57e9ac4c-c473-4590-b99c-f4dd4dbf1a4e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-128501014519253781288263", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:57e9ac4c-c473-4590-b99c-f4dd4dbf1a4e", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:57d72510-e9b5-44f4-883d-156d8c2094f6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:57d72510-e9b5-44f4-883d-156d8c2094f6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-251974824338030246190164", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:57d72510-e9b5-44f4-883d-156d8c2094f6", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:7b56e107-e62d-4048-bdaa-be84dc50f84c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b56e107-e62d-4048-bdaa-be84dc50f84c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-836112011472138244428871", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b56e107-e62d-4048-bdaa-be84dc50f84c", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:03db8eff-c48d-4c22-ad00-bd31449817aa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:03db8eff-c48d-4c22-ad00-bd31449817aa", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-343205665171044493725889", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:03db8eff-c48d-4c22-ad00-bd31449817aa", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:499dadf5-7392-4c38-904e-f96aa1478e43", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:499dadf5-7392-4c38-904e-f96aa1478e43", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-039794220905749067890894", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:499dadf5-7392-4c38-904e-f96aa1478e43", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:6ae2d1ae-ff4b-413a-b333-ec0108d828a8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ae2d1ae-ff4b-413a-b333-ec0108d828a8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-360314767588672967536918", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6ae2d1ae-ff4b-413a-b333-ec0108d828a8", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:9836fa93-6a35-4fbf-a80b-e068ec388e38", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9836fa93-6a35-4fbf-a80b-e068ec388e38", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-466987059282504554547722", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9836fa93-6a35-4fbf-a80b-e068ec388e38", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:2758cd5d-3b3b-4918-957e-c42453b6b242", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2758cd5d-3b3b-4918-957e-c42453b6b242", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-870356925436104557622548", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2758cd5d-3b3b-4918-957e-c42453b6b242", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:1339ba04-ff5a-4227-8e26-adcfc6ec4bf5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1339ba04-ff5a-4227-8e26-adcfc6ec4bf5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-478301635721881816671294", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1339ba04-ff5a-4227-8e26-adcfc6ec4bf5", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:56620fe4-d271-4327-83dc-a3d4b376416d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:56620fe4-d271-4327-83dc-a3d4b376416d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-612037892218134692148448", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:56620fe4-d271-4327-83dc-a3d4b376416d", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:8ea7502e-91e8-46ed-a83a-2276a407c26a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8ea7502e-91e8-46ed-a83a-2276a407c26a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-922143474395871228720906", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8ea7502e-91e8-46ed-a83a-2276a407c26a", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:b2849e5a-1f20-4dff-9bba-3cfefb39d057", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2849e5a-1f20-4dff-9bba-3cfefb39d057", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-681502455816737211982888", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b2849e5a-1f20-4dff-9bba-3cfefb39d057", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:12e881f8-d79c-4e3c-afd9-b390b0594e48", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:12e881f8-d79c-4e3c-afd9-b390b0594e48", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-362210290989672338631273", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:12e881f8-d79c-4e3c-afd9-b390b0594e48", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:5b77ff2b-761d-4d74-ae58-e88a85d6889b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b77ff2b-761d-4d74-ae58-e88a85d6889b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-630541033179553139236661", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5b77ff2b-761d-4d74-ae58-e88a85d6889b", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:1e046cb6-00f8-4a02-b8e2-9dbd8d5366fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e046cb6-00f8-4a02-b8e2-9dbd8d5366fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-425047026621868529384260", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1e046cb6-00f8-4a02-b8e2-9dbd8d5366fd", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:bb666cc2-4853-43f7-a5aa-2c0629d170e8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb666cc2-4853-43f7-a5aa-2c0629d170e8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-445876365621369932737554", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bb666cc2-4853-43f7-a5aa-2c0629d170e8", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:5e5aebfe-5bbc-4006-8786-fc79ac9de93d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e5aebfe-5bbc-4006-8786-fc79ac9de93d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-048330683134296148844774", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5e5aebfe-5bbc-4006-8786-fc79ac9de93d", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:f5708942-81fc-44c8-ba0b-41e08a7270b2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f5708942-81fc-44c8-ba0b-41e08a7270b2", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-931474446513162209826167", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f5708942-81fc-44c8-ba0b-41e08a7270b2", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:f5708942-81fc-44c8-ba0b-41e08a7270b2", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-931474446513162209826167", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 11, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 85, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 26, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f5708942-81fc-44c8-ba0b-41e08a7270b2", - "childItems" : [ { - "catenaXId" : "urn:uuid:4179e8e9-eadb-40dc-9ca1-850daba85bee", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a1afc209-a8c3-4647-8125-dd746afade06", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e362f7e8-2ad6-42fe-ac15-70937ea2ae27", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4179e8e9-eadb-40dc-9ca1-850daba85bee", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:4179e8e9-eadb-40dc-9ca1-850daba85bee", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4179e8e9-eadb-40dc-9ca1-850daba85bee", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 5, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 55, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a1afc209-a8c3-4647-8125-dd746afade06", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1afc209-a8c3-4647-8125-dd746afade06", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "02497J8-27", - "key" : "manufacturerPartId" - }, { - "value" : "NO-627298519242718198455160", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a1afc209-a8c3-4647-8125-dd746afade06", - "partTypeInformation" : { - "manufacturerPartId" : "02497J8-27", - "customerPartId" : "02497J8-27", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1afc209-a8c3-4647-8125-dd746afade06", - "childItems" : [ { - "catenaXId" : "urn:uuid:d6e73c1d-389b-4a8c-9f94-6dddc19d8da4", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d6e73c1d-389b-4a8c-9f94-6dddc19d8da4", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:d6e73c1d-389b-4a8c-9f94-6dddc19d8da4", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 27, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 13, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e362f7e8-2ad6-42fe-ac15-70937ea2ae27", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e362f7e8-2ad6-42fe-ac15-70937ea2ae27", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e362f7e8-2ad6-42fe-ac15-70937ea2ae27", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e362f7e8-2ad6-42fe-ac15-70937ea2ae27", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:915145cf-7496-4e91-a489-d9f6f85f343c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:915145cf-7496-4e91-a489-d9f6f85f343c", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "49655N9-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-541153289233873983033829", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:915145cf-7496-4e91-a489-d9f6f85f343c", - "partTypeInformation" : { - "manufacturerPartId" : "49655N9-61", - "customerPartId" : "49655N9-61", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 24, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:915145cf-7496-4e91-a489-d9f6f85f343c", - "childItems" : [ { - "catenaXId" : "urn:uuid:9c7e3ab3-30b2-42bd-9803-0eccaa8d90f3", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e5eec626-9254-44a2-b3ad-18dfe7d93a53", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9539b2fd-0b11-4629-ac77-5337e8ac47f6", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9c7e3ab3-30b2-42bd-9803-0eccaa8d90f3", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:9c7e3ab3-30b2-42bd-9803-0eccaa8d90f3", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c7e3ab3-30b2-42bd-9803-0eccaa8d90f3", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 29, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 49, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e5eec626-9254-44a2-b3ad-18dfe7d93a53", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5eec626-9254-44a2-b3ad-18dfe7d93a53", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "78376R9-88", - "key" : "manufacturerPartId" - }, { - "value" : "NO-300134390519871701026432", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e5eec626-9254-44a2-b3ad-18dfe7d93a53", - "partTypeInformation" : { - "manufacturerPartId" : "78376R9-88", - "customerPartId" : "78376R9-88", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5eec626-9254-44a2-b3ad-18dfe7d93a53", - "childItems" : [ { - "catenaXId" : "urn:uuid:e216e78e-53ad-4861-b888-e425ffba699e", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e216e78e-53ad-4861-b888-e425ffba699e", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e216e78e-53ad-4861-b888-e425ffba699e", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 5, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 69, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9539b2fd-0b11-4629-ac77-5337e8ac47f6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9539b2fd-0b11-4629-ac77-5337e8ac47f6", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "38103F2-53", - "key" : "manufacturerPartId" - }, { - "value" : "NO-697817059869741684397728", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9539b2fd-0b11-4629-ac77-5337e8ac47f6", - "partTypeInformation" : { - "manufacturerPartId" : "38103F2-53", - "customerPartId" : "38103F2-53", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 47, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 60, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:f0829c4f-f95b-4229-b2bf-d2101bee21ee", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0829c4f-f95b-4229-b2bf-d2101bee21ee", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-962366930386049064086712", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f0829c4f-f95b-4229-b2bf-d2101bee21ee", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-962366930386049064086712", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 54, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 52, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 34, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-962366930386049064086712", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-962366930386049064086712", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0829c4f-f95b-4229-b2bf-d2101bee21ee", - "childItems" : [ { - "catenaXId" : "urn:uuid:7949f569-52b3-4d39-97c6-7207e8ebfd13", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:be426758-028a-4c29-bd80-288fc899d6d2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:46be0bfe-6872-4f9b-b0cf-f35b550b6160", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d276295b-9c41-4bc4-b26d-b9cbc325bb0e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4d65df0e-07ec-4a2e-8021-6f8eca76f78d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:84594c1a-07db-4452-b0a0-bb708ed20549", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7949f569-52b3-4d39-97c6-7207e8ebfd13", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7949f569-52b3-4d39-97c6-7207e8ebfd13", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-520512466537680893682649", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7949f569-52b3-4d39-97c6-7207e8ebfd13", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-520512466537680893682649", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 23, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 84, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 72, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-520512466537680893682649", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7949f569-52b3-4d39-97c6-7207e8ebfd13", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:39d88035-6f62-4d30-87e7-d01e9b4238d9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b41c07e-6d58-43e9-aa3a-b153dd6bbb45", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cb4ad133-df1a-4d93-a51e-e2075c2eb5ee", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e75fddec-f13e-4f0d-8ba5-4f52b4c6d0c8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:910fc565-3091-473b-a4b3-2fc7470e6e6d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:297f3cf9-bf00-4567-8dc5-ee801ddeacd4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4aa75de8-0d83-4f95-ae50-0ae14fe5e500", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:37e3d998-fba5-4991-8908-f544eb17f236", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1476ddf3-9247-4463-8432-6bac59fc5f3f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9a0829ab-d02f-4d83-b8fd-f4ec2eea66d6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:39d88035-6f62-4d30-87e7-d01e9b4238d9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:39d88035-6f62-4d30-87e7-d01e9b4238d9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-802009294145608693275358", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:39d88035-6f62-4d30-87e7-d01e9b4238d9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-802009294145608693275358", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:39d88035-6f62-4d30-87e7-d01e9b4238d9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-02-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7b41c07e-6d58-43e9-aa3a-b153dd6bbb45", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b41c07e-6d58-43e9-aa3a-b153dd6bbb45", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-756276853777678689185451", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b41c07e-6d58-43e9-aa3a-b153dd6bbb45", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-756276853777678689185451", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b41c07e-6d58-43e9-aa3a-b153dd6bbb45", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-12-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cb4ad133-df1a-4d93-a51e-e2075c2eb5ee", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb4ad133-df1a-4d93-a51e-e2075c2eb5ee", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-167240284180322780252600", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cb4ad133-df1a-4d93-a51e-e2075c2eb5ee", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-167240284180322780252600", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb4ad133-df1a-4d93-a51e-e2075c2eb5ee", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-04-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e75fddec-f13e-4f0d-8ba5-4f52b4c6d0c8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e75fddec-f13e-4f0d-8ba5-4f52b4c6d0c8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-092395683958387734973260", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e75fddec-f13e-4f0d-8ba5-4f52b4c6d0c8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-092395683958387734973260", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e75fddec-f13e-4f0d-8ba5-4f52b4c6d0c8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:910fc565-3091-473b-a4b3-2fc7470e6e6d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:910fc565-3091-473b-a4b3-2fc7470e6e6d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-606480739424825319422782", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:910fc565-3091-473b-a4b3-2fc7470e6e6d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-606480739424825319422782", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:910fc565-3091-473b-a4b3-2fc7470e6e6d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-03-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:297f3cf9-bf00-4567-8dc5-ee801ddeacd4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:297f3cf9-bf00-4567-8dc5-ee801ddeacd4", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-944995774504537410826193", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:297f3cf9-bf00-4567-8dc5-ee801ddeacd4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-944995774504537410826193", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:297f3cf9-bf00-4567-8dc5-ee801ddeacd4", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4aa75de8-0d83-4f95-ae50-0ae14fe5e500", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4aa75de8-0d83-4f95-ae50-0ae14fe5e500", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-167279066199316301144538", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4aa75de8-0d83-4f95-ae50-0ae14fe5e500", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-167279066199316301144538", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4aa75de8-0d83-4f95-ae50-0ae14fe5e500", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:37e3d998-fba5-4991-8908-f544eb17f236", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:37e3d998-fba5-4991-8908-f544eb17f236", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-809984136125063745168879", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:37e3d998-fba5-4991-8908-f544eb17f236", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-809984136125063745168879", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:37e3d998-fba5-4991-8908-f544eb17f236", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1476ddf3-9247-4463-8432-6bac59fc5f3f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1476ddf3-9247-4463-8432-6bac59fc5f3f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-430478389734059211403146", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1476ddf3-9247-4463-8432-6bac59fc5f3f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-430478389734059211403146", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1476ddf3-9247-4463-8432-6bac59fc5f3f", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-11-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9a0829ab-d02f-4d83-b8fd-f4ec2eea66d6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a0829ab-d02f-4d83-b8fd-f4ec2eea66d6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-014495235042077902107133", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9a0829ab-d02f-4d83-b8fd-f4ec2eea66d6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-014495235042077902107133", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a0829ab-d02f-4d83-b8fd-f4ec2eea66d6", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:be426758-028a-4c29-bd80-288fc899d6d2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:be426758-028a-4c29-bd80-288fc899d6d2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-250512209443245549480665", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:be426758-028a-4c29-bd80-288fc899d6d2", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-250512209443245549480665", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 9, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 0, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 31, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-250512209443245549480665", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:be426758-028a-4c29-bd80-288fc899d6d2", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9cd3a38c-e76d-4ec6-bd03-1452879be45b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a2248080-c9bc-4c73-a3a4-3aec2836d38c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1a4b0783-e6dd-434a-b4a2-1787ea3f3ddd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:26b8cca2-fd03-4036-a6e5-9c5eada35394", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:83072f0d-d803-4706-8dfb-a15f4eddf5b2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2e7cda2c-8993-4f87-9834-34b780c1bf70", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9fc48160-fdb4-4234-9871-f32d8e784ddd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d5c97c1-dbfe-4342-bef9-50afaa2c448b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a49c5288-6601-434c-bd72-06f98c66ceb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c1507982-9238-4b4a-983d-35a8c6ffd14d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9cd3a38c-e76d-4ec6-bd03-1452879be45b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cd3a38c-e76d-4ec6-bd03-1452879be45b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-299562942934233019243347", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9cd3a38c-e76d-4ec6-bd03-1452879be45b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-299562942934233019243347", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cd3a38c-e76d-4ec6-bd03-1452879be45b", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a2248080-c9bc-4c73-a3a4-3aec2836d38c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a2248080-c9bc-4c73-a3a4-3aec2836d38c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-758235256740641265702737", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a2248080-c9bc-4c73-a3a4-3aec2836d38c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-758235256740641265702737", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a2248080-c9bc-4c73-a3a4-3aec2836d38c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-02-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1a4b0783-e6dd-434a-b4a2-1787ea3f3ddd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a4b0783-e6dd-434a-b4a2-1787ea3f3ddd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-567390783297298287104074", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1a4b0783-e6dd-434a-b4a2-1787ea3f3ddd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-567390783297298287104074", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a4b0783-e6dd-434a-b4a2-1787ea3f3ddd", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:26b8cca2-fd03-4036-a6e5-9c5eada35394", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:26b8cca2-fd03-4036-a6e5-9c5eada35394", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-070094456244804221977807", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:26b8cca2-fd03-4036-a6e5-9c5eada35394", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-070094456244804221977807", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:26b8cca2-fd03-4036-a6e5-9c5eada35394", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:83072f0d-d803-4706-8dfb-a15f4eddf5b2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:83072f0d-d803-4706-8dfb-a15f4eddf5b2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-597772198236689524054592", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:83072f0d-d803-4706-8dfb-a15f4eddf5b2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-597772198236689524054592", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:83072f0d-d803-4706-8dfb-a15f4eddf5b2", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2e7cda2c-8993-4f87-9834-34b780c1bf70", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e7cda2c-8993-4f87-9834-34b780c1bf70", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-873243499205686870556874", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2e7cda2c-8993-4f87-9834-34b780c1bf70", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-873243499205686870556874", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e7cda2c-8993-4f87-9834-34b780c1bf70", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9fc48160-fdb4-4234-9871-f32d8e784ddd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fc48160-fdb4-4234-9871-f32d8e784ddd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-702461657418244349160935", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9fc48160-fdb4-4234-9871-f32d8e784ddd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-702461657418244349160935", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fc48160-fdb4-4234-9871-f32d8e784ddd", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2d5c97c1-dbfe-4342-bef9-50afaa2c448b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d5c97c1-dbfe-4342-bef9-50afaa2c448b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-012294370935554819499969", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d5c97c1-dbfe-4342-bef9-50afaa2c448b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-012294370935554819499969", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d5c97c1-dbfe-4342-bef9-50afaa2c448b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-07-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a49c5288-6601-434c-bd72-06f98c66ceb8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a49c5288-6601-434c-bd72-06f98c66ceb8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-127885495043822548073568", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a49c5288-6601-434c-bd72-06f98c66ceb8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-127885495043822548073568", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a49c5288-6601-434c-bd72-06f98c66ceb8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c1507982-9238-4b4a-983d-35a8c6ffd14d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c1507982-9238-4b4a-983d-35a8c6ffd14d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-278566227076088178273348", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c1507982-9238-4b4a-983d-35a8c6ffd14d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-278566227076088178273348", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c1507982-9238-4b4a-983d-35a8c6ffd14d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-05-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:46be0bfe-6872-4f9b-b0cf-f35b550b6160", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:46be0bfe-6872-4f9b-b0cf-f35b550b6160", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-778285826290477750921980", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:46be0bfe-6872-4f9b-b0cf-f35b550b6160", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-778285826290477750921980", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 15, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 76, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 16, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-778285826290477750921980", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:46be0bfe-6872-4f9b-b0cf-f35b550b6160", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9d323f6b-f079-4b30-981d-b303a98e96da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a6f61bff-57fa-4de2-9191-e325da6ef27c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:18900850-f63e-4a4a-a442-362e0f3e977c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ece07c71-b201-4555-a04e-4f48bb66fd07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a18bc126-5768-4abd-afb4-faeb452cd1f1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5d63b043-cec1-4940-9cf8-d541b3f2c812", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c0067e8e-ba6a-469f-a332-aadc964a45d1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7afbc981-6ab1-45aa-ac5a-d1499a4e47c2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cb0bb46a-df86-4353-b106-42469d287d2e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d7e44c3f-3636-48e1-84b9-9381da36fed6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9d323f6b-f079-4b30-981d-b303a98e96da", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d323f6b-f079-4b30-981d-b303a98e96da", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-705047154378149859031510", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9d323f6b-f079-4b30-981d-b303a98e96da", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-705047154378149859031510", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d323f6b-f079-4b30-981d-b303a98e96da", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a6f61bff-57fa-4de2-9191-e325da6ef27c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6f61bff-57fa-4de2-9191-e325da6ef27c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-367210853863205375835499", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a6f61bff-57fa-4de2-9191-e325da6ef27c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-367210853863205375835499", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6f61bff-57fa-4de2-9191-e325da6ef27c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:18900850-f63e-4a4a-a442-362e0f3e977c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:18900850-f63e-4a4a-a442-362e0f3e977c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-399455937983079631170277", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:18900850-f63e-4a4a-a442-362e0f3e977c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-399455937983079631170277", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:18900850-f63e-4a4a-a442-362e0f3e977c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ece07c71-b201-4555-a04e-4f48bb66fd07", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ece07c71-b201-4555-a04e-4f48bb66fd07", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-073523469801273734159658", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ece07c71-b201-4555-a04e-4f48bb66fd07", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-073523469801273734159658", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ece07c71-b201-4555-a04e-4f48bb66fd07", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a18bc126-5768-4abd-afb4-faeb452cd1f1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a18bc126-5768-4abd-afb4-faeb452cd1f1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-067724569431427995573338", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a18bc126-5768-4abd-afb4-faeb452cd1f1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-067724569431427995573338", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a18bc126-5768-4abd-afb4-faeb452cd1f1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5d63b043-cec1-4940-9cf8-d541b3f2c812", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5d63b043-cec1-4940-9cf8-d541b3f2c812", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-199538663165426745696105", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5d63b043-cec1-4940-9cf8-d541b3f2c812", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-199538663165426745696105", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5d63b043-cec1-4940-9cf8-d541b3f2c812", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c0067e8e-ba6a-469f-a332-aadc964a45d1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0067e8e-ba6a-469f-a332-aadc964a45d1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-010211437554632307949483", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c0067e8e-ba6a-469f-a332-aadc964a45d1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-010211437554632307949483", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0067e8e-ba6a-469f-a332-aadc964a45d1", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7afbc981-6ab1-45aa-ac5a-d1499a4e47c2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7afbc981-6ab1-45aa-ac5a-d1499a4e47c2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-141564665649298107942552", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7afbc981-6ab1-45aa-ac5a-d1499a4e47c2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-141564665649298107942552", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7afbc981-6ab1-45aa-ac5a-d1499a4e47c2", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cb0bb46a-df86-4353-b106-42469d287d2e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb0bb46a-df86-4353-b106-42469d287d2e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-054071004063843941386026", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cb0bb46a-df86-4353-b106-42469d287d2e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-054071004063843941386026", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb0bb46a-df86-4353-b106-42469d287d2e", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d7e44c3f-3636-48e1-84b9-9381da36fed6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7e44c3f-3636-48e1-84b9-9381da36fed6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-417125382227090754917132", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d7e44c3f-3636-48e1-84b9-9381da36fed6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-417125382227090754917132", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7e44c3f-3636-48e1-84b9-9381da36fed6", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d276295b-9c41-4bc4-b26d-b9cbc325bb0e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d276295b-9c41-4bc4-b26d-b9cbc325bb0e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-931796952048252740473007", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d276295b-9c41-4bc4-b26d-b9cbc325bb0e", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-931796952048252740473007", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 61, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 67, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 8, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-931796952048252740473007", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d276295b-9c41-4bc4-b26d-b9cbc325bb0e", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:40af1bc5-108f-4853-9a53-dc9d35fbeab8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a03226cc-1194-4b88-bbf0-7e77bc4cb1d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b29cb51e-f6ee-4753-a123-9397edb9f5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f20244dd-844a-4a3b-8391-9cd904d65e53", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:13e4fbb1-8d59-4b3e-a40c-c00cac740daa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e38217dc-0406-48fc-9bab-19e52a50e2e7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9752bb54-cec0-41bd-ad73-9858f1188d45", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4e46a098-9abf-440d-a215-8504eac4cab2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8c491b70-c8a7-43da-aeb7-daa9785c10e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:76b58391-c390-4034-9637-f6ba52217de3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:40af1bc5-108f-4853-9a53-dc9d35fbeab8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:40af1bc5-108f-4853-9a53-dc9d35fbeab8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-275477693632089475922960", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:40af1bc5-108f-4853-9a53-dc9d35fbeab8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-275477693632089475922960", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:40af1bc5-108f-4853-9a53-dc9d35fbeab8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-08-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a03226cc-1194-4b88-bbf0-7e77bc4cb1d3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a03226cc-1194-4b88-bbf0-7e77bc4cb1d3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-879435424322014715862285", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a03226cc-1194-4b88-bbf0-7e77bc4cb1d3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-879435424322014715862285", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a03226cc-1194-4b88-bbf0-7e77bc4cb1d3", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b29cb51e-f6ee-4753-a123-9397edb9f5c6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b29cb51e-f6ee-4753-a123-9397edb9f5c6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-357114987289482139406798", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b29cb51e-f6ee-4753-a123-9397edb9f5c6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-357114987289482139406798", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b29cb51e-f6ee-4753-a123-9397edb9f5c6", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f20244dd-844a-4a3b-8391-9cd904d65e53", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f20244dd-844a-4a3b-8391-9cd904d65e53", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-171376223340645245426728", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f20244dd-844a-4a3b-8391-9cd904d65e53", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-171376223340645245426728", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f20244dd-844a-4a3b-8391-9cd904d65e53", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-12-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:13e4fbb1-8d59-4b3e-a40c-c00cac740daa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:13e4fbb1-8d59-4b3e-a40c-c00cac740daa", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-628151498802871711505581", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:13e4fbb1-8d59-4b3e-a40c-c00cac740daa", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-628151498802871711505581", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:13e4fbb1-8d59-4b3e-a40c-c00cac740daa", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e38217dc-0406-48fc-9bab-19e52a50e2e7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e38217dc-0406-48fc-9bab-19e52a50e2e7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-724905454476175699843779", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e38217dc-0406-48fc-9bab-19e52a50e2e7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-724905454476175699843779", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e38217dc-0406-48fc-9bab-19e52a50e2e7", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-02-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9752bb54-cec0-41bd-ad73-9858f1188d45", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9752bb54-cec0-41bd-ad73-9858f1188d45", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-630380656110048296523895", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9752bb54-cec0-41bd-ad73-9858f1188d45", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-630380656110048296523895", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9752bb54-cec0-41bd-ad73-9858f1188d45", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4e46a098-9abf-440d-a215-8504eac4cab2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e46a098-9abf-440d-a215-8504eac4cab2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-458208609486459547094465", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4e46a098-9abf-440d-a215-8504eac4cab2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-458208609486459547094465", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e46a098-9abf-440d-a215-8504eac4cab2", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8c491b70-c8a7-43da-aeb7-daa9785c10e3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c491b70-c8a7-43da-aeb7-daa9785c10e3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-590952659938844999107020", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8c491b70-c8a7-43da-aeb7-daa9785c10e3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-590952659938844999107020", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c491b70-c8a7-43da-aeb7-daa9785c10e3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:76b58391-c390-4034-9637-f6ba52217de3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:76b58391-c390-4034-9637-f6ba52217de3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-450356299392514618157631", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:76b58391-c390-4034-9637-f6ba52217de3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-450356299392514618157631", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:76b58391-c390-4034-9637-f6ba52217de3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4d65df0e-07ec-4a2e-8021-6f8eca76f78d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d65df0e-07ec-4a2e-8021-6f8eca76f78d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-538735792422084863659463", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4d65df0e-07ec-4a2e-8021-6f8eca76f78d", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-538735792422084863659463", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 81, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 84, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 69, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-538735792422084863659463", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d65df0e-07ec-4a2e-8021-6f8eca76f78d", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:92afe135-eb93-446a-9d94-fb4820cd3c7d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d8515d63-9a01-4073-900d-dfeccbcb9c96", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f696890d-63d2-4cd5-b4e4-8c71ea2cc0f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1882de9d-bfd3-477a-9689-06f31bc21bf0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1c70c0f5-976b-411e-9a9a-01109eb2f9cd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cda303d4-3ff0-4d2b-b87f-6eb55e54684d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:386845d7-544e-4c2d-8c3f-b4e992f56a76", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:accc4748-315b-478f-b085-ee6c45743775", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c1dfb47c-a137-4665-9ffd-99f7c1f16e9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f70a709f-4d11-4882-8737-e607ae23b75f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:92afe135-eb93-446a-9d94-fb4820cd3c7d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:92afe135-eb93-446a-9d94-fb4820cd3c7d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-122920615181111352845645", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:92afe135-eb93-446a-9d94-fb4820cd3c7d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-122920615181111352845645", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:92afe135-eb93-446a-9d94-fb4820cd3c7d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d8515d63-9a01-4073-900d-dfeccbcb9c96", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d8515d63-9a01-4073-900d-dfeccbcb9c96", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-723089089730528831808417", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d8515d63-9a01-4073-900d-dfeccbcb9c96", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-723089089730528831808417", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d8515d63-9a01-4073-900d-dfeccbcb9c96", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f696890d-63d2-4cd5-b4e4-8c71ea2cc0f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f696890d-63d2-4cd5-b4e4-8c71ea2cc0f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-809527030616741200160736", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f696890d-63d2-4cd5-b4e4-8c71ea2cc0f8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-809527030616741200160736", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f696890d-63d2-4cd5-b4e4-8c71ea2cc0f8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1882de9d-bfd3-477a-9689-06f31bc21bf0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1882de9d-bfd3-477a-9689-06f31bc21bf0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-999640331357053992458820", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1882de9d-bfd3-477a-9689-06f31bc21bf0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-999640331357053992458820", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1882de9d-bfd3-477a-9689-06f31bc21bf0", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1c70c0f5-976b-411e-9a9a-01109eb2f9cd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c70c0f5-976b-411e-9a9a-01109eb2f9cd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-965783064482902475785856", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1c70c0f5-976b-411e-9a9a-01109eb2f9cd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-965783064482902475785856", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c70c0f5-976b-411e-9a9a-01109eb2f9cd", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cda303d4-3ff0-4d2b-b87f-6eb55e54684d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cda303d4-3ff0-4d2b-b87f-6eb55e54684d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-351847544663843101024057", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cda303d4-3ff0-4d2b-b87f-6eb55e54684d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-351847544663843101024057", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cda303d4-3ff0-4d2b-b87f-6eb55e54684d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-12-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:386845d7-544e-4c2d-8c3f-b4e992f56a76", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:386845d7-544e-4c2d-8c3f-b4e992f56a76", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-099904565002316373312234", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:386845d7-544e-4c2d-8c3f-b4e992f56a76", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-099904565002316373312234", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:386845d7-544e-4c2d-8c3f-b4e992f56a76", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-12-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:accc4748-315b-478f-b085-ee6c45743775", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:accc4748-315b-478f-b085-ee6c45743775", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-476215694206938639327996", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:accc4748-315b-478f-b085-ee6c45743775", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-476215694206938639327996", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:accc4748-315b-478f-b085-ee6c45743775", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c1dfb47c-a137-4665-9ffd-99f7c1f16e9a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c1dfb47c-a137-4665-9ffd-99f7c1f16e9a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-119928042934999916398609", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c1dfb47c-a137-4665-9ffd-99f7c1f16e9a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-119928042934999916398609", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c1dfb47c-a137-4665-9ffd-99f7c1f16e9a", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-02-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f70a709f-4d11-4882-8737-e607ae23b75f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f70a709f-4d11-4882-8737-e607ae23b75f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-955333669607913531320009", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f70a709f-4d11-4882-8737-e607ae23b75f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-955333669607913531320009", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f70a709f-4d11-4882-8737-e607ae23b75f", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:84594c1a-07db-4452-b0a0-bb708ed20549", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:84594c1a-07db-4452-b0a0-bb708ed20549", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-921462647521435039463864", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:84594c1a-07db-4452-b0a0-bb708ed20549", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-921462647521435039463864", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 37, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 11, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 28, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-921462647521435039463864", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:84594c1a-07db-4452-b0a0-bb708ed20549", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3ba46d00-d809-4a74-a3c1-c49a536cf97c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1c28b6c8-5d17-478b-a17c-70f54f10f2a1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:04dfc741-7491-412e-bdc1-7283dff5f43b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5e1e7b41-b584-4397-8301-2cb934ff8591", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:20989689-629d-4e85-9858-1dfb079d60d8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6cb8cd09-b056-45ef-b694-c168e88ef280", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:03bd74cb-d03f-455d-bfe7-f8f1226d3fb7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7db8a57d-1a49-4eab-8693-fb858fed7f3c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:89557166-de26-4285-a5e9-83c3630ec7ad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a0fba1e7-96e1-4e79-b7d9-8a75cc34ab76", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:3ba46d00-d809-4a74-a3c1-c49a536cf97c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ba46d00-d809-4a74-a3c1-c49a536cf97c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-483722962185219691610903", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3ba46d00-d809-4a74-a3c1-c49a536cf97c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-483722962185219691610903", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ba46d00-d809-4a74-a3c1-c49a536cf97c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1c28b6c8-5d17-478b-a17c-70f54f10f2a1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c28b6c8-5d17-478b-a17c-70f54f10f2a1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-342737165319410710418977", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1c28b6c8-5d17-478b-a17c-70f54f10f2a1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-342737165319410710418977", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c28b6c8-5d17-478b-a17c-70f54f10f2a1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:04dfc741-7491-412e-bdc1-7283dff5f43b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:04dfc741-7491-412e-bdc1-7283dff5f43b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-390358700780162636647853", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:04dfc741-7491-412e-bdc1-7283dff5f43b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-390358700780162636647853", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:04dfc741-7491-412e-bdc1-7283dff5f43b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5e1e7b41-b584-4397-8301-2cb934ff8591", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e1e7b41-b584-4397-8301-2cb934ff8591", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-596026686217860912921951", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5e1e7b41-b584-4397-8301-2cb934ff8591", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-596026686217860912921951", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e1e7b41-b584-4397-8301-2cb934ff8591", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:20989689-629d-4e85-9858-1dfb079d60d8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:20989689-629d-4e85-9858-1dfb079d60d8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-266074356576988692213753", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:20989689-629d-4e85-9858-1dfb079d60d8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-266074356576988692213753", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:20989689-629d-4e85-9858-1dfb079d60d8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6cb8cd09-b056-45ef-b694-c168e88ef280", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6cb8cd09-b056-45ef-b694-c168e88ef280", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-725583477083833741393656", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6cb8cd09-b056-45ef-b694-c168e88ef280", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-725583477083833741393656", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6cb8cd09-b056-45ef-b694-c168e88ef280", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:03bd74cb-d03f-455d-bfe7-f8f1226d3fb7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:03bd74cb-d03f-455d-bfe7-f8f1226d3fb7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-210760054456573324021772", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:03bd74cb-d03f-455d-bfe7-f8f1226d3fb7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-210760054456573324021772", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:03bd74cb-d03f-455d-bfe7-f8f1226d3fb7", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7db8a57d-1a49-4eab-8693-fb858fed7f3c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7db8a57d-1a49-4eab-8693-fb858fed7f3c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-550743199758038369950648", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7db8a57d-1a49-4eab-8693-fb858fed7f3c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-550743199758038369950648", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7db8a57d-1a49-4eab-8693-fb858fed7f3c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-09-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:89557166-de26-4285-a5e9-83c3630ec7ad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:89557166-de26-4285-a5e9-83c3630ec7ad", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-516344653212958216406230", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:89557166-de26-4285-a5e9-83c3630ec7ad", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-516344653212958216406230", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:89557166-de26-4285-a5e9-83c3630ec7ad", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a0fba1e7-96e1-4e79-b7d9-8a75cc34ab76", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0fba1e7-96e1-4e79-b7d9-8a75cc34ab76", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-258138194276887908797055", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a0fba1e7-96e1-4e79-b7d9-8a75cc34ab76", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-258138194276887908797055", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0fba1e7-96e1-4e79-b7d9-8a75cc34ab76", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Mehrzweckfahrzeug", - "catenaXId" : "urn:uuid:a10b51f9-7e9c-4e86-9f33-9197f6aa0f67", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - }, { - "code" : "A248B", - "description" : "steering wheel heating", - "group" : "special equipment" - }, { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2016-07-31", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:a10b51f9-7e9c-4e86-9f33-9197f6aa0f67", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "NT-59", - "key" : "manufacturerPartId" - }, { - "value" : "OMACGGHVTFBDZCDYV", - "key" : "partInstanceId" - }, { - "value" : "OMACGGHVTFBDZCDYV", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2018-07-18T06:23:20.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a10b51f9-7e9c-4e86-9f33-9197f6aa0f67", - "partTypeInformation" : { - "manufacturerPartId" : "NT-59", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 50, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 22, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 79, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 57, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 66, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 7, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 5, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 86, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 12, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 77, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a10b51f9-7e9c-4e86-9f33-9197f6aa0f67", - "childItems" : [ { - "catenaXId" : "urn:uuid:e11a28f0-e74a-41c9-b358-34423b697f9c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d7d0f5df-2561-43b4-9afd-e8514fc37d6a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1be2e13b-9193-471f-a7eb-b91e30e1ea99", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8975eaa7-91af-425c-bbef-e1afb079226e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c4f3bdae-42ee-4982-a944-3b24ece10830", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:05319f82-2561-4336-bbfc-4d6516454759", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:88be53d9-4bd2-488d-8099-2d731cb9b32d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:15af8cff-a966-406e-a6de-f5b1c8cc44f4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:751bd2ea-2c9e-4918-ab66-3bcf4132688d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:780aba5b-4182-4f13-971e-4514f5631860", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:98ff7858-d16d-498b-a02e-5c3e18fb5231", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:775fc858-0e4e-46e8-b315-e0e640acab25", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ec3a8a18-0a75-4ea1-9a10-551a1e06bf6f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ee967334-e75d-4cd3-b034-8503bf8d6c6f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3f38af1f-b997-4602-9817-53c231e04a5f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f785809-5cab-473e-8af1-1b789f97504b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:21019f9a-ec0a-4212-a0e1-ad041504c39c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e6d4a6c6-2334-4b1b-b387-cf6e9c3beec9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:72b3024a-1338-4c10-a3e6-8bfb6b386a7a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2bfc8634-4cbf-4193-8e6e-8356e63c1123", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d6dbdd82-ac65-4cf4-b9d5-e0a4c5e30166", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d21f760-b68d-4e84-88a0-88c2f81c603b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b8e83787-3f9b-4ec4-a0bd-b83b976033c7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:34129cf0-36ef-4c2e-b6cf-b214e3b00cd9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a71e0d38-48bc-4ef3-9e8a-467f4a7b352d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:81af2bb4-f9cd-4262-a342-3bfb56951990", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c5a038d4-12c3-4834-aec0-dfdc80150936", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:acc98aa7-d554-4c9d-bd96-6f38e1ba8238", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f8fe9ed6-d98a-47f4-9acc-66aa615f3f1f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7de079de-c069-4f6e-ba6e-384ecde08d6b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:67c7cfba-db71-462b-98ed-9643f22b7b60", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d14f2248-e4a0-4318-a943-30d680e1123a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e11a28f0-e74a-41c9-b358-34423b697f9c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e11a28f0-e74a-41c9-b358-34423b697f9c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-173869309460130399431584", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e11a28f0-e74a-41c9-b358-34423b697f9c", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:d7d0f5df-2561-43b4-9afd-e8514fc37d6a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7d0f5df-2561-43b4-9afd-e8514fc37d6a", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-938909616812673193036387", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d7d0f5df-2561-43b4-9afd-e8514fc37d6a", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7d0f5df-2561-43b4-9afd-e8514fc37d6a", - "childItems" : [ { - "catenaXId" : "urn:uuid:077b45c2-e172-4913-8291-8755bd792369", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:077b45c2-e172-4913-8291-8755bd792369", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:077b45c2-e172-4913-8291-8755bd792369", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-140573763382387799575606", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:077b45c2-e172-4913-8291-8755bd792369", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "64931023FRV", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:077b45c2-e172-4913-8291-8755bd792369", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:1be2e13b-9193-471f-a7eb-b91e30e1ea99", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1be2e13b-9193-471f-a7eb-b91e30e1ea99", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-270734930973082008216069", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1be2e13b-9193-471f-a7eb-b91e30e1ea99", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1be2e13b-9193-471f-a7eb-b91e30e1ea99", - "childItems" : [ { - "catenaXId" : "urn:uuid:b9ebb7a7-6a50-4070-980f-9517b61497e5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b9ebb7a7-6a50-4070-980f-9517b61497e5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9ebb7a7-6a50-4070-980f-9517b61497e5", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-775197864923990720830323", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b9ebb7a7-6a50-4070-980f-9517b61497e5", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "46395027YCA", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:b9ebb7a7-6a50-4070-980f-9517b61497e5", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:8975eaa7-91af-425c-bbef-e1afb079226e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8975eaa7-91af-425c-bbef-e1afb079226e", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-977394540022858789048449", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8975eaa7-91af-425c-bbef-e1afb079226e", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:c4f3bdae-42ee-4982-a944-3b24ece10830", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c4f3bdae-42ee-4982-a944-3b24ece10830", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-213734157633591164966974", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c4f3bdae-42ee-4982-a944-3b24ece10830", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:05319f82-2561-4336-bbfc-4d6516454759", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:05319f82-2561-4336-bbfc-4d6516454759", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-244454129200966996062767", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:05319f82-2561-4336-bbfc-4d6516454759", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:88be53d9-4bd2-488d-8099-2d731cb9b32d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:88be53d9-4bd2-488d-8099-2d731cb9b32d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-476156015865640769480088", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:88be53d9-4bd2-488d-8099-2d731cb9b32d", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:15af8cff-a966-406e-a6de-f5b1c8cc44f4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:15af8cff-a966-406e-a6de-f5b1c8cc44f4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-791773928170155581611198", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:15af8cff-a966-406e-a6de-f5b1c8cc44f4", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:751bd2ea-2c9e-4918-ab66-3bcf4132688d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:751bd2ea-2c9e-4918-ab66-3bcf4132688d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-432963755223945047846289", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:751bd2ea-2c9e-4918-ab66-3bcf4132688d", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:780aba5b-4182-4f13-971e-4514f5631860", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:780aba5b-4182-4f13-971e-4514f5631860", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-646340468426904869330183", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:780aba5b-4182-4f13-971e-4514f5631860", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:98ff7858-d16d-498b-a02e-5c3e18fb5231", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:98ff7858-d16d-498b-a02e-5c3e18fb5231", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-158328490581195876213193", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:98ff7858-d16d-498b-a02e-5c3e18fb5231", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:775fc858-0e4e-46e8-b315-e0e640acab25", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:775fc858-0e4e-46e8-b315-e0e640acab25", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-433929589709548879456301", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:775fc858-0e4e-46e8-b315-e0e640acab25", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:ec3a8a18-0a75-4ea1-9a10-551a1e06bf6f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec3a8a18-0a75-4ea1-9a10-551a1e06bf6f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-232423709155772795261209", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ec3a8a18-0a75-4ea1-9a10-551a1e06bf6f", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:ee967334-e75d-4cd3-b034-8503bf8d6c6f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ee967334-e75d-4cd3-b034-8503bf8d6c6f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-678272188575036819743842", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ee967334-e75d-4cd3-b034-8503bf8d6c6f", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:3f38af1f-b997-4602-9817-53c231e04a5f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3f38af1f-b997-4602-9817-53c231e04a5f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-710643772484668745059837", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3f38af1f-b997-4602-9817-53c231e04a5f", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:0f785809-5cab-473e-8af1-1b789f97504b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f785809-5cab-473e-8af1-1b789f97504b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-335806042660849205713972", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f785809-5cab-473e-8af1-1b789f97504b", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:21019f9a-ec0a-4212-a0e1-ad041504c39c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:21019f9a-ec0a-4212-a0e1-ad041504c39c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-369843393609445666360263", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:21019f9a-ec0a-4212-a0e1-ad041504c39c", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:e6d4a6c6-2334-4b1b-b387-cf6e9c3beec9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e6d4a6c6-2334-4b1b-b387-cf6e9c3beec9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-303908024040522130442707", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e6d4a6c6-2334-4b1b-b387-cf6e9c3beec9", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:72b3024a-1338-4c10-a3e6-8bfb6b386a7a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:72b3024a-1338-4c10-a3e6-8bfb6b386a7a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-274564416847350664881678", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:72b3024a-1338-4c10-a3e6-8bfb6b386a7a", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:2bfc8634-4cbf-4193-8e6e-8356e63c1123", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bfc8634-4cbf-4193-8e6e-8356e63c1123", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-454752183355591251324095", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2bfc8634-4cbf-4193-8e6e-8356e63c1123", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:d6dbdd82-ac65-4cf4-b9d5-e0a4c5e30166", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d6dbdd82-ac65-4cf4-b9d5-e0a4c5e30166", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-774603299170140988703271", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d6dbdd82-ac65-4cf4-b9d5-e0a4c5e30166", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:2d21f760-b68d-4e84-88a0-88c2f81c603b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d21f760-b68d-4e84-88a0-88c2f81c603b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-959502606520973872041354", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d21f760-b68d-4e84-88a0-88c2f81c603b", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:b8e83787-3f9b-4ec4-a0bd-b83b976033c7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b8e83787-3f9b-4ec4-a0bd-b83b976033c7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-638799910804524755274078", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b8e83787-3f9b-4ec4-a0bd-b83b976033c7", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:34129cf0-36ef-4c2e-b6cf-b214e3b00cd9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:34129cf0-36ef-4c2e-b6cf-b214e3b00cd9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-500140302864592033868830", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:34129cf0-36ef-4c2e-b6cf-b214e3b00cd9", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:a71e0d38-48bc-4ef3-9e8a-467f4a7b352d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a71e0d38-48bc-4ef3-9e8a-467f4a7b352d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-564792724907208995831513", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a71e0d38-48bc-4ef3-9e8a-467f4a7b352d", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:81af2bb4-f9cd-4262-a342-3bfb56951990", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:81af2bb4-f9cd-4262-a342-3bfb56951990", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-207250920456444812116091", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:81af2bb4-f9cd-4262-a342-3bfb56951990", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:c5a038d4-12c3-4834-aec0-dfdc80150936", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c5a038d4-12c3-4834-aec0-dfdc80150936", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-084478296404561955656407", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c5a038d4-12c3-4834-aec0-dfdc80150936", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:acc98aa7-d554-4c9d-bd96-6f38e1ba8238", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:acc98aa7-d554-4c9d-bd96-6f38e1ba8238", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-172921888910193628422569", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:acc98aa7-d554-4c9d-bd96-6f38e1ba8238", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:f8fe9ed6-d98a-47f4-9acc-66aa615f3f1f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f8fe9ed6-d98a-47f4-9acc-66aa615f3f1f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-177485385263216378791467", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f8fe9ed6-d98a-47f4-9acc-66aa615f3f1f", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:7de079de-c069-4f6e-ba6e-384ecde08d6b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7de079de-c069-4f6e-ba6e-384ecde08d6b", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-153998089805863052960347", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7de079de-c069-4f6e-ba6e-384ecde08d6b", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:7de079de-c069-4f6e-ba6e-384ecde08d6b", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-153998089805863052960347", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 47, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 1, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 39, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7de079de-c069-4f6e-ba6e-384ecde08d6b", - "childItems" : [ { - "catenaXId" : "urn:uuid:23af9605-699a-4941-b880-fc0a3c87f0bf", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5f7433e9-41c2-412e-93ac-039b725e923e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ce0d1141-32fa-4f7b-b434-85a9112eb053", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:23af9605-699a-4941-b880-fc0a3c87f0bf", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:23af9605-699a-4941-b880-fc0a3c87f0bf", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:23af9605-699a-4941-b880-fc0a3c87f0bf", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 37, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 1, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5f7433e9-41c2-412e-93ac-039b725e923e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5f7433e9-41c2-412e-93ac-039b725e923e", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "42860D6-17", - "key" : "manufacturerPartId" - }, { - "value" : "NO-951540509940435789459440", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5f7433e9-41c2-412e-93ac-039b725e923e", - "partTypeInformation" : { - "manufacturerPartId" : "42860D6-17", - "customerPartId" : "42860D6-17", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5f7433e9-41c2-412e-93ac-039b725e923e", - "childItems" : [ { - "catenaXId" : "urn:uuid:e6062336-07a5-489d-861e-0f6d0dc97bac", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e6062336-07a5-489d-861e-0f6d0dc97bac", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e6062336-07a5-489d-861e-0f6d0dc97bac", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 32, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 6, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ce0d1141-32fa-4f7b-b434-85a9112eb053", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ce0d1141-32fa-4f7b-b434-85a9112eb053", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce0d1141-32fa-4f7b-b434-85a9112eb053", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce0d1141-32fa-4f7b-b434-85a9112eb053", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:67c7cfba-db71-462b-98ed-9643f22b7b60", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:67c7cfba-db71-462b-98ed-9643f22b7b60", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "45721Z1-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-777913877487378773074623", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:67c7cfba-db71-462b-98ed-9643f22b7b60", - "partTypeInformation" : { - "manufacturerPartId" : "45721Z1-98", - "customerPartId" : "45721Z1-98", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 48, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:67c7cfba-db71-462b-98ed-9643f22b7b60", - "childItems" : [ { - "catenaXId" : "urn:uuid:f325266c-c432-4b98-b051-f05fc895b20b", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d84d7c4-28c8-4db1-a31e-495f46d3c8bd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8439582b-b81f-42ac-9bb4-08325c84f528", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f325266c-c432-4b98-b051-f05fc895b20b", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:f325266c-c432-4b98-b051-f05fc895b20b", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f325266c-c432-4b98-b051-f05fc895b20b", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 50, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 69, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2d84d7c4-28c8-4db1-a31e-495f46d3c8bd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d84d7c4-28c8-4db1-a31e-495f46d3c8bd", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "83239I8-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-334673493370134559625454", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d84d7c4-28c8-4db1-a31e-495f46d3c8bd", - "partTypeInformation" : { - "manufacturerPartId" : "83239I8-44", - "customerPartId" : "83239I8-44", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d84d7c4-28c8-4db1-a31e-495f46d3c8bd", - "childItems" : [ { - "catenaXId" : "urn:uuid:f5a161fc-5360-4491-8fe0-da1e64e39934", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f5a161fc-5360-4491-8fe0-da1e64e39934", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:f5a161fc-5360-4491-8fe0-da1e64e39934", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 57, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 2, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:8439582b-b81f-42ac-9bb4-08325c84f528", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8439582b-b81f-42ac-9bb4-08325c84f528", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "76893L4-69", - "key" : "manufacturerPartId" - }, { - "value" : "NO-595302385750068333371621", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8439582b-b81f-42ac-9bb4-08325c84f528", - "partTypeInformation" : { - "manufacturerPartId" : "76893L4-69", - "customerPartId" : "76893L4-69", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 69, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 35, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:d14f2248-e4a0-4318-a943-30d680e1123a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d14f2248-e4a0-4318-a943-30d680e1123a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-819627806928493359751303", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d14f2248-e4a0-4318-a943-30d680e1123a", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-819627806928493359751303", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 28, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 67, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 45, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-819627806928493359751303", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-819627806928493359751303", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d14f2248-e4a0-4318-a943-30d680e1123a", - "childItems" : [ { - "catenaXId" : "urn:uuid:aff29032-aef3-44f3-aab5-6bd7f561b4c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:af1d5cdc-a141-408a-82ab-97b18a1084f2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f40a7939-76e1-40ed-a08e-1349d69f2a7a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c8467bce-1982-4751-b968-5b6c9ae98019", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8b8fd263-3704-4d26-a010-9b79114d6756", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d5246412-53ac-492c-a5cc-574d3dd29833", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:aff29032-aef3-44f3-aab5-6bd7f561b4c5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aff29032-aef3-44f3-aab5-6bd7f561b4c5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-192769452536016963542618", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:aff29032-aef3-44f3-aab5-6bd7f561b4c5", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-192769452536016963542618", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 75, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 7, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 10, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-192769452536016963542618", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aff29032-aef3-44f3-aab5-6bd7f561b4c5", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a793bb6f-d475-4d4f-91ee-de2ce9f6019d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5291a1a6-b58d-49e4-975d-59083b71924f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e7199851-8df1-4c34-8208-5ad44aec630e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:47446696-ebce-4563-9cde-a3fbd91fac82", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d4d4948-def4-4394-8d5a-e8252f1086fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:222bc6f2-48fc-4641-976a-8ef8fc5b9e82", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8c9b918f-fad5-4615-b24c-0d73e1309bad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fa5c70a5-6885-493a-a6cf-2d345d3839d5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4ae959ca-1a8c-4736-a8e8-440ae7eb53a2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:31961ad3-0db1-4fbd-ad32-8d7d19d34cf9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a793bb6f-d475-4d4f-91ee-de2ce9f6019d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a793bb6f-d475-4d4f-91ee-de2ce9f6019d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-014410111331020843787142", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a793bb6f-d475-4d4f-91ee-de2ce9f6019d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-014410111331020843787142", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a793bb6f-d475-4d4f-91ee-de2ce9f6019d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-11-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5291a1a6-b58d-49e4-975d-59083b71924f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5291a1a6-b58d-49e4-975d-59083b71924f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-043979682056104425737010", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5291a1a6-b58d-49e4-975d-59083b71924f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-043979682056104425737010", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5291a1a6-b58d-49e4-975d-59083b71924f", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e7199851-8df1-4c34-8208-5ad44aec630e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7199851-8df1-4c34-8208-5ad44aec630e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-662425158170460958640638", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e7199851-8df1-4c34-8208-5ad44aec630e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-662425158170460958640638", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7199851-8df1-4c34-8208-5ad44aec630e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:47446696-ebce-4563-9cde-a3fbd91fac82", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:47446696-ebce-4563-9cde-a3fbd91fac82", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-882334336851840654621594", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:47446696-ebce-4563-9cde-a3fbd91fac82", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-882334336851840654621594", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:47446696-ebce-4563-9cde-a3fbd91fac82", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2d4d4948-def4-4394-8d5a-e8252f1086fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d4d4948-def4-4394-8d5a-e8252f1086fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-105021579709590290742455", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d4d4948-def4-4394-8d5a-e8252f1086fd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-105021579709590290742455", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d4d4948-def4-4394-8d5a-e8252f1086fd", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:222bc6f2-48fc-4641-976a-8ef8fc5b9e82", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:222bc6f2-48fc-4641-976a-8ef8fc5b9e82", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-140216939147078029514237", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:222bc6f2-48fc-4641-976a-8ef8fc5b9e82", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-140216939147078029514237", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:222bc6f2-48fc-4641-976a-8ef8fc5b9e82", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8c9b918f-fad5-4615-b24c-0d73e1309bad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c9b918f-fad5-4615-b24c-0d73e1309bad", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-567154480231243691786301", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8c9b918f-fad5-4615-b24c-0d73e1309bad", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-567154480231243691786301", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c9b918f-fad5-4615-b24c-0d73e1309bad", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fa5c70a5-6885-493a-a6cf-2d345d3839d5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa5c70a5-6885-493a-a6cf-2d345d3839d5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-749375169277810885311922", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fa5c70a5-6885-493a-a6cf-2d345d3839d5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-749375169277810885311922", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa5c70a5-6885-493a-a6cf-2d345d3839d5", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4ae959ca-1a8c-4736-a8e8-440ae7eb53a2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ae959ca-1a8c-4736-a8e8-440ae7eb53a2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-654231267561532496230340", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4ae959ca-1a8c-4736-a8e8-440ae7eb53a2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-654231267561532496230340", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4ae959ca-1a8c-4736-a8e8-440ae7eb53a2", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:31961ad3-0db1-4fbd-ad32-8d7d19d34cf9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:31961ad3-0db1-4fbd-ad32-8d7d19d34cf9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-322465076473195684596421", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:31961ad3-0db1-4fbd-ad32-8d7d19d34cf9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-322465076473195684596421", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:31961ad3-0db1-4fbd-ad32-8d7d19d34cf9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-04-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:af1d5cdc-a141-408a-82ab-97b18a1084f2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:af1d5cdc-a141-408a-82ab-97b18a1084f2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-804056667481826503809779", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:af1d5cdc-a141-408a-82ab-97b18a1084f2", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-804056667481826503809779", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 63, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 29, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 16, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-804056667481826503809779", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:af1d5cdc-a141-408a-82ab-97b18a1084f2", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:22f0608e-be4e-4e49-bea9-b34fddfbf25e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6b936414-4eb7-42dd-93da-e6d8460edca6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0db4df0a-83d3-4fc4-aa05-a51d14c86672", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c639e03d-8450-4d92-8eb1-0249a900a90f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c74f1fc3-2ddb-46bd-ac78-b93f2868d6ec", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8c882979-a275-4a06-89cc-f989d8bb64fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:06623a07-9ff2-4550-bbcb-e5286d6916c1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:54bfa1bf-57fa-4bb7-baa6-4a22e00c3d5d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0604df06-7565-40d3-b272-7adf177b2bc7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d9f07bf5-7292-40d7-a06c-4a0b808b1654", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:22f0608e-be4e-4e49-bea9-b34fddfbf25e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:22f0608e-be4e-4e49-bea9-b34fddfbf25e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-871828298566772000084068", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:22f0608e-be4e-4e49-bea9-b34fddfbf25e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-871828298566772000084068", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:22f0608e-be4e-4e49-bea9-b34fddfbf25e", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6b936414-4eb7-42dd-93da-e6d8460edca6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6b936414-4eb7-42dd-93da-e6d8460edca6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-255088453095890059949626", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6b936414-4eb7-42dd-93da-e6d8460edca6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-255088453095890059949626", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6b936414-4eb7-42dd-93da-e6d8460edca6", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0db4df0a-83d3-4fc4-aa05-a51d14c86672", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0db4df0a-83d3-4fc4-aa05-a51d14c86672", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-488119624391707930986685", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0db4df0a-83d3-4fc4-aa05-a51d14c86672", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-488119624391707930986685", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0db4df0a-83d3-4fc4-aa05-a51d14c86672", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c639e03d-8450-4d92-8eb1-0249a900a90f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c639e03d-8450-4d92-8eb1-0249a900a90f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-391935153136475068003141", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c639e03d-8450-4d92-8eb1-0249a900a90f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-391935153136475068003141", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c639e03d-8450-4d92-8eb1-0249a900a90f", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c74f1fc3-2ddb-46bd-ac78-b93f2868d6ec", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c74f1fc3-2ddb-46bd-ac78-b93f2868d6ec", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-417631445659782310802159", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c74f1fc3-2ddb-46bd-ac78-b93f2868d6ec", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-417631445659782310802159", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c74f1fc3-2ddb-46bd-ac78-b93f2868d6ec", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8c882979-a275-4a06-89cc-f989d8bb64fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c882979-a275-4a06-89cc-f989d8bb64fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-261573230895322327110918", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8c882979-a275-4a06-89cc-f989d8bb64fd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-261573230895322327110918", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c882979-a275-4a06-89cc-f989d8bb64fd", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-07-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:06623a07-9ff2-4550-bbcb-e5286d6916c1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:06623a07-9ff2-4550-bbcb-e5286d6916c1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-017663556457689547627359", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:06623a07-9ff2-4550-bbcb-e5286d6916c1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-017663556457689547627359", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:06623a07-9ff2-4550-bbcb-e5286d6916c1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-09-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:54bfa1bf-57fa-4bb7-baa6-4a22e00c3d5d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:54bfa1bf-57fa-4bb7-baa6-4a22e00c3d5d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-358900056715575687013991", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:54bfa1bf-57fa-4bb7-baa6-4a22e00c3d5d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-358900056715575687013991", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:54bfa1bf-57fa-4bb7-baa6-4a22e00c3d5d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0604df06-7565-40d3-b272-7adf177b2bc7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0604df06-7565-40d3-b272-7adf177b2bc7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-861274043216455459930290", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0604df06-7565-40d3-b272-7adf177b2bc7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-861274043216455459930290", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0604df06-7565-40d3-b272-7adf177b2bc7", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d9f07bf5-7292-40d7-a06c-4a0b808b1654", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d9f07bf5-7292-40d7-a06c-4a0b808b1654", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-824815303796440769733593", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d9f07bf5-7292-40d7-a06c-4a0b808b1654", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-824815303796440769733593", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d9f07bf5-7292-40d7-a06c-4a0b808b1654", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-12-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f40a7939-76e1-40ed-a08e-1349d69f2a7a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f40a7939-76e1-40ed-a08e-1349d69f2a7a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-003121650085282119649040", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f40a7939-76e1-40ed-a08e-1349d69f2a7a", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-003121650085282119649040", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 41, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 70, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 32, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-003121650085282119649040", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f40a7939-76e1-40ed-a08e-1349d69f2a7a", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9a35219a-0baa-4d35-bd36-99af1e4c38dd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5fd088c2-7b53-404f-905c-a2ae06be9ca2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c1012fd9-31aa-4ea6-856e-4f7fd6777614", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c6b80146-d667-4383-b4ae-a6fed2100775", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:752ea0d4-dfbf-45f5-8e1c-ad015a7d4405", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b139f8eb-098d-48ae-97dd-1f70e51083de", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ca1e3fd7-6303-4fe5-baf3-d7b1096b681b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9ac88b56-fb60-4d3b-a9b4-4d4a8040759a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:26afbf70-3967-4fd1-ba11-3b5cdc2b914d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d7bafa7c-0a06-4df5-91ad-eb44dae59c8b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9a35219a-0baa-4d35-bd36-99af1e4c38dd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a35219a-0baa-4d35-bd36-99af1e4c38dd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-619786183930029887564588", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9a35219a-0baa-4d35-bd36-99af1e4c38dd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-619786183930029887564588", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a35219a-0baa-4d35-bd36-99af1e4c38dd", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5fd088c2-7b53-404f-905c-a2ae06be9ca2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5fd088c2-7b53-404f-905c-a2ae06be9ca2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-386572255453023871000447", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5fd088c2-7b53-404f-905c-a2ae06be9ca2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-386572255453023871000447", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5fd088c2-7b53-404f-905c-a2ae06be9ca2", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c1012fd9-31aa-4ea6-856e-4f7fd6777614", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c1012fd9-31aa-4ea6-856e-4f7fd6777614", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-500725335972412829312353", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c1012fd9-31aa-4ea6-856e-4f7fd6777614", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-500725335972412829312353", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c1012fd9-31aa-4ea6-856e-4f7fd6777614", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-09-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c6b80146-d667-4383-b4ae-a6fed2100775", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6b80146-d667-4383-b4ae-a6fed2100775", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-894257365419404421752877", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c6b80146-d667-4383-b4ae-a6fed2100775", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-894257365419404421752877", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6b80146-d667-4383-b4ae-a6fed2100775", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-12-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:752ea0d4-dfbf-45f5-8e1c-ad015a7d4405", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:752ea0d4-dfbf-45f5-8e1c-ad015a7d4405", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-023415659381321437860939", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:752ea0d4-dfbf-45f5-8e1c-ad015a7d4405", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-023415659381321437860939", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:752ea0d4-dfbf-45f5-8e1c-ad015a7d4405", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b139f8eb-098d-48ae-97dd-1f70e51083de", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b139f8eb-098d-48ae-97dd-1f70e51083de", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-536701359401457568315967", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b139f8eb-098d-48ae-97dd-1f70e51083de", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-536701359401457568315967", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b139f8eb-098d-48ae-97dd-1f70e51083de", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ca1e3fd7-6303-4fe5-baf3-d7b1096b681b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca1e3fd7-6303-4fe5-baf3-d7b1096b681b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-742003250131538205206589", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ca1e3fd7-6303-4fe5-baf3-d7b1096b681b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-742003250131538205206589", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca1e3fd7-6303-4fe5-baf3-d7b1096b681b", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9ac88b56-fb60-4d3b-a9b4-4d4a8040759a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ac88b56-fb60-4d3b-a9b4-4d4a8040759a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-999175968105180520511391", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9ac88b56-fb60-4d3b-a9b4-4d4a8040759a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-999175968105180520511391", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ac88b56-fb60-4d3b-a9b4-4d4a8040759a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:26afbf70-3967-4fd1-ba11-3b5cdc2b914d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:26afbf70-3967-4fd1-ba11-3b5cdc2b914d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-590723368134479323801023", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:26afbf70-3967-4fd1-ba11-3b5cdc2b914d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-590723368134479323801023", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:26afbf70-3967-4fd1-ba11-3b5cdc2b914d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-07-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d7bafa7c-0a06-4df5-91ad-eb44dae59c8b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7bafa7c-0a06-4df5-91ad-eb44dae59c8b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-690023284507996477389972", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d7bafa7c-0a06-4df5-91ad-eb44dae59c8b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-690023284507996477389972", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7bafa7c-0a06-4df5-91ad-eb44dae59c8b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c8467bce-1982-4751-b968-5b6c9ae98019", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c8467bce-1982-4751-b968-5b6c9ae98019", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-648209832705591761522081", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c8467bce-1982-4751-b968-5b6c9ae98019", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-648209832705591761522081", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 11, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 82, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 23, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-648209832705591761522081", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c8467bce-1982-4751-b968-5b6c9ae98019", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5dbb4f09-0292-4d7a-ad53-9849152f4eab", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6ab2615a-9cc9-47f0-ac9d-54181d617e3a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:44839d6f-a58c-4490-8665-d243fda56489", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:62b51a36-724d-4dc9-b74f-e8fe9b67f91d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3634b18c-4a18-4cff-8707-afdaf4a1bd9e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3dbed99b-2e52-48ce-8db8-00c9ea951616", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1cf89a7d-ca01-46c7-af02-e9fcf38fea86", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c58f4b6c-bc5a-4249-8be4-f1fbec51874d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5f2cc6ab-7fb9-40e5-9863-61ae0806bd73", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:33ac01cd-44ef-4753-ab7c-93e2feab3b90", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5dbb4f09-0292-4d7a-ad53-9849152f4eab", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5dbb4f09-0292-4d7a-ad53-9849152f4eab", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-212257133202970783609955", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5dbb4f09-0292-4d7a-ad53-9849152f4eab", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-212257133202970783609955", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5dbb4f09-0292-4d7a-ad53-9849152f4eab", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6ab2615a-9cc9-47f0-ac9d-54181d617e3a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ab2615a-9cc9-47f0-ac9d-54181d617e3a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-708464617271387016845953", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6ab2615a-9cc9-47f0-ac9d-54181d617e3a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-708464617271387016845953", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ab2615a-9cc9-47f0-ac9d-54181d617e3a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:44839d6f-a58c-4490-8665-d243fda56489", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:44839d6f-a58c-4490-8665-d243fda56489", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-009273388239546223848350", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:44839d6f-a58c-4490-8665-d243fda56489", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-009273388239546223848350", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:44839d6f-a58c-4490-8665-d243fda56489", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-03-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:62b51a36-724d-4dc9-b74f-e8fe9b67f91d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62b51a36-724d-4dc9-b74f-e8fe9b67f91d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-848997488320348473184325", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:62b51a36-724d-4dc9-b74f-e8fe9b67f91d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-848997488320348473184325", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:62b51a36-724d-4dc9-b74f-e8fe9b67f91d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3634b18c-4a18-4cff-8707-afdaf4a1bd9e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3634b18c-4a18-4cff-8707-afdaf4a1bd9e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-179314182134638472190615", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3634b18c-4a18-4cff-8707-afdaf4a1bd9e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-179314182134638472190615", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3634b18c-4a18-4cff-8707-afdaf4a1bd9e", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-07-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3dbed99b-2e52-48ce-8db8-00c9ea951616", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3dbed99b-2e52-48ce-8db8-00c9ea951616", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-206254776754728297039121", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3dbed99b-2e52-48ce-8db8-00c9ea951616", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-206254776754728297039121", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3dbed99b-2e52-48ce-8db8-00c9ea951616", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1cf89a7d-ca01-46c7-af02-e9fcf38fea86", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1cf89a7d-ca01-46c7-af02-e9fcf38fea86", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-400947141198906653733245", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1cf89a7d-ca01-46c7-af02-e9fcf38fea86", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-400947141198906653733245", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1cf89a7d-ca01-46c7-af02-e9fcf38fea86", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c58f4b6c-bc5a-4249-8be4-f1fbec51874d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c58f4b6c-bc5a-4249-8be4-f1fbec51874d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-951516101843799329282594", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c58f4b6c-bc5a-4249-8be4-f1fbec51874d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-951516101843799329282594", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c58f4b6c-bc5a-4249-8be4-f1fbec51874d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5f2cc6ab-7fb9-40e5-9863-61ae0806bd73", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5f2cc6ab-7fb9-40e5-9863-61ae0806bd73", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-963788604441923198486562", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5f2cc6ab-7fb9-40e5-9863-61ae0806bd73", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-963788604441923198486562", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5f2cc6ab-7fb9-40e5-9863-61ae0806bd73", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:33ac01cd-44ef-4753-ab7c-93e2feab3b90", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:33ac01cd-44ef-4753-ab7c-93e2feab3b90", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-263794254928536082638480", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:33ac01cd-44ef-4753-ab7c-93e2feab3b90", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-263794254928536082638480", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:33ac01cd-44ef-4753-ab7c-93e2feab3b90", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-03-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8b8fd263-3704-4d26-a010-9b79114d6756", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8b8fd263-3704-4d26-a010-9b79114d6756", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-438837381304353753109965", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8b8fd263-3704-4d26-a010-9b79114d6756", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-438837381304353753109965", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 69, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 33, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 59, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-438837381304353753109965", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8b8fd263-3704-4d26-a010-9b79114d6756", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9fee77ad-1bf0-46a3-ba60-fc5611de95d8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3c544f1f-141d-4c38-ae9b-39e3cb94ec7a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6ea35168-1676-46e4-abbc-b673db2a3531", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:803f7c0b-886e-4718-b904-59918abbc027", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:40355da3-54e4-4234-be61-92080c327b6d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a3374216-7c73-4a55-9f85-11d16b41838c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:933a1598-e581-443e-947e-5605adb61902", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b3e9d219-52d4-4db2-85e6-3a240a2276d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f76ede83-a692-4ed6-8863-5670e23c5874", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b3e59d81-1b58-40fd-b9ad-89464b676c0d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9fee77ad-1bf0-46a3-ba60-fc5611de95d8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fee77ad-1bf0-46a3-ba60-fc5611de95d8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-300609407106887181079293", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9fee77ad-1bf0-46a3-ba60-fc5611de95d8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-300609407106887181079293", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fee77ad-1bf0-46a3-ba60-fc5611de95d8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3c544f1f-141d-4c38-ae9b-39e3cb94ec7a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3c544f1f-141d-4c38-ae9b-39e3cb94ec7a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-876035598137805744592709", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3c544f1f-141d-4c38-ae9b-39e3cb94ec7a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-876035598137805744592709", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3c544f1f-141d-4c38-ae9b-39e3cb94ec7a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6ea35168-1676-46e4-abbc-b673db2a3531", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ea35168-1676-46e4-abbc-b673db2a3531", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-948981158955105462120071", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6ea35168-1676-46e4-abbc-b673db2a3531", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-948981158955105462120071", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ea35168-1676-46e4-abbc-b673db2a3531", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:803f7c0b-886e-4718-b904-59918abbc027", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:803f7c0b-886e-4718-b904-59918abbc027", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-622107954375713476186733", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:803f7c0b-886e-4718-b904-59918abbc027", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-622107954375713476186733", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:803f7c0b-886e-4718-b904-59918abbc027", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-07-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:40355da3-54e4-4234-be61-92080c327b6d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:40355da3-54e4-4234-be61-92080c327b6d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-720495251193738533645216", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:40355da3-54e4-4234-be61-92080c327b6d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-720495251193738533645216", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:40355da3-54e4-4234-be61-92080c327b6d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a3374216-7c73-4a55-9f85-11d16b41838c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3374216-7c73-4a55-9f85-11d16b41838c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-757604276672789732108731", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a3374216-7c73-4a55-9f85-11d16b41838c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-757604276672789732108731", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3374216-7c73-4a55-9f85-11d16b41838c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:933a1598-e581-443e-947e-5605adb61902", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:933a1598-e581-443e-947e-5605adb61902", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-713653034777340190345363", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:933a1598-e581-443e-947e-5605adb61902", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-713653034777340190345363", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:933a1598-e581-443e-947e-5605adb61902", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b3e9d219-52d4-4db2-85e6-3a240a2276d3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3e9d219-52d4-4db2-85e6-3a240a2276d3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-215020344659658929970557", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b3e9d219-52d4-4db2-85e6-3a240a2276d3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-215020344659658929970557", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3e9d219-52d4-4db2-85e6-3a240a2276d3", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f76ede83-a692-4ed6-8863-5670e23c5874", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f76ede83-a692-4ed6-8863-5670e23c5874", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-836712742712442051011110", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f76ede83-a692-4ed6-8863-5670e23c5874", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-836712742712442051011110", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f76ede83-a692-4ed6-8863-5670e23c5874", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-03-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b3e59d81-1b58-40fd-b9ad-89464b676c0d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3e59d81-1b58-40fd-b9ad-89464b676c0d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-728379186694197691834339", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b3e59d81-1b58-40fd-b9ad-89464b676c0d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-728379186694197691834339", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3e59d81-1b58-40fd-b9ad-89464b676c0d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-03-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d5246412-53ac-492c-a5cc-574d3dd29833", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5246412-53ac-492c-a5cc-574d3dd29833", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-153194173914863314882589", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d5246412-53ac-492c-a5cc-574d3dd29833", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-153194173914863314882589", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 4, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 68, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 6, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-153194173914863314882589", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5246412-53ac-492c-a5cc-574d3dd29833", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:87e4fff2-9c4e-41c5-9da6-0bd1ba8e440a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b4ebbeb-5dc5-4176-8ef0-28024481fee6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0ef01759-124e-44d2-bc7f-c754e97803ba", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1a02b451-5c39-4b70-bd50-e515fbd841f7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7d9c0b36-f8bb-4461-8bac-b4949dd439b8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a86c1135-f886-41f1-86b0-53a17d86ab3a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b2600efc-1614-4288-b141-a25792cb63f4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f010b527-4ab1-40b0-add3-a4e488e9192f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9aa7fbed-f18a-4c12-a34a-e0db364025e5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3df6710b-7301-4540-a5b0-0e56140cd02d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:87e4fff2-9c4e-41c5-9da6-0bd1ba8e440a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:87e4fff2-9c4e-41c5-9da6-0bd1ba8e440a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-528317570097084160716684", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:87e4fff2-9c4e-41c5-9da6-0bd1ba8e440a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-528317570097084160716684", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:87e4fff2-9c4e-41c5-9da6-0bd1ba8e440a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7b4ebbeb-5dc5-4176-8ef0-28024481fee6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b4ebbeb-5dc5-4176-8ef0-28024481fee6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-823548860355579925477446", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b4ebbeb-5dc5-4176-8ef0-28024481fee6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-823548860355579925477446", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b4ebbeb-5dc5-4176-8ef0-28024481fee6", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0ef01759-124e-44d2-bc7f-c754e97803ba", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0ef01759-124e-44d2-bc7f-c754e97803ba", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-480364851864325122589740", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0ef01759-124e-44d2-bc7f-c754e97803ba", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-480364851864325122589740", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0ef01759-124e-44d2-bc7f-c754e97803ba", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1a02b451-5c39-4b70-bd50-e515fbd841f7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a02b451-5c39-4b70-bd50-e515fbd841f7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-375622965248967047520150", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1a02b451-5c39-4b70-bd50-e515fbd841f7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-375622965248967047520150", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a02b451-5c39-4b70-bd50-e515fbd841f7", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7d9c0b36-f8bb-4461-8bac-b4949dd439b8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7d9c0b36-f8bb-4461-8bac-b4949dd439b8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-520392191085443336750655", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7d9c0b36-f8bb-4461-8bac-b4949dd439b8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-520392191085443336750655", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7d9c0b36-f8bb-4461-8bac-b4949dd439b8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-08-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a86c1135-f886-41f1-86b0-53a17d86ab3a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a86c1135-f886-41f1-86b0-53a17d86ab3a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-984925277020294423051543", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a86c1135-f886-41f1-86b0-53a17d86ab3a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-984925277020294423051543", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a86c1135-f886-41f1-86b0-53a17d86ab3a", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-09-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b2600efc-1614-4288-b141-a25792cb63f4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2600efc-1614-4288-b141-a25792cb63f4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-419144776634775689000953", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b2600efc-1614-4288-b141-a25792cb63f4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-419144776634775689000953", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2600efc-1614-4288-b141-a25792cb63f4", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-12-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f010b527-4ab1-40b0-add3-a4e488e9192f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f010b527-4ab1-40b0-add3-a4e488e9192f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-664209674206860470667566", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f010b527-4ab1-40b0-add3-a4e488e9192f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-664209674206860470667566", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f010b527-4ab1-40b0-add3-a4e488e9192f", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9aa7fbed-f18a-4c12-a34a-e0db364025e5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9aa7fbed-f18a-4c12-a34a-e0db364025e5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-605025689159019118794523", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9aa7fbed-f18a-4c12-a34a-e0db364025e5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-605025689159019118794523", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9aa7fbed-f18a-4c12-a34a-e0db364025e5", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3df6710b-7301-4540-a5b0-0e56140cd02d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3df6710b-7301-4540-a5b0-0e56140cd02d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-495375926590411413294244", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3df6710b-7301-4540-a5b0-0e56140cd02d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-495375926590411413294244", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3df6710b-7301-4540-a5b0-0e56140cd02d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Pick-up", - "catenaXId" : "urn:uuid:db89299e-5404-41fd-ba1e-11b748cbcbb7", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - }, { - "code" : "S388C", - "description" : "security plus", - "group" : "special equipment" - }, { - "code" : "A458D", - "description" : "parking assistance ", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2015-02-08", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:db89299e-5404-41fd-ba1e-11b748cbcbb7", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "PK-41", - "key" : "manufacturerPartId" - }, { - "value" : "OMBAPHQAJNYTVHCKD", - "key" : "partInstanceId" - }, { - "value" : "OMBAPHQAJNYTVHCKD", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2018-04-08T13:39:28.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:db89299e-5404-41fd-ba1e-11b748cbcbb7", - "partTypeInformation" : { - "manufacturerPartId" : "PK-41", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 25, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 59, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 26, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 54, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 69, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 15, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 43, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 72, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 23, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 62, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:db89299e-5404-41fd-ba1e-11b748cbcbb7", - "childItems" : [ { - "catenaXId" : "urn:uuid:e7772e53-a1bd-48b1-aef1-28cd46eff071", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c614e762-d299-49b2-bc55-145d1757c7d6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:02fc49a2-84dd-4ec4-9f91-aa54132ad072", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0ad8fe34-94e3-4377-97a3-ba25c2d1a7c2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a0ba36a2-30bb-492c-93ec-38064f47019a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:065d3f87-6cc1-4a25-96b4-519d2a50aedc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:83a76eed-71c5-44b4-ac14-c5b2060e864a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ad0ed999-53c3-4a44-96ea-76feed7d4dd3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d5513ec6-704e-49f3-9d34-71745c34760b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:36028f1b-889c-423d-8a06-fe1b2d310b3f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8177a304-d40d-4379-9fb5-efbfd0b23aa0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6b64105b-e7a3-4257-9a27-af5ecc878c2b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:28b2a8ed-f69f-4542-bfe0-411b5eb153ac", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c6e9aecc-b332-4240-b7bf-f9de3f0b34f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b56b2866-81ad-45ac-b5fd-4c602352e98d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c326ab77-39df-4767-8fb5-79c1fea6188a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c15d6c4f-24ef-4162-8ab6-3307e671de8d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d3ed9d6e-f073-4688-8524-7ae97db8a1c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:10ddd623-620b-4f27-8b7b-230f4ce56072", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4db7f922-e849-42fc-8800-dbf6c9877a0b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:544a01b5-d76b-47b9-b9b1-94bd1ccc8210", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:538ea7d6-f800-4441-b973-3e0d677fe972", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:960f22a2-1d03-416c-b7d7-eb3326d0fded", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1a3cc08c-37e3-4d76-a44f-0c4db631a757", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4a4f0250-97b7-4464-8ffa-2a1ed7e91102", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:240a7ace-773e-4193-a732-1ef211142476", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ec088518-3191-48b5-9eed-f0c116069242", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b56a17d6-c68d-4b19-90cb-a8b9ba76ac87", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2024e897-a876-445f-b182-df80ab351dcd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e3e581c9-d857-47cd-b8a5-02f8dd6adfe4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:62240c83-87e8-4127-9850-f519521d9fbc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:72bc26be-7624-41d0-8710-0b90801d56fc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e7772e53-a1bd-48b1-aef1-28cd46eff071", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e7772e53-a1bd-48b1-aef1-28cd46eff071", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-079244315428345146164593", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e7772e53-a1bd-48b1-aef1-28cd46eff071", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:c614e762-d299-49b2-bc55-145d1757c7d6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c614e762-d299-49b2-bc55-145d1757c7d6", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-043120727108176541830574", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c614e762-d299-49b2-bc55-145d1757c7d6", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c614e762-d299-49b2-bc55-145d1757c7d6", - "childItems" : [ { - "catenaXId" : "urn:uuid:87e5f499-a996-4004-8e0a-32301d0f572b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:87e5f499-a996-4004-8e0a-32301d0f572b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:87e5f499-a996-4004-8e0a-32301d0f572b", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-891205085309662453437601", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:87e5f499-a996-4004-8e0a-32301d0f572b", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "79075778EWV", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:87e5f499-a996-4004-8e0a-32301d0f572b", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:02fc49a2-84dd-4ec4-9f91-aa54132ad072", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:02fc49a2-84dd-4ec4-9f91-aa54132ad072", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-975424338565307578478475", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:02fc49a2-84dd-4ec4-9f91-aa54132ad072", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:02fc49a2-84dd-4ec4-9f91-aa54132ad072", - "childItems" : [ { - "catenaXId" : "urn:uuid:fc3a2c0b-7c80-4ad0-8844-c11b67544fa3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fc3a2c0b-7c80-4ad0-8844-c11b67544fa3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fc3a2c0b-7c80-4ad0-8844-c11b67544fa3", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-968841297907673320779283", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fc3a2c0b-7c80-4ad0-8844-c11b67544fa3", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "94396518HDV", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:fc3a2c0b-7c80-4ad0-8844-c11b67544fa3", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:0ad8fe34-94e3-4377-97a3-ba25c2d1a7c2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0ad8fe34-94e3-4377-97a3-ba25c2d1a7c2", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-048875959779220161782059", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0ad8fe34-94e3-4377-97a3-ba25c2d1a7c2", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:a0ba36a2-30bb-492c-93ec-38064f47019a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0ba36a2-30bb-492c-93ec-38064f47019a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-714941686202385759674957", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a0ba36a2-30bb-492c-93ec-38064f47019a", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:065d3f87-6cc1-4a25-96b4-519d2a50aedc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:065d3f87-6cc1-4a25-96b4-519d2a50aedc", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-928967168149165900690319", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:065d3f87-6cc1-4a25-96b4-519d2a50aedc", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:83a76eed-71c5-44b4-ac14-c5b2060e864a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:83a76eed-71c5-44b4-ac14-c5b2060e864a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-003762566406076798893909", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:83a76eed-71c5-44b4-ac14-c5b2060e864a", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:ad0ed999-53c3-4a44-96ea-76feed7d4dd3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad0ed999-53c3-4a44-96ea-76feed7d4dd3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-151412567702659366871472", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ad0ed999-53c3-4a44-96ea-76feed7d4dd3", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:d5513ec6-704e-49f3-9d34-71745c34760b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5513ec6-704e-49f3-9d34-71745c34760b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-977168075110131963698256", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d5513ec6-704e-49f3-9d34-71745c34760b", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:36028f1b-889c-423d-8a06-fe1b2d310b3f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:36028f1b-889c-423d-8a06-fe1b2d310b3f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-037706367967081677032698", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:36028f1b-889c-423d-8a06-fe1b2d310b3f", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:8177a304-d40d-4379-9fb5-efbfd0b23aa0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8177a304-d40d-4379-9fb5-efbfd0b23aa0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-841228184518185054824952", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8177a304-d40d-4379-9fb5-efbfd0b23aa0", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:6b64105b-e7a3-4257-9a27-af5ecc878c2b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6b64105b-e7a3-4257-9a27-af5ecc878c2b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-423084849434417850154059", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6b64105b-e7a3-4257-9a27-af5ecc878c2b", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:28b2a8ed-f69f-4542-bfe0-411b5eb153ac", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:28b2a8ed-f69f-4542-bfe0-411b5eb153ac", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-170497620411213202975830", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:28b2a8ed-f69f-4542-bfe0-411b5eb153ac", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:c6e9aecc-b332-4240-b7bf-f9de3f0b34f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6e9aecc-b332-4240-b7bf-f9de3f0b34f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-723184720719118791326143", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c6e9aecc-b332-4240-b7bf-f9de3f0b34f8", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:b56b2866-81ad-45ac-b5fd-4c602352e98d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b56b2866-81ad-45ac-b5fd-4c602352e98d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-245757767967847995852532", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b56b2866-81ad-45ac-b5fd-4c602352e98d", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:c326ab77-39df-4767-8fb5-79c1fea6188a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c326ab77-39df-4767-8fb5-79c1fea6188a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-458827348820609953854389", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c326ab77-39df-4767-8fb5-79c1fea6188a", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:c15d6c4f-24ef-4162-8ab6-3307e671de8d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c15d6c4f-24ef-4162-8ab6-3307e671de8d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-846205546429596050560731", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c15d6c4f-24ef-4162-8ab6-3307e671de8d", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:d3ed9d6e-f073-4688-8524-7ae97db8a1c5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d3ed9d6e-f073-4688-8524-7ae97db8a1c5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-962744392486229178894166", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d3ed9d6e-f073-4688-8524-7ae97db8a1c5", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:10ddd623-620b-4f27-8b7b-230f4ce56072", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:10ddd623-620b-4f27-8b7b-230f4ce56072", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-775220723655656267281820", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:10ddd623-620b-4f27-8b7b-230f4ce56072", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:4db7f922-e849-42fc-8800-dbf6c9877a0b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4db7f922-e849-42fc-8800-dbf6c9877a0b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-858494548656380483077027", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4db7f922-e849-42fc-8800-dbf6c9877a0b", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:544a01b5-d76b-47b9-b9b1-94bd1ccc8210", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:544a01b5-d76b-47b9-b9b1-94bd1ccc8210", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-448615235596843700245628", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:544a01b5-d76b-47b9-b9b1-94bd1ccc8210", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:538ea7d6-f800-4441-b973-3e0d677fe972", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:538ea7d6-f800-4441-b973-3e0d677fe972", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-510327348072672044877550", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:538ea7d6-f800-4441-b973-3e0d677fe972", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:960f22a2-1d03-416c-b7d7-eb3326d0fded", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:960f22a2-1d03-416c-b7d7-eb3326d0fded", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-257638045427969216975513", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:960f22a2-1d03-416c-b7d7-eb3326d0fded", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:1a3cc08c-37e3-4d76-a44f-0c4db631a757", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a3cc08c-37e3-4d76-a44f-0c4db631a757", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-356934326092560796944527", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1a3cc08c-37e3-4d76-a44f-0c4db631a757", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:4a4f0250-97b7-4464-8ffa-2a1ed7e91102", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a4f0250-97b7-4464-8ffa-2a1ed7e91102", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-059085324073514094115028", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a4f0250-97b7-4464-8ffa-2a1ed7e91102", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:240a7ace-773e-4193-a732-1ef211142476", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:240a7ace-773e-4193-a732-1ef211142476", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-552681091301559053017244", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:240a7ace-773e-4193-a732-1ef211142476", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:ec088518-3191-48b5-9eed-f0c116069242", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec088518-3191-48b5-9eed-f0c116069242", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-848524766829358272471017", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ec088518-3191-48b5-9eed-f0c116069242", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:b56a17d6-c68d-4b19-90cb-a8b9ba76ac87", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b56a17d6-c68d-4b19-90cb-a8b9ba76ac87", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-058140339698671206433100", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b56a17d6-c68d-4b19-90cb-a8b9ba76ac87", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:2024e897-a876-445f-b182-df80ab351dcd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2024e897-a876-445f-b182-df80ab351dcd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-138294349728899642164946", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2024e897-a876-445f-b182-df80ab351dcd", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:e3e581c9-d857-47cd-b8a5-02f8dd6adfe4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e3e581c9-d857-47cd-b8a5-02f8dd6adfe4", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-079431161120516829167185", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e3e581c9-d857-47cd-b8a5-02f8dd6adfe4", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:e3e581c9-d857-47cd-b8a5-02f8dd6adfe4", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-079431161120516829167185", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 49, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 17, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 73, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e3e581c9-d857-47cd-b8a5-02f8dd6adfe4", - "childItems" : [ { - "catenaXId" : "urn:uuid:dfbe66b7-6fec-4801-b3d4-c17c97c0a8bc", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a9ff4485-2145-4c5f-af14-c90d184aab3c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:77741492-5e08-48cb-881b-0eb1a4880cbd", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:dfbe66b7-6fec-4801-b3d4-c17c97c0a8bc", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:dfbe66b7-6fec-4801-b3d4-c17c97c0a8bc", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dfbe66b7-6fec-4801-b3d4-c17c97c0a8bc", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 71, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 28, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a9ff4485-2145-4c5f-af14-c90d184aab3c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9ff4485-2145-4c5f-af14-c90d184aab3c", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "00228Q2-18", - "key" : "manufacturerPartId" - }, { - "value" : "NO-217558297560895242807469", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a9ff4485-2145-4c5f-af14-c90d184aab3c", - "partTypeInformation" : { - "manufacturerPartId" : "00228Q2-18", - "customerPartId" : "00228Q2-18", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9ff4485-2145-4c5f-af14-c90d184aab3c", - "childItems" : [ { - "catenaXId" : "urn:uuid:ea3e2cf3-c103-4d36-b39b-5ad2e47274b6", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ea3e2cf3-c103-4d36-b39b-5ad2e47274b6", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ea3e2cf3-c103-4d36-b39b-5ad2e47274b6", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 75, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 28, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:77741492-5e08-48cb-881b-0eb1a4880cbd", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:77741492-5e08-48cb-881b-0eb1a4880cbd", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:77741492-5e08-48cb-881b-0eb1a4880cbd", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:77741492-5e08-48cb-881b-0eb1a4880cbd", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:62240c83-87e8-4127-9850-f519521d9fbc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62240c83-87e8-4127-9850-f519521d9fbc", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "11999J8-67", - "key" : "manufacturerPartId" - }, { - "value" : "NO-272396971576901681988741", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:62240c83-87e8-4127-9850-f519521d9fbc", - "partTypeInformation" : { - "manufacturerPartId" : "11999J8-67", - "customerPartId" : "11999J8-67", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 15, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:62240c83-87e8-4127-9850-f519521d9fbc", - "childItems" : [ { - "catenaXId" : "urn:uuid:5841a760-7adf-4190-8d14-66e0c6caa811", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a7cc7eaa-f227-4cfd-b799-488e81afe872", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:59efc90a-1e66-4dfc-a4da-a749cb0ea328", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5841a760-7adf-4190-8d14-66e0c6caa811", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:5841a760-7adf-4190-8d14-66e0c6caa811", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5841a760-7adf-4190-8d14-66e0c6caa811", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 5, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 35, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a7cc7eaa-f227-4cfd-b799-488e81afe872", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a7cc7eaa-f227-4cfd-b799-488e81afe872", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "81859Z5-66", - "key" : "manufacturerPartId" - }, { - "value" : "NO-186585146496748886022287", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a7cc7eaa-f227-4cfd-b799-488e81afe872", - "partTypeInformation" : { - "manufacturerPartId" : "81859Z5-66", - "customerPartId" : "81859Z5-66", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a7cc7eaa-f227-4cfd-b799-488e81afe872", - "childItems" : [ { - "catenaXId" : "urn:uuid:fba9f8e2-052d-41f6-8f67-7d1dc45dcf2b", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fba9f8e2-052d-41f6-8f67-7d1dc45dcf2b", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:fba9f8e2-052d-41f6-8f67-7d1dc45dcf2b", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 40, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 28, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:59efc90a-1e66-4dfc-a4da-a749cb0ea328", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:59efc90a-1e66-4dfc-a4da-a749cb0ea328", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "64536D7-85", - "key" : "manufacturerPartId" - }, { - "value" : "NO-808804210623571617421743", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:59efc90a-1e66-4dfc-a4da-a749cb0ea328", - "partTypeInformation" : { - "manufacturerPartId" : "64536D7-85", - "customerPartId" : "64536D7-85", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 76, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 89, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:72bc26be-7624-41d0-8710-0b90801d56fc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:72bc26be-7624-41d0-8710-0b90801d56fc", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-697071246701378877945962", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:72bc26be-7624-41d0-8710-0b90801d56fc", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-697071246701378877945962", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 53, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 37, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 85, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-697071246701378877945962", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-697071246701378877945962", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:72bc26be-7624-41d0-8710-0b90801d56fc", - "childItems" : [ { - "catenaXId" : "urn:uuid:32b30587-82ac-4b55-a8eb-29f2ef20339a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:43f37993-36a7-4e3b-8b85-510cf905b1b7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0650be20-c15d-40be-9378-956c263dabdd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ea76039b-6ef2-4056-880a-5e1872a54b21", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:84b9efa3-711c-4afa-9ded-659a3612096c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cae1075c-6a14-43e0-91c7-2c1478f0c0dd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:32b30587-82ac-4b55-a8eb-29f2ef20339a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:32b30587-82ac-4b55-a8eb-29f2ef20339a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-553887042682027983321480", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:32b30587-82ac-4b55-a8eb-29f2ef20339a", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-553887042682027983321480", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 66, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 68, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 88, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-553887042682027983321480", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:32b30587-82ac-4b55-a8eb-29f2ef20339a", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:550b7fe0-2a0f-4d02-b5d7-97d2bdc1fe32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:146916db-6291-42e5-978b-2aab492a7d81", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:98262c52-c47e-440b-b66d-636be2a163bb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:77a28fc3-a769-4185-a24c-30ca8d9efa37", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eb3d1f26-0e48-433d-a69b-49da8ff4914a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4a251928-5d0c-43ec-b916-2be6cd41aea3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:444802fd-6483-480d-b512-efbe813db1f9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6c8b0659-e301-490a-bd40-851a7d0b384c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6dc05eb3-353c-45dd-8946-6765fef0c2e0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d44f1064-cbe0-47eb-95bd-74788c06a545", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:550b7fe0-2a0f-4d02-b5d7-97d2bdc1fe32", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:550b7fe0-2a0f-4d02-b5d7-97d2bdc1fe32", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-989235542172162527446188", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:550b7fe0-2a0f-4d02-b5d7-97d2bdc1fe32", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-989235542172162527446188", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:550b7fe0-2a0f-4d02-b5d7-97d2bdc1fe32", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:146916db-6291-42e5-978b-2aab492a7d81", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:146916db-6291-42e5-978b-2aab492a7d81", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-068075859313189181570590", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:146916db-6291-42e5-978b-2aab492a7d81", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-068075859313189181570590", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:146916db-6291-42e5-978b-2aab492a7d81", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:98262c52-c47e-440b-b66d-636be2a163bb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:98262c52-c47e-440b-b66d-636be2a163bb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-763387264782719515370069", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:98262c52-c47e-440b-b66d-636be2a163bb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-763387264782719515370069", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:98262c52-c47e-440b-b66d-636be2a163bb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:77a28fc3-a769-4185-a24c-30ca8d9efa37", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:77a28fc3-a769-4185-a24c-30ca8d9efa37", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-419611394546636949119349", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:77a28fc3-a769-4185-a24c-30ca8d9efa37", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-419611394546636949119349", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:77a28fc3-a769-4185-a24c-30ca8d9efa37", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:eb3d1f26-0e48-433d-a69b-49da8ff4914a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eb3d1f26-0e48-433d-a69b-49da8ff4914a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-106932946876819256929055", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eb3d1f26-0e48-433d-a69b-49da8ff4914a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-106932946876819256929055", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:eb3d1f26-0e48-433d-a69b-49da8ff4914a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4a251928-5d0c-43ec-b916-2be6cd41aea3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a251928-5d0c-43ec-b916-2be6cd41aea3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-380598846837010484941397", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a251928-5d0c-43ec-b916-2be6cd41aea3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-380598846837010484941397", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a251928-5d0c-43ec-b916-2be6cd41aea3", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-06-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:444802fd-6483-480d-b512-efbe813db1f9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:444802fd-6483-480d-b512-efbe813db1f9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-497866827891698096040782", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:444802fd-6483-480d-b512-efbe813db1f9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-497866827891698096040782", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:444802fd-6483-480d-b512-efbe813db1f9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6c8b0659-e301-490a-bd40-851a7d0b384c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6c8b0659-e301-490a-bd40-851a7d0b384c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-214193059770170307360256", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6c8b0659-e301-490a-bd40-851a7d0b384c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-214193059770170307360256", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6c8b0659-e301-490a-bd40-851a7d0b384c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6dc05eb3-353c-45dd-8946-6765fef0c2e0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6dc05eb3-353c-45dd-8946-6765fef0c2e0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-206971764705722655738004", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6dc05eb3-353c-45dd-8946-6765fef0c2e0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-206971764705722655738004", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6dc05eb3-353c-45dd-8946-6765fef0c2e0", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d44f1064-cbe0-47eb-95bd-74788c06a545", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d44f1064-cbe0-47eb-95bd-74788c06a545", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-952124283147104742411066", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d44f1064-cbe0-47eb-95bd-74788c06a545", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-952124283147104742411066", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d44f1064-cbe0-47eb-95bd-74788c06a545", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:43f37993-36a7-4e3b-8b85-510cf905b1b7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:43f37993-36a7-4e3b-8b85-510cf905b1b7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-139248953533605741078812", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:43f37993-36a7-4e3b-8b85-510cf905b1b7", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-139248953533605741078812", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 48, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 86, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 36, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-139248953533605741078812", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:43f37993-36a7-4e3b-8b85-510cf905b1b7", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e5f711f6-7abb-43eb-82df-7729020c228c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4f59de1b-0048-43b2-8d08-de1d077d42f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:381f0fc1-63c1-44f5-9de2-277304b09558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f1313cc-3b07-4050-a967-668b043ac3d7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d167c2b-10a5-4c18-9d59-d072106b4314", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e8d9fb8c-ad2a-4e0f-a7d8-50fdca6a1690", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e8cc1c8a-383b-4064-8aba-3cf0712e56d5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b2cca6e6-0eff-4061-aeef-caae00af9b95", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1c2149b4-080f-42e2-91f1-ca417894ec05", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:312ee0f3-b20e-4c08-8779-9b7f30f678e5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e5f711f6-7abb-43eb-82df-7729020c228c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5f711f6-7abb-43eb-82df-7729020c228c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-137679501574460229287847", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e5f711f6-7abb-43eb-82df-7729020c228c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-137679501574460229287847", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5f711f6-7abb-43eb-82df-7729020c228c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4f59de1b-0048-43b2-8d08-de1d077d42f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f59de1b-0048-43b2-8d08-de1d077d42f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-202786163939150373100505", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4f59de1b-0048-43b2-8d08-de1d077d42f8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-202786163939150373100505", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f59de1b-0048-43b2-8d08-de1d077d42f8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:381f0fc1-63c1-44f5-9de2-277304b09558", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:381f0fc1-63c1-44f5-9de2-277304b09558", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-235760650620919848997795", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:381f0fc1-63c1-44f5-9de2-277304b09558", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-235760650620919848997795", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:381f0fc1-63c1-44f5-9de2-277304b09558", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0f1313cc-3b07-4050-a967-668b043ac3d7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f1313cc-3b07-4050-a967-668b043ac3d7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-893909251647794601856542", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f1313cc-3b07-4050-a967-668b043ac3d7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-893909251647794601856542", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f1313cc-3b07-4050-a967-668b043ac3d7", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2d167c2b-10a5-4c18-9d59-d072106b4314", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d167c2b-10a5-4c18-9d59-d072106b4314", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-320312274012130662973316", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d167c2b-10a5-4c18-9d59-d072106b4314", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-320312274012130662973316", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d167c2b-10a5-4c18-9d59-d072106b4314", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e8d9fb8c-ad2a-4e0f-a7d8-50fdca6a1690", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8d9fb8c-ad2a-4e0f-a7d8-50fdca6a1690", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-849149738707092152494638", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e8d9fb8c-ad2a-4e0f-a7d8-50fdca6a1690", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-849149738707092152494638", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8d9fb8c-ad2a-4e0f-a7d8-50fdca6a1690", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e8cc1c8a-383b-4064-8aba-3cf0712e56d5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8cc1c8a-383b-4064-8aba-3cf0712e56d5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-446068775067329791365840", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e8cc1c8a-383b-4064-8aba-3cf0712e56d5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-446068775067329791365840", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8cc1c8a-383b-4064-8aba-3cf0712e56d5", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-03-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b2cca6e6-0eff-4061-aeef-caae00af9b95", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2cca6e6-0eff-4061-aeef-caae00af9b95", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-239380231892725951313576", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b2cca6e6-0eff-4061-aeef-caae00af9b95", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-239380231892725951313576", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2cca6e6-0eff-4061-aeef-caae00af9b95", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1c2149b4-080f-42e2-91f1-ca417894ec05", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c2149b4-080f-42e2-91f1-ca417894ec05", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-792342824085780978662786", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1c2149b4-080f-42e2-91f1-ca417894ec05", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-792342824085780978662786", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c2149b4-080f-42e2-91f1-ca417894ec05", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:312ee0f3-b20e-4c08-8779-9b7f30f678e5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:312ee0f3-b20e-4c08-8779-9b7f30f678e5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-807482643084764837619338", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:312ee0f3-b20e-4c08-8779-9b7f30f678e5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-807482643084764837619338", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:312ee0f3-b20e-4c08-8779-9b7f30f678e5", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-07-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0650be20-c15d-40be-9378-956c263dabdd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0650be20-c15d-40be-9378-956c263dabdd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-111851112619825241132099", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0650be20-c15d-40be-9378-956c263dabdd", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-111851112619825241132099", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 61, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 15, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 41, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-111851112619825241132099", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0650be20-c15d-40be-9378-956c263dabdd", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:45c9b296-c596-43ce-9567-564debabd0ed", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5b799b90-b62d-44d9-b5f6-51d21adb7d43", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bed5fdbf-a511-43f7-a94f-d4fb49ef4e82", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:32f1dda9-7baa-4455-bf17-a849d17b7888", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:60684087-ce8d-403b-9a5b-3f13ef557218", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8c67042d-27a5-417d-ae9c-70ec1d2d7f8d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8468d9af-06dc-4688-816a-5252544123e5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:530365bf-60bb-4890-8fe4-e2dc8f0b6ac6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0115fe30-9e17-4209-80ba-029518fa2142", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e80acb20-0031-42db-8c29-d2e27a69b606", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:45c9b296-c596-43ce-9567-564debabd0ed", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:45c9b296-c596-43ce-9567-564debabd0ed", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-386035677968200458795222", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:45c9b296-c596-43ce-9567-564debabd0ed", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-386035677968200458795222", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:45c9b296-c596-43ce-9567-564debabd0ed", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5b799b90-b62d-44d9-b5f6-51d21adb7d43", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b799b90-b62d-44d9-b5f6-51d21adb7d43", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-587735855424479836740255", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5b799b90-b62d-44d9-b5f6-51d21adb7d43", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-587735855424479836740255", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b799b90-b62d-44d9-b5f6-51d21adb7d43", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bed5fdbf-a511-43f7-a94f-d4fb49ef4e82", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bed5fdbf-a511-43f7-a94f-d4fb49ef4e82", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-542100668928462237757495", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bed5fdbf-a511-43f7-a94f-d4fb49ef4e82", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-542100668928462237757495", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bed5fdbf-a511-43f7-a94f-d4fb49ef4e82", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-06-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:32f1dda9-7baa-4455-bf17-a849d17b7888", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:32f1dda9-7baa-4455-bf17-a849d17b7888", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-864089361405033854958997", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:32f1dda9-7baa-4455-bf17-a849d17b7888", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-864089361405033854958997", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:32f1dda9-7baa-4455-bf17-a849d17b7888", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-07-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:60684087-ce8d-403b-9a5b-3f13ef557218", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:60684087-ce8d-403b-9a5b-3f13ef557218", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-457448947709767470785600", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:60684087-ce8d-403b-9a5b-3f13ef557218", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-457448947709767470785600", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:60684087-ce8d-403b-9a5b-3f13ef557218", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8c67042d-27a5-417d-ae9c-70ec1d2d7f8d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c67042d-27a5-417d-ae9c-70ec1d2d7f8d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-845331459966186308132021", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8c67042d-27a5-417d-ae9c-70ec1d2d7f8d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-845331459966186308132021", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c67042d-27a5-417d-ae9c-70ec1d2d7f8d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8468d9af-06dc-4688-816a-5252544123e5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8468d9af-06dc-4688-816a-5252544123e5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-113031191204073473639731", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8468d9af-06dc-4688-816a-5252544123e5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-113031191204073473639731", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8468d9af-06dc-4688-816a-5252544123e5", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:530365bf-60bb-4890-8fe4-e2dc8f0b6ac6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:530365bf-60bb-4890-8fe4-e2dc8f0b6ac6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-304779133491931399758273", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:530365bf-60bb-4890-8fe4-e2dc8f0b6ac6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-304779133491931399758273", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:530365bf-60bb-4890-8fe4-e2dc8f0b6ac6", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-02-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0115fe30-9e17-4209-80ba-029518fa2142", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0115fe30-9e17-4209-80ba-029518fa2142", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-157029443836342688150942", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0115fe30-9e17-4209-80ba-029518fa2142", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-157029443836342688150942", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0115fe30-9e17-4209-80ba-029518fa2142", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e80acb20-0031-42db-8c29-d2e27a69b606", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e80acb20-0031-42db-8c29-d2e27a69b606", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-292734428234331812720996", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e80acb20-0031-42db-8c29-d2e27a69b606", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-292734428234331812720996", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e80acb20-0031-42db-8c29-d2e27a69b606", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ea76039b-6ef2-4056-880a-5e1872a54b21", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea76039b-6ef2-4056-880a-5e1872a54b21", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-938419700033237494025491", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ea76039b-6ef2-4056-880a-5e1872a54b21", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-938419700033237494025491", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 64, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 34, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 10, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-938419700033237494025491", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea76039b-6ef2-4056-880a-5e1872a54b21", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2c897977-c43b-4e5b-91b4-f507e53caa09", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:601fb130-ea07-4229-8360-ce5c3a82017c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:73337ce2-77be-4bf0-95dd-077cdef80286", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0ee145d8-ae7b-4812-be6a-b80b1e867fef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b066422c-9ee2-45cb-ad97-f91ffac801cd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2c3e9c9f-2539-49d1-8e61-5333087a6d8b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1e516b5f-0bbc-4941-82a6-d7591abbb957", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:633065d8-ae49-4ea2-9f99-ecf8ab64be64", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:252c7608-f43c-48dc-b3c9-4b56ddac4e78", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fc772dd3-4ad6-4a53-b550-4b9c61601c6d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2c897977-c43b-4e5b-91b4-f507e53caa09", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c897977-c43b-4e5b-91b4-f507e53caa09", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-564057364481446148625759", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2c897977-c43b-4e5b-91b4-f507e53caa09", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-564057364481446148625759", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c897977-c43b-4e5b-91b4-f507e53caa09", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:601fb130-ea07-4229-8360-ce5c3a82017c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:601fb130-ea07-4229-8360-ce5c3a82017c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-398944293024155908925189", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:601fb130-ea07-4229-8360-ce5c3a82017c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-398944293024155908925189", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:601fb130-ea07-4229-8360-ce5c3a82017c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:73337ce2-77be-4bf0-95dd-077cdef80286", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:73337ce2-77be-4bf0-95dd-077cdef80286", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-525589961490704209588321", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:73337ce2-77be-4bf0-95dd-077cdef80286", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-525589961490704209588321", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:73337ce2-77be-4bf0-95dd-077cdef80286", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0ee145d8-ae7b-4812-be6a-b80b1e867fef", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0ee145d8-ae7b-4812-be6a-b80b1e867fef", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-356691205249756839514727", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0ee145d8-ae7b-4812-be6a-b80b1e867fef", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-356691205249756839514727", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0ee145d8-ae7b-4812-be6a-b80b1e867fef", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b066422c-9ee2-45cb-ad97-f91ffac801cd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b066422c-9ee2-45cb-ad97-f91ffac801cd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-823456631936327948380799", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b066422c-9ee2-45cb-ad97-f91ffac801cd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-823456631936327948380799", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b066422c-9ee2-45cb-ad97-f91ffac801cd", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2c3e9c9f-2539-49d1-8e61-5333087a6d8b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c3e9c9f-2539-49d1-8e61-5333087a6d8b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-848783607062232472505788", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2c3e9c9f-2539-49d1-8e61-5333087a6d8b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-848783607062232472505788", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c3e9c9f-2539-49d1-8e61-5333087a6d8b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1e516b5f-0bbc-4941-82a6-d7591abbb957", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e516b5f-0bbc-4941-82a6-d7591abbb957", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-376136317943637983210722", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1e516b5f-0bbc-4941-82a6-d7591abbb957", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-376136317943637983210722", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e516b5f-0bbc-4941-82a6-d7591abbb957", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-01-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:633065d8-ae49-4ea2-9f99-ecf8ab64be64", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:633065d8-ae49-4ea2-9f99-ecf8ab64be64", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-168703430539459992320812", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:633065d8-ae49-4ea2-9f99-ecf8ab64be64", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-168703430539459992320812", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:633065d8-ae49-4ea2-9f99-ecf8ab64be64", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-02-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:252c7608-f43c-48dc-b3c9-4b56ddac4e78", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:252c7608-f43c-48dc-b3c9-4b56ddac4e78", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-099327686649406310007505", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:252c7608-f43c-48dc-b3c9-4b56ddac4e78", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-099327686649406310007505", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:252c7608-f43c-48dc-b3c9-4b56ddac4e78", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-05-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fc772dd3-4ad6-4a53-b550-4b9c61601c6d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fc772dd3-4ad6-4a53-b550-4b9c61601c6d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-069303437253959258741745", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fc772dd3-4ad6-4a53-b550-4b9c61601c6d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-069303437253959258741745", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fc772dd3-4ad6-4a53-b550-4b9c61601c6d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:84b9efa3-711c-4afa-9ded-659a3612096c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:84b9efa3-711c-4afa-9ded-659a3612096c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-565527096099713399028739", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:84b9efa3-711c-4afa-9ded-659a3612096c", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-565527096099713399028739", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 41, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 50, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 16, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-565527096099713399028739", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:84b9efa3-711c-4afa-9ded-659a3612096c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:251d273c-f59e-407e-9587-bde8962deb27", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:30d387ea-302f-4a96-8ddd-ca590caf703c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2cc00123-d53d-4d83-a796-17bf1d5efd9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0d1d2e0e-9e6e-4199-9093-2da6d9f4e971", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f483da8-b2a1-4024-92c3-5dd15a5eda60", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3dca8733-6431-4bbc-9b16-9b7718a59083", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c218ffb9-4613-4959-99ce-eeb37fc5a366", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:57032845-8090-4822-bdd2-bd6dab667787", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ea2dbe17-b5e3-4f93-9dfe-92cfb2c5a432", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:137791ee-aa5d-4422-8ef0-b5546e43d6fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:251d273c-f59e-407e-9587-bde8962deb27", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:251d273c-f59e-407e-9587-bde8962deb27", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-612476379822253196148446", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:251d273c-f59e-407e-9587-bde8962deb27", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-612476379822253196148446", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:251d273c-f59e-407e-9587-bde8962deb27", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-06-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:30d387ea-302f-4a96-8ddd-ca590caf703c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:30d387ea-302f-4a96-8ddd-ca590caf703c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-224758263971627078329383", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:30d387ea-302f-4a96-8ddd-ca590caf703c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-224758263971627078329383", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:30d387ea-302f-4a96-8ddd-ca590caf703c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2cc00123-d53d-4d83-a796-17bf1d5efd9a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2cc00123-d53d-4d83-a796-17bf1d5efd9a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-744390561781467606520218", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2cc00123-d53d-4d83-a796-17bf1d5efd9a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-744390561781467606520218", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2cc00123-d53d-4d83-a796-17bf1d5efd9a", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-12-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0d1d2e0e-9e6e-4199-9093-2da6d9f4e971", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d1d2e0e-9e6e-4199-9093-2da6d9f4e971", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-980160571493709779965151", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d1d2e0e-9e6e-4199-9093-2da6d9f4e971", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-980160571493709779965151", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d1d2e0e-9e6e-4199-9093-2da6d9f4e971", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0f483da8-b2a1-4024-92c3-5dd15a5eda60", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f483da8-b2a1-4024-92c3-5dd15a5eda60", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-475708540383874314646555", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f483da8-b2a1-4024-92c3-5dd15a5eda60", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-475708540383874314646555", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f483da8-b2a1-4024-92c3-5dd15a5eda60", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3dca8733-6431-4bbc-9b16-9b7718a59083", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3dca8733-6431-4bbc-9b16-9b7718a59083", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-401579961419386443395388", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3dca8733-6431-4bbc-9b16-9b7718a59083", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-401579961419386443395388", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3dca8733-6431-4bbc-9b16-9b7718a59083", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c218ffb9-4613-4959-99ce-eeb37fc5a366", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c218ffb9-4613-4959-99ce-eeb37fc5a366", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-456224474435676113016727", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c218ffb9-4613-4959-99ce-eeb37fc5a366", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-456224474435676113016727", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c218ffb9-4613-4959-99ce-eeb37fc5a366", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-09-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:57032845-8090-4822-bdd2-bd6dab667787", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:57032845-8090-4822-bdd2-bd6dab667787", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-096331980082561746533008", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:57032845-8090-4822-bdd2-bd6dab667787", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-096331980082561746533008", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:57032845-8090-4822-bdd2-bd6dab667787", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ea2dbe17-b5e3-4f93-9dfe-92cfb2c5a432", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea2dbe17-b5e3-4f93-9dfe-92cfb2c5a432", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-885851460344396119269509", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ea2dbe17-b5e3-4f93-9dfe-92cfb2c5a432", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-885851460344396119269509", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea2dbe17-b5e3-4f93-9dfe-92cfb2c5a432", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:137791ee-aa5d-4422-8ef0-b5546e43d6fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:137791ee-aa5d-4422-8ef0-b5546e43d6fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-363045950845288361326628", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:137791ee-aa5d-4422-8ef0-b5546e43d6fd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-363045950845288361326628", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:137791ee-aa5d-4422-8ef0-b5546e43d6fd", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-06-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cae1075c-6a14-43e0-91c7-2c1478f0c0dd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cae1075c-6a14-43e0-91c7-2c1478f0c0dd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-080541471074680673720512", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cae1075c-6a14-43e0-91c7-2c1478f0c0dd", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-080541471074680673720512", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 85, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 35, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 86, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-080541471074680673720512", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cae1075c-6a14-43e0-91c7-2c1478f0c0dd", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a5c6a59b-001a-422a-bfef-332447da41c2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bfe69749-7254-4ab5-a6cd-10dbc05aa443", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:60de3099-69da-4209-a314-804cb5ccf4f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b9c4f715-dfdf-44d0-ae2f-853b4367db0a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7581711c-f053-4eb3-a045-b1e7557fc50b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:423d8297-244f-4359-8790-99d5582f613a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1139d0e8-716a-4180-9136-0f42825aedc0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4518966c-b45e-4255-a93c-3f9ae8241564", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d0bf1352-f141-4c0b-9a31-637c7d5ee6c0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6fc82223-6846-452b-b0d1-d6603215ceb3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a5c6a59b-001a-422a-bfef-332447da41c2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a5c6a59b-001a-422a-bfef-332447da41c2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-358529031968255303462254", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a5c6a59b-001a-422a-bfef-332447da41c2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-358529031968255303462254", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a5c6a59b-001a-422a-bfef-332447da41c2", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-02-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bfe69749-7254-4ab5-a6cd-10dbc05aa443", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bfe69749-7254-4ab5-a6cd-10dbc05aa443", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-416477606966003518019720", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bfe69749-7254-4ab5-a6cd-10dbc05aa443", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-416477606966003518019720", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bfe69749-7254-4ab5-a6cd-10dbc05aa443", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:60de3099-69da-4209-a314-804cb5ccf4f8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:60de3099-69da-4209-a314-804cb5ccf4f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-214524891354860416531846", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:60de3099-69da-4209-a314-804cb5ccf4f8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-214524891354860416531846", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:60de3099-69da-4209-a314-804cb5ccf4f8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b9c4f715-dfdf-44d0-ae2f-853b4367db0a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9c4f715-dfdf-44d0-ae2f-853b4367db0a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-980917502046542725990748", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b9c4f715-dfdf-44d0-ae2f-853b4367db0a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-980917502046542725990748", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9c4f715-dfdf-44d0-ae2f-853b4367db0a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7581711c-f053-4eb3-a045-b1e7557fc50b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7581711c-f053-4eb3-a045-b1e7557fc50b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-619954851346713398267570", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7581711c-f053-4eb3-a045-b1e7557fc50b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-619954851346713398267570", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7581711c-f053-4eb3-a045-b1e7557fc50b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-02-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:423d8297-244f-4359-8790-99d5582f613a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:423d8297-244f-4359-8790-99d5582f613a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-257833178884240315141443", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:423d8297-244f-4359-8790-99d5582f613a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-257833178884240315141443", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:423d8297-244f-4359-8790-99d5582f613a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-01-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1139d0e8-716a-4180-9136-0f42825aedc0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1139d0e8-716a-4180-9136-0f42825aedc0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-158796667775492017419974", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1139d0e8-716a-4180-9136-0f42825aedc0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-158796667775492017419974", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1139d0e8-716a-4180-9136-0f42825aedc0", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4518966c-b45e-4255-a93c-3f9ae8241564", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4518966c-b45e-4255-a93c-3f9ae8241564", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-398161968074116050817985", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4518966c-b45e-4255-a93c-3f9ae8241564", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-398161968074116050817985", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4518966c-b45e-4255-a93c-3f9ae8241564", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d0bf1352-f141-4c0b-9a31-637c7d5ee6c0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d0bf1352-f141-4c0b-9a31-637c7d5ee6c0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-269974874357958890925980", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d0bf1352-f141-4c0b-9a31-637c7d5ee6c0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-269974874357958890925980", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d0bf1352-f141-4c0b-9a31-637c7d5ee6c0", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-12-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6fc82223-6846-452b-b0d1-d6603215ceb3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6fc82223-6846-452b-b0d1-d6603215ceb3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-493121439194438387972667", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6fc82223-6846-452b-b0d1-d6603215ceb3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-493121439194438387972667", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6fc82223-6846-452b-b0d1-d6603215ceb3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-10-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Pkw-Pick-up", - "catenaXId" : "urn:uuid:90840499-d0d9-4f41-bfd9-ba08001a79a0", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - }, { - "code" : "S218A", - "description" : "sport automatic transmission", - "group" : "special equipment" - }, { - "code" : "S388C", - "description" : "security plus", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2022-08-03", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:90840499-d0d9-4f41-bfd9-ba08001a79a0", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "RC-72", - "key" : "manufacturerPartId" - }, { - "value" : "OMAHTQWYPAOWDAEGB", - "key" : "partInstanceId" - }, { - "value" : "OMAHTQWYPAOWDAEGB", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2018-11-02T05:22:57.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:90840499-d0d9-4f41-bfd9-ba08001a79a0", - "partTypeInformation" : { - "manufacturerPartId" : "RC-72", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 14, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 27, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 48, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 19, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 54, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 29, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 22, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 36, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 38, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 33, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:90840499-d0d9-4f41-bfd9-ba08001a79a0", - "childItems" : [ { - "catenaXId" : "urn:uuid:98e005d5-c04d-41ea-9f98-3c5e26356e2d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2ba51f01-a6fe-4590-8637-1c106e0c1926", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:298e7dbd-804a-4c9a-b8b4-26b4ce06d15d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b09a2f2-1cc9-4891-9567-5d4762ebcbb4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8c3d40e4-4d16-4b69-99ef-e9b34b4881b2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:38b6bd7c-70a8-4bf0-8768-0aaa311bdb70", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:21798f93-0090-4067-9989-a6efe0b99a8f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1a0c6a3a-9394-45fd-842f-e26a7004e10c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:be2ae8de-9313-417c-96d6-eabd3226b6c9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:abf76acf-73bb-41be-8a05-bd601a7da679", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cba2034f-852c-4db1-ac84-ef5359e6a3e4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:89b5f238-d910-4987-9d70-0fb35c575baa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:446eaac8-1090-4493-b904-704d24dfdf64", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d053c5f6-6684-4cd5-96ba-f3c8e3eb4b9c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:69b60830-e41d-4195-a51d-379cbfd349f5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c2c3e335-6273-4a1a-a0a7-4ea624e2f84e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7436b146-1bde-45a1-aa88-d3b1838122f3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:31a119f0-350a-41f2-9e0e-9b1b4b7483c7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4197b172-1f7a-4050-9ac1-bb1c6d269718", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:80136286-c8d3-41cf-b73f-cd5c8d9984de", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9d61ab63-1e96-4d6d-9107-e43ea8e778f1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0eb44f8e-8432-418c-b79d-503d0cf5121d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:55378520-98c6-4aec-a260-e36620563581", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ab881f5a-0b1f-4e53-a967-1b8a0be34715", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6a74c61d-8d8f-4986-b4ed-1da16c88b783", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:09b85a76-1b13-42a7-8bef-8fce6d662dad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9fb7c2ca-084b-4854-8864-5e7a171df085", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c2c0001d-f001-420c-91ef-78ab0fcfea6a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9de8c400-241a-47b2-b6f8-482d2404289d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fb08778c-8847-4ee9-81fd-ca676920407f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a1274102-e9a5-4e54-8650-0fcf513d16fc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:24300d06-3a68-438f-a649-391d3344f33a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:98e005d5-c04d-41ea-9f98-3c5e26356e2d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:98e005d5-c04d-41ea-9f98-3c5e26356e2d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-135950162903621111416058", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:98e005d5-c04d-41ea-9f98-3c5e26356e2d", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:2ba51f01-a6fe-4590-8637-1c106e0c1926", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ba51f01-a6fe-4590-8637-1c106e0c1926", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-454431084167047616333306", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2ba51f01-a6fe-4590-8637-1c106e0c1926", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ba51f01-a6fe-4590-8637-1c106e0c1926", - "childItems" : [ { - "catenaXId" : "urn:uuid:99647313-e334-4f94-8044-4ba21a41bc59", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:99647313-e334-4f94-8044-4ba21a41bc59", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:99647313-e334-4f94-8044-4ba21a41bc59", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-941854507230191349511401", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:99647313-e334-4f94-8044-4ba21a41bc59", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "31645738EZT", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:99647313-e334-4f94-8044-4ba21a41bc59", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:298e7dbd-804a-4c9a-b8b4-26b4ce06d15d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:298e7dbd-804a-4c9a-b8b4-26b4ce06d15d", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-653888923315503710059504", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:298e7dbd-804a-4c9a-b8b4-26b4ce06d15d", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:298e7dbd-804a-4c9a-b8b4-26b4ce06d15d", - "childItems" : [ { - "catenaXId" : "urn:uuid:07dcecce-aa1b-484a-b828-84d83e130b01", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:07dcecce-aa1b-484a-b828-84d83e130b01", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:07dcecce-aa1b-484a-b828-84d83e130b01", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-826031802501286827780328", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:07dcecce-aa1b-484a-b828-84d83e130b01", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "67565637KOC", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:07dcecce-aa1b-484a-b828-84d83e130b01", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:7b09a2f2-1cc9-4891-9567-5d4762ebcbb4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b09a2f2-1cc9-4891-9567-5d4762ebcbb4", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-358031631495292771612157", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b09a2f2-1cc9-4891-9567-5d4762ebcbb4", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:8c3d40e4-4d16-4b69-99ef-e9b34b4881b2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c3d40e4-4d16-4b69-99ef-e9b34b4881b2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-091009127181869934409580", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8c3d40e4-4d16-4b69-99ef-e9b34b4881b2", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:38b6bd7c-70a8-4bf0-8768-0aaa311bdb70", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:38b6bd7c-70a8-4bf0-8768-0aaa311bdb70", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-373210890680941284328839", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:38b6bd7c-70a8-4bf0-8768-0aaa311bdb70", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:21798f93-0090-4067-9989-a6efe0b99a8f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:21798f93-0090-4067-9989-a6efe0b99a8f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-943440826601435255626478", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:21798f93-0090-4067-9989-a6efe0b99a8f", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:1a0c6a3a-9394-45fd-842f-e26a7004e10c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a0c6a3a-9394-45fd-842f-e26a7004e10c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-063143281406029741030088", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1a0c6a3a-9394-45fd-842f-e26a7004e10c", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:be2ae8de-9313-417c-96d6-eabd3226b6c9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:be2ae8de-9313-417c-96d6-eabd3226b6c9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-160355161271835750377229", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:be2ae8de-9313-417c-96d6-eabd3226b6c9", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:abf76acf-73bb-41be-8a05-bd601a7da679", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:abf76acf-73bb-41be-8a05-bd601a7da679", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-356301179818864478893883", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:abf76acf-73bb-41be-8a05-bd601a7da679", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:cba2034f-852c-4db1-ac84-ef5359e6a3e4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cba2034f-852c-4db1-ac84-ef5359e6a3e4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-587980733181611682168760", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cba2034f-852c-4db1-ac84-ef5359e6a3e4", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:89b5f238-d910-4987-9d70-0fb35c575baa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:89b5f238-d910-4987-9d70-0fb35c575baa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-436409177381232623211845", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:89b5f238-d910-4987-9d70-0fb35c575baa", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:446eaac8-1090-4493-b904-704d24dfdf64", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:446eaac8-1090-4493-b904-704d24dfdf64", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-833554595494206437966431", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:446eaac8-1090-4493-b904-704d24dfdf64", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:d053c5f6-6684-4cd5-96ba-f3c8e3eb4b9c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d053c5f6-6684-4cd5-96ba-f3c8e3eb4b9c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-242759081622276081048931", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d053c5f6-6684-4cd5-96ba-f3c8e3eb4b9c", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:69b60830-e41d-4195-a51d-379cbfd349f5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:69b60830-e41d-4195-a51d-379cbfd349f5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-911872999538912216887275", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:69b60830-e41d-4195-a51d-379cbfd349f5", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:c2c3e335-6273-4a1a-a0a7-4ea624e2f84e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c2c3e335-6273-4a1a-a0a7-4ea624e2f84e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-870664443624595941081759", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c2c3e335-6273-4a1a-a0a7-4ea624e2f84e", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:7436b146-1bde-45a1-aa88-d3b1838122f3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7436b146-1bde-45a1-aa88-d3b1838122f3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-471578787245498355160850", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7436b146-1bde-45a1-aa88-d3b1838122f3", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:31a119f0-350a-41f2-9e0e-9b1b4b7483c7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:31a119f0-350a-41f2-9e0e-9b1b4b7483c7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-154901738878014750063992", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:31a119f0-350a-41f2-9e0e-9b1b4b7483c7", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:4197b172-1f7a-4050-9ac1-bb1c6d269718", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4197b172-1f7a-4050-9ac1-bb1c6d269718", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-532517111920382510701362", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4197b172-1f7a-4050-9ac1-bb1c6d269718", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:80136286-c8d3-41cf-b73f-cd5c8d9984de", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:80136286-c8d3-41cf-b73f-cd5c8d9984de", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-954350933278480086303443", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:80136286-c8d3-41cf-b73f-cd5c8d9984de", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:9d61ab63-1e96-4d6d-9107-e43ea8e778f1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d61ab63-1e96-4d6d-9107-e43ea8e778f1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-027532923172043671025789", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9d61ab63-1e96-4d6d-9107-e43ea8e778f1", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:0eb44f8e-8432-418c-b79d-503d0cf5121d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0eb44f8e-8432-418c-b79d-503d0cf5121d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-130237290618387363773305", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0eb44f8e-8432-418c-b79d-503d0cf5121d", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:55378520-98c6-4aec-a260-e36620563581", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:55378520-98c6-4aec-a260-e36620563581", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-459656784120255495104859", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:55378520-98c6-4aec-a260-e36620563581", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:ab881f5a-0b1f-4e53-a967-1b8a0be34715", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ab881f5a-0b1f-4e53-a967-1b8a0be34715", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-595407016544261127599470", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ab881f5a-0b1f-4e53-a967-1b8a0be34715", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:6a74c61d-8d8f-4986-b4ed-1da16c88b783", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6a74c61d-8d8f-4986-b4ed-1da16c88b783", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-018177834863203666893721", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6a74c61d-8d8f-4986-b4ed-1da16c88b783", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:09b85a76-1b13-42a7-8bef-8fce6d662dad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:09b85a76-1b13-42a7-8bef-8fce6d662dad", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-416410853280515147045736", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:09b85a76-1b13-42a7-8bef-8fce6d662dad", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:9fb7c2ca-084b-4854-8864-5e7a171df085", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fb7c2ca-084b-4854-8864-5e7a171df085", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-080420896667967606045664", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9fb7c2ca-084b-4854-8864-5e7a171df085", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:c2c0001d-f001-420c-91ef-78ab0fcfea6a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c2c0001d-f001-420c-91ef-78ab0fcfea6a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-850982903487381800798077", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c2c0001d-f001-420c-91ef-78ab0fcfea6a", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:9de8c400-241a-47b2-b6f8-482d2404289d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9de8c400-241a-47b2-b6f8-482d2404289d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-482208286548998617885839", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9de8c400-241a-47b2-b6f8-482d2404289d", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:fb08778c-8847-4ee9-81fd-ca676920407f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fb08778c-8847-4ee9-81fd-ca676920407f", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-071734863694044521949226", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fb08778c-8847-4ee9-81fd-ca676920407f", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:fb08778c-8847-4ee9-81fd-ca676920407f", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-071734863694044521949226", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 3, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 65, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 76, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fb08778c-8847-4ee9-81fd-ca676920407f", - "childItems" : [ { - "catenaXId" : "urn:uuid:5037f926-126b-4e03-bcbe-bc6eb679f810", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9e00b1c8-ffd8-4ef3-899b-69adf4965edb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bc0f200c-950a-4c66-a3ea-c021aaa93a6d", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5037f926-126b-4e03-bcbe-bc6eb679f810", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:5037f926-126b-4e03-bcbe-bc6eb679f810", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5037f926-126b-4e03-bcbe-bc6eb679f810", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 18, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 2, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9e00b1c8-ffd8-4ef3-899b-69adf4965edb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e00b1c8-ffd8-4ef3-899b-69adf4965edb", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "20477V5-18", - "key" : "manufacturerPartId" - }, { - "value" : "NO-249812984404759353689600", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9e00b1c8-ffd8-4ef3-899b-69adf4965edb", - "partTypeInformation" : { - "manufacturerPartId" : "20477V5-18", - "customerPartId" : "20477V5-18", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e00b1c8-ffd8-4ef3-899b-69adf4965edb", - "childItems" : [ { - "catenaXId" : "urn:uuid:e713dabc-7c81-4ce7-93ea-2921db877901", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e713dabc-7c81-4ce7-93ea-2921db877901", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e713dabc-7c81-4ce7-93ea-2921db877901", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 6, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 54, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:bc0f200c-950a-4c66-a3ea-c021aaa93a6d", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:bc0f200c-950a-4c66-a3ea-c021aaa93a6d", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bc0f200c-950a-4c66-a3ea-c021aaa93a6d", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bc0f200c-950a-4c66-a3ea-c021aaa93a6d", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:a1274102-e9a5-4e54-8650-0fcf513d16fc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1274102-e9a5-4e54-8650-0fcf513d16fc", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "93167T9-45", - "key" : "manufacturerPartId" - }, { - "value" : "NO-456355231879836115170393", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a1274102-e9a5-4e54-8650-0fcf513d16fc", - "partTypeInformation" : { - "manufacturerPartId" : "93167T9-45", - "customerPartId" : "93167T9-45", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 49, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1274102-e9a5-4e54-8650-0fcf513d16fc", - "childItems" : [ { - "catenaXId" : "urn:uuid:4e54d07c-6fda-4dba-ba9f-3d3e56469c8a", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b117027f-1d27-4317-a415-9f0a363cae97", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:55f54680-0869-4a44-9f9a-4ba73837aab3", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4e54d07c-6fda-4dba-ba9f-3d3e56469c8a", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:4e54d07c-6fda-4dba-ba9f-3d3e56469c8a", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e54d07c-6fda-4dba-ba9f-3d3e56469c8a", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 13, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 74, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b117027f-1d27-4317-a415-9f0a363cae97", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b117027f-1d27-4317-a415-9f0a363cae97", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "63582B9-85", - "key" : "manufacturerPartId" - }, { - "value" : "NO-650424865618210415645432", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b117027f-1d27-4317-a415-9f0a363cae97", - "partTypeInformation" : { - "manufacturerPartId" : "63582B9-85", - "customerPartId" : "63582B9-85", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b117027f-1d27-4317-a415-9f0a363cae97", - "childItems" : [ { - "catenaXId" : "urn:uuid:ff7e62d9-9bc1-4c85-9b46-00372a2d4b06", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ff7e62d9-9bc1-4c85-9b46-00372a2d4b06", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ff7e62d9-9bc1-4c85-9b46-00372a2d4b06", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 8, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 87, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:55f54680-0869-4a44-9f9a-4ba73837aab3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:55f54680-0869-4a44-9f9a-4ba73837aab3", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "03437H8-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-287542153279067139983924", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:55f54680-0869-4a44-9f9a-4ba73837aab3", - "partTypeInformation" : { - "manufacturerPartId" : "03437H8-48", - "customerPartId" : "03437H8-48", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 5, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 60, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:24300d06-3a68-438f-a649-391d3344f33a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:24300d06-3a68-438f-a649-391d3344f33a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-357602394882363655963423", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:24300d06-3a68-438f-a649-391d3344f33a", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-357602394882363655963423", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 11, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 62, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 36, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-357602394882363655963423", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-357602394882363655963423", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:24300d06-3a68-438f-a649-391d3344f33a", - "childItems" : [ { - "catenaXId" : "urn:uuid:fface1f0-a9ae-4e87-a01f-339abdad8a2e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1b2d40ca-281e-4093-ad2f-0e65d3a61631", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:47f33691-8816-42e5-9929-4fea5efe7997", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:901d286f-9bac-4589-8e1e-705e941f80ed", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:85b345ea-007e-499b-9f7c-977f55f5016c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:406c95d2-a712-4479-997d-4eeb253679f1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fface1f0-a9ae-4e87-a01f-339abdad8a2e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fface1f0-a9ae-4e87-a01f-339abdad8a2e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-914358622725470596231631", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fface1f0-a9ae-4e87-a01f-339abdad8a2e", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-914358622725470596231631", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 58, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 40, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 70, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-914358622725470596231631", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fface1f0-a9ae-4e87-a01f-339abdad8a2e", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fbe5486b-0530-42bd-a007-5a24cce0300a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:11355684-9360-4a8d-81ef-e10a1442687d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5c5bb73c-2dcb-42fb-9213-3c8a6367ecbe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b3f3ef31-3681-42eb-875c-a0d84e4db2bc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:16b42c16-50d0-4b1e-bd4c-1f90100d6cc3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7bca15bf-95cb-4719-8775-cfc9ea98f127", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:53be7954-aee9-43c9-9444-aa96da840f4b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:77d2cf9d-c960-4905-8674-57fdcdf3aee3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6f1e1dd6-942c-4821-8007-7017dfee9028", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:51228bbf-6ca0-4bf0-ba26-9e5198ad9423", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fbe5486b-0530-42bd-a007-5a24cce0300a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fbe5486b-0530-42bd-a007-5a24cce0300a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-041747724273773192935556", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fbe5486b-0530-42bd-a007-5a24cce0300a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-041747724273773192935556", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fbe5486b-0530-42bd-a007-5a24cce0300a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:11355684-9360-4a8d-81ef-e10a1442687d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:11355684-9360-4a8d-81ef-e10a1442687d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-372819384009760969797582", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:11355684-9360-4a8d-81ef-e10a1442687d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-372819384009760969797582", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:11355684-9360-4a8d-81ef-e10a1442687d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5c5bb73c-2dcb-42fb-9213-3c8a6367ecbe", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c5bb73c-2dcb-42fb-9213-3c8a6367ecbe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-075607403122759326703444", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5c5bb73c-2dcb-42fb-9213-3c8a6367ecbe", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-075607403122759326703444", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c5bb73c-2dcb-42fb-9213-3c8a6367ecbe", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-06-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b3f3ef31-3681-42eb-875c-a0d84e4db2bc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3f3ef31-3681-42eb-875c-a0d84e4db2bc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-286983728426061976094482", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b3f3ef31-3681-42eb-875c-a0d84e4db2bc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-286983728426061976094482", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3f3ef31-3681-42eb-875c-a0d84e4db2bc", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:16b42c16-50d0-4b1e-bd4c-1f90100d6cc3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:16b42c16-50d0-4b1e-bd4c-1f90100d6cc3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-623407323669268193631959", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:16b42c16-50d0-4b1e-bd4c-1f90100d6cc3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-623407323669268193631959", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:16b42c16-50d0-4b1e-bd4c-1f90100d6cc3", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7bca15bf-95cb-4719-8775-cfc9ea98f127", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7bca15bf-95cb-4719-8775-cfc9ea98f127", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-599523398458147067253405", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7bca15bf-95cb-4719-8775-cfc9ea98f127", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-599523398458147067253405", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7bca15bf-95cb-4719-8775-cfc9ea98f127", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-11-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:53be7954-aee9-43c9-9444-aa96da840f4b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:53be7954-aee9-43c9-9444-aa96da840f4b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-691221266491150285582348", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:53be7954-aee9-43c9-9444-aa96da840f4b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-691221266491150285582348", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:53be7954-aee9-43c9-9444-aa96da840f4b", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:77d2cf9d-c960-4905-8674-57fdcdf3aee3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:77d2cf9d-c960-4905-8674-57fdcdf3aee3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-461480813781399746673447", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:77d2cf9d-c960-4905-8674-57fdcdf3aee3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-461480813781399746673447", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:77d2cf9d-c960-4905-8674-57fdcdf3aee3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6f1e1dd6-942c-4821-8007-7017dfee9028", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6f1e1dd6-942c-4821-8007-7017dfee9028", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-822026394092394457203091", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6f1e1dd6-942c-4821-8007-7017dfee9028", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-822026394092394457203091", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6f1e1dd6-942c-4821-8007-7017dfee9028", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:51228bbf-6ca0-4bf0-ba26-9e5198ad9423", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:51228bbf-6ca0-4bf0-ba26-9e5198ad9423", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-045116209561513297415931", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:51228bbf-6ca0-4bf0-ba26-9e5198ad9423", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-045116209561513297415931", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:51228bbf-6ca0-4bf0-ba26-9e5198ad9423", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1b2d40ca-281e-4093-ad2f-0e65d3a61631", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1b2d40ca-281e-4093-ad2f-0e65d3a61631", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-607248485111714359512607", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1b2d40ca-281e-4093-ad2f-0e65d3a61631", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-607248485111714359512607", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 51, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 17, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 4, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-607248485111714359512607", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1b2d40ca-281e-4093-ad2f-0e65d3a61631", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:59dc1995-5264-43c9-b83c-63a960473224", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c3366018-ec96-46cf-9fca-f2601e243813", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4d4e1302-2299-4edc-aaeb-f9a39dd19e99", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e6bdf36c-a1a6-4d34-9c3b-4b5e099fa770", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:024eb431-8e0d-4139-b568-e03dc62c5c03", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cbb220d2-3e32-40ea-83bb-3c03b30a3445", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:de64564c-129b-4d1c-90a2-abb73297502c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3ff2951b-b247-4530-9b56-da6608290fca", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:646853b6-a0d3-4a11-b71c-e3458b5c784e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4331d1b9-ab40-4378-9756-28c9a3dab990", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:59dc1995-5264-43c9-b83c-63a960473224", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:59dc1995-5264-43c9-b83c-63a960473224", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-379688396647981562082819", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:59dc1995-5264-43c9-b83c-63a960473224", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-379688396647981562082819", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:59dc1995-5264-43c9-b83c-63a960473224", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c3366018-ec96-46cf-9fca-f2601e243813", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3366018-ec96-46cf-9fca-f2601e243813", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-681600937763032427786388", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c3366018-ec96-46cf-9fca-f2601e243813", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-681600937763032427786388", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3366018-ec96-46cf-9fca-f2601e243813", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4d4e1302-2299-4edc-aaeb-f9a39dd19e99", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d4e1302-2299-4edc-aaeb-f9a39dd19e99", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-792544771910157913793489", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4d4e1302-2299-4edc-aaeb-f9a39dd19e99", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-792544771910157913793489", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d4e1302-2299-4edc-aaeb-f9a39dd19e99", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e6bdf36c-a1a6-4d34-9c3b-4b5e099fa770", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e6bdf36c-a1a6-4d34-9c3b-4b5e099fa770", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-824573760969254134442866", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e6bdf36c-a1a6-4d34-9c3b-4b5e099fa770", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-824573760969254134442866", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e6bdf36c-a1a6-4d34-9c3b-4b5e099fa770", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-02-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:024eb431-8e0d-4139-b568-e03dc62c5c03", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:024eb431-8e0d-4139-b568-e03dc62c5c03", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-417476916524030842428586", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:024eb431-8e0d-4139-b568-e03dc62c5c03", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-417476916524030842428586", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:024eb431-8e0d-4139-b568-e03dc62c5c03", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cbb220d2-3e32-40ea-83bb-3c03b30a3445", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cbb220d2-3e32-40ea-83bb-3c03b30a3445", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-786906752752783455355577", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cbb220d2-3e32-40ea-83bb-3c03b30a3445", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-786906752752783455355577", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cbb220d2-3e32-40ea-83bb-3c03b30a3445", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:de64564c-129b-4d1c-90a2-abb73297502c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:de64564c-129b-4d1c-90a2-abb73297502c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-607212909096129629591408", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:de64564c-129b-4d1c-90a2-abb73297502c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-607212909096129629591408", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:de64564c-129b-4d1c-90a2-abb73297502c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3ff2951b-b247-4530-9b56-da6608290fca", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ff2951b-b247-4530-9b56-da6608290fca", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-414283036197115464675025", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3ff2951b-b247-4530-9b56-da6608290fca", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-414283036197115464675025", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3ff2951b-b247-4530-9b56-da6608290fca", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:646853b6-a0d3-4a11-b71c-e3458b5c784e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:646853b6-a0d3-4a11-b71c-e3458b5c784e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-215167847024599363200791", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:646853b6-a0d3-4a11-b71c-e3458b5c784e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-215167847024599363200791", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:646853b6-a0d3-4a11-b71c-e3458b5c784e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4331d1b9-ab40-4378-9756-28c9a3dab990", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4331d1b9-ab40-4378-9756-28c9a3dab990", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-304537497149479605076920", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4331d1b9-ab40-4378-9756-28c9a3dab990", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-304537497149479605076920", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4331d1b9-ab40-4378-9756-28c9a3dab990", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:47f33691-8816-42e5-9929-4fea5efe7997", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:47f33691-8816-42e5-9929-4fea5efe7997", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-759804689795433996655000", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:47f33691-8816-42e5-9929-4fea5efe7997", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-759804689795433996655000", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 54, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 61, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 1, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-759804689795433996655000", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:47f33691-8816-42e5-9929-4fea5efe7997", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:84bb2b85-38fc-4eaf-8ba3-ec230d9f1e78", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4a2792bd-e66f-4b4b-8979-0d0909f14e3c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8329f40a-4fb1-412c-86c6-40a32c69d8cf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8fa10f09-c199-4696-8272-3ce1191795c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2af06310-75b5-4a80-b871-c1726b2bc6b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ccf4be57-9e2d-47c8-bb2f-665108f6210e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9c25ef4f-42e9-4a70-b9ee-a00d49911a5a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a9756fc7-ef0b-4c9d-9eee-aa5cfda737d8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:598a2145-7c2e-492e-a25d-2f478244761b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b40e6381-2db5-49fc-b7b5-ed04fec6ea1f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:84bb2b85-38fc-4eaf-8ba3-ec230d9f1e78", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:84bb2b85-38fc-4eaf-8ba3-ec230d9f1e78", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-809216348998406721738822", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:84bb2b85-38fc-4eaf-8ba3-ec230d9f1e78", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-809216348998406721738822", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:84bb2b85-38fc-4eaf-8ba3-ec230d9f1e78", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4a2792bd-e66f-4b4b-8979-0d0909f14e3c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a2792bd-e66f-4b4b-8979-0d0909f14e3c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-329241305829007609062195", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a2792bd-e66f-4b4b-8979-0d0909f14e3c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-329241305829007609062195", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a2792bd-e66f-4b4b-8979-0d0909f14e3c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8329f40a-4fb1-412c-86c6-40a32c69d8cf", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8329f40a-4fb1-412c-86c6-40a32c69d8cf", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-683918178146511495684087", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8329f40a-4fb1-412c-86c6-40a32c69d8cf", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-683918178146511495684087", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8329f40a-4fb1-412c-86c6-40a32c69d8cf", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8fa10f09-c199-4696-8272-3ce1191795c6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8fa10f09-c199-4696-8272-3ce1191795c6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-754058298675384617617258", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8fa10f09-c199-4696-8272-3ce1191795c6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-754058298675384617617258", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8fa10f09-c199-4696-8272-3ce1191795c6", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2af06310-75b5-4a80-b871-c1726b2bc6b9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2af06310-75b5-4a80-b871-c1726b2bc6b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-996077386142948777755835", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2af06310-75b5-4a80-b871-c1726b2bc6b9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-996077386142948777755835", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2af06310-75b5-4a80-b871-c1726b2bc6b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ccf4be57-9e2d-47c8-bb2f-665108f6210e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ccf4be57-9e2d-47c8-bb2f-665108f6210e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-927277341079643718681960", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ccf4be57-9e2d-47c8-bb2f-665108f6210e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-927277341079643718681960", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ccf4be57-9e2d-47c8-bb2f-665108f6210e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9c25ef4f-42e9-4a70-b9ee-a00d49911a5a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c25ef4f-42e9-4a70-b9ee-a00d49911a5a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-872650939977791241393042", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9c25ef4f-42e9-4a70-b9ee-a00d49911a5a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-872650939977791241393042", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9c25ef4f-42e9-4a70-b9ee-a00d49911a5a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a9756fc7-ef0b-4c9d-9eee-aa5cfda737d8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9756fc7-ef0b-4c9d-9eee-aa5cfda737d8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-508399874897290042146500", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a9756fc7-ef0b-4c9d-9eee-aa5cfda737d8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-508399874897290042146500", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9756fc7-ef0b-4c9d-9eee-aa5cfda737d8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:598a2145-7c2e-492e-a25d-2f478244761b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:598a2145-7c2e-492e-a25d-2f478244761b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-885857240978990281606474", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:598a2145-7c2e-492e-a25d-2f478244761b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-885857240978990281606474", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:598a2145-7c2e-492e-a25d-2f478244761b", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b40e6381-2db5-49fc-b7b5-ed04fec6ea1f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b40e6381-2db5-49fc-b7b5-ed04fec6ea1f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-153552586661420955805558", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b40e6381-2db5-49fc-b7b5-ed04fec6ea1f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-153552586661420955805558", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b40e6381-2db5-49fc-b7b5-ed04fec6ea1f", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:901d286f-9bac-4589-8e1e-705e941f80ed", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:901d286f-9bac-4589-8e1e-705e941f80ed", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-561209095664010468545059", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:901d286f-9bac-4589-8e1e-705e941f80ed", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-561209095664010468545059", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 83, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 54, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 44, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-561209095664010468545059", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:901d286f-9bac-4589-8e1e-705e941f80ed", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2a985696-c732-478a-ba23-7056065fb126", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a60496b7-5e78-492d-b8a6-cb179853af5b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b9b4d0b3-fda7-4a46-ae57-85d970fdaf45", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:51a4c6d5-3a06-470d-a0f7-73c1aa0a648e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:75eeb144-c53d-4dc9-8c7a-424c18de02bc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:106ed756-ce9a-41d1-90a0-0255577d5db7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2870a426-6870-4786-a7dc-814c8bd029b6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ffe151a1-b88e-4880-b175-f697cc24cae0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8e68be98-b94e-4919-8760-2c6c5201f839", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9a235518-f4bd-4eb7-8fa4-672e08a2f253", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2a985696-c732-478a-ba23-7056065fb126", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2a985696-c732-478a-ba23-7056065fb126", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-861734481758840234623401", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2a985696-c732-478a-ba23-7056065fb126", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-861734481758840234623401", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2a985696-c732-478a-ba23-7056065fb126", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a60496b7-5e78-492d-b8a6-cb179853af5b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a60496b7-5e78-492d-b8a6-cb179853af5b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-919770541743119065038242", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a60496b7-5e78-492d-b8a6-cb179853af5b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-919770541743119065038242", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a60496b7-5e78-492d-b8a6-cb179853af5b", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-07-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b9b4d0b3-fda7-4a46-ae57-85d970fdaf45", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9b4d0b3-fda7-4a46-ae57-85d970fdaf45", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-851808696497435952203673", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b9b4d0b3-fda7-4a46-ae57-85d970fdaf45", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-851808696497435952203673", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9b4d0b3-fda7-4a46-ae57-85d970fdaf45", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-06-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:51a4c6d5-3a06-470d-a0f7-73c1aa0a648e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:51a4c6d5-3a06-470d-a0f7-73c1aa0a648e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-795781846008308621244301", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:51a4c6d5-3a06-470d-a0f7-73c1aa0a648e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-795781846008308621244301", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:51a4c6d5-3a06-470d-a0f7-73c1aa0a648e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:75eeb144-c53d-4dc9-8c7a-424c18de02bc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:75eeb144-c53d-4dc9-8c7a-424c18de02bc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-773194260368257008224781", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:75eeb144-c53d-4dc9-8c7a-424c18de02bc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-773194260368257008224781", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:75eeb144-c53d-4dc9-8c7a-424c18de02bc", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:106ed756-ce9a-41d1-90a0-0255577d5db7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:106ed756-ce9a-41d1-90a0-0255577d5db7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-471857436617759824760971", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:106ed756-ce9a-41d1-90a0-0255577d5db7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-471857436617759824760971", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:106ed756-ce9a-41d1-90a0-0255577d5db7", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2870a426-6870-4786-a7dc-814c8bd029b6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2870a426-6870-4786-a7dc-814c8bd029b6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-477294933096127199776559", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2870a426-6870-4786-a7dc-814c8bd029b6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-477294933096127199776559", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2870a426-6870-4786-a7dc-814c8bd029b6", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ffe151a1-b88e-4880-b175-f697cc24cae0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ffe151a1-b88e-4880-b175-f697cc24cae0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-523089548350950880420386", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ffe151a1-b88e-4880-b175-f697cc24cae0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-523089548350950880420386", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ffe151a1-b88e-4880-b175-f697cc24cae0", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8e68be98-b94e-4919-8760-2c6c5201f839", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e68be98-b94e-4919-8760-2c6c5201f839", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-684750686925069917536535", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8e68be98-b94e-4919-8760-2c6c5201f839", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-684750686925069917536535", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e68be98-b94e-4919-8760-2c6c5201f839", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9a235518-f4bd-4eb7-8fa4-672e08a2f253", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a235518-f4bd-4eb7-8fa4-672e08a2f253", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-691669853509420894540415", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9a235518-f4bd-4eb7-8fa4-672e08a2f253", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-691669853509420894540415", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a235518-f4bd-4eb7-8fa4-672e08a2f253", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:85b345ea-007e-499b-9f7c-977f55f5016c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:85b345ea-007e-499b-9f7c-977f55f5016c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-791811756401939851716447", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:85b345ea-007e-499b-9f7c-977f55f5016c", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-791811756401939851716447", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 78, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 46, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 82, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-791811756401939851716447", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:85b345ea-007e-499b-9f7c-977f55f5016c", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e4c981d5-b835-40c4-8f49-8b64ca2c22fb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6096c58f-dc05-40b2-a752-3af4a20e39a8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e9a9f200-366f-4678-a899-6ad5e115393f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:542f2c52-71e2-4bec-817a-3949a2a04670", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0508d0ed-2a19-44fa-9cf5-ef3ef3b05949", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6b0dde4a-0784-4d73-a6f3-382430b029e6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:756e2c00-c6c0-4f6f-8833-5f0fa96d4601", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ab7120c1-ce0e-45c8-82b4-ffdd4b909ff4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1d8e2bf3-069f-49dc-bb4c-bd12e0e87ad9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:15696036-8fb6-4618-ad6a-6b39de4a4e9c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e4c981d5-b835-40c4-8f49-8b64ca2c22fb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e4c981d5-b835-40c4-8f49-8b64ca2c22fb", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-379324318186827109393522", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e4c981d5-b835-40c4-8f49-8b64ca2c22fb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-379324318186827109393522", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e4c981d5-b835-40c4-8f49-8b64ca2c22fb", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6096c58f-dc05-40b2-a752-3af4a20e39a8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6096c58f-dc05-40b2-a752-3af4a20e39a8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-304234983641658171218754", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6096c58f-dc05-40b2-a752-3af4a20e39a8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-304234983641658171218754", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6096c58f-dc05-40b2-a752-3af4a20e39a8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e9a9f200-366f-4678-a899-6ad5e115393f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9a9f200-366f-4678-a899-6ad5e115393f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-585490180234655643834984", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e9a9f200-366f-4678-a899-6ad5e115393f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-585490180234655643834984", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9a9f200-366f-4678-a899-6ad5e115393f", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:542f2c52-71e2-4bec-817a-3949a2a04670", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:542f2c52-71e2-4bec-817a-3949a2a04670", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-711917145554254606555433", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:542f2c52-71e2-4bec-817a-3949a2a04670", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-711917145554254606555433", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:542f2c52-71e2-4bec-817a-3949a2a04670", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0508d0ed-2a19-44fa-9cf5-ef3ef3b05949", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0508d0ed-2a19-44fa-9cf5-ef3ef3b05949", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-727715535964460992128711", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0508d0ed-2a19-44fa-9cf5-ef3ef3b05949", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-727715535964460992128711", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0508d0ed-2a19-44fa-9cf5-ef3ef3b05949", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6b0dde4a-0784-4d73-a6f3-382430b029e6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6b0dde4a-0784-4d73-a6f3-382430b029e6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-847096905301109064431798", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6b0dde4a-0784-4d73-a6f3-382430b029e6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-847096905301109064431798", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6b0dde4a-0784-4d73-a6f3-382430b029e6", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:756e2c00-c6c0-4f6f-8833-5f0fa96d4601", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:756e2c00-c6c0-4f6f-8833-5f0fa96d4601", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-183043382453864830433590", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:756e2c00-c6c0-4f6f-8833-5f0fa96d4601", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-183043382453864830433590", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:756e2c00-c6c0-4f6f-8833-5f0fa96d4601", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-06-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ab7120c1-ce0e-45c8-82b4-ffdd4b909ff4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ab7120c1-ce0e-45c8-82b4-ffdd4b909ff4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-767997020168053612980831", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ab7120c1-ce0e-45c8-82b4-ffdd4b909ff4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-767997020168053612980831", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ab7120c1-ce0e-45c8-82b4-ffdd4b909ff4", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1d8e2bf3-069f-49dc-bb4c-bd12e0e87ad9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d8e2bf3-069f-49dc-bb4c-bd12e0e87ad9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-285189683117602629291003", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1d8e2bf3-069f-49dc-bb4c-bd12e0e87ad9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-285189683117602629291003", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d8e2bf3-069f-49dc-bb4c-bd12e0e87ad9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:15696036-8fb6-4618-ad6a-6b39de4a4e9c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:15696036-8fb6-4618-ad6a-6b39de4a4e9c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-743793803912879512778681", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:15696036-8fb6-4618-ad6a-6b39de4a4e9c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-743793803912879512778681", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:15696036-8fb6-4618-ad6a-6b39de4a4e9c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:406c95d2-a712-4479-997d-4eeb253679f1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:406c95d2-a712-4479-997d-4eeb253679f1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-521735133087947889044087", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:406c95d2-a712-4479-997d-4eeb253679f1", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-521735133087947889044087", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 36, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 88, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 21, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-521735133087947889044087", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:406c95d2-a712-4479-997d-4eeb253679f1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2f4ad2ce-432b-461a-a344-f87fd9e8bb55", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e855cd61-462e-4d09-bac6-dac4ac812ba1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9e3582f1-9373-4fa9-a65b-23880c3fed8f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d99211ab-37b5-4ccc-a9d5-1f9bc0b25886", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:50028026-fb8d-4335-9f92-da6629582dd3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f4a81aa9-bc82-47f4-bfce-1729c8af5a88", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4bf1197c-594d-44ac-869d-8443e6ecfcc5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:802a10a6-1300-4206-85e7-2303b97d5ba4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dd76cfbc-d8cc-4b22-bdae-3cd6210c78ac", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1ecebe1e-6a93-4d50-93d1-2ab751c42b57", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2f4ad2ce-432b-461a-a344-f87fd9e8bb55", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f4ad2ce-432b-461a-a344-f87fd9e8bb55", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-647956012284176082498611", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2f4ad2ce-432b-461a-a344-f87fd9e8bb55", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-647956012284176082498611", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f4ad2ce-432b-461a-a344-f87fd9e8bb55", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e855cd61-462e-4d09-bac6-dac4ac812ba1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e855cd61-462e-4d09-bac6-dac4ac812ba1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-365416146919366105019141", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e855cd61-462e-4d09-bac6-dac4ac812ba1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-365416146919366105019141", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e855cd61-462e-4d09-bac6-dac4ac812ba1", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9e3582f1-9373-4fa9-a65b-23880c3fed8f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e3582f1-9373-4fa9-a65b-23880c3fed8f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-917422183556967406098957", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9e3582f1-9373-4fa9-a65b-23880c3fed8f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-917422183556967406098957", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e3582f1-9373-4fa9-a65b-23880c3fed8f", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-04-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d99211ab-37b5-4ccc-a9d5-1f9bc0b25886", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d99211ab-37b5-4ccc-a9d5-1f9bc0b25886", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-217014747594941486046110", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d99211ab-37b5-4ccc-a9d5-1f9bc0b25886", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-217014747594941486046110", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d99211ab-37b5-4ccc-a9d5-1f9bc0b25886", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:50028026-fb8d-4335-9f92-da6629582dd3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:50028026-fb8d-4335-9f92-da6629582dd3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-615228801753106110637362", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:50028026-fb8d-4335-9f92-da6629582dd3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-615228801753106110637362", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:50028026-fb8d-4335-9f92-da6629582dd3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f4a81aa9-bc82-47f4-bfce-1729c8af5a88", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f4a81aa9-bc82-47f4-bfce-1729c8af5a88", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-095523281463499941091483", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f4a81aa9-bc82-47f4-bfce-1729c8af5a88", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-095523281463499941091483", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f4a81aa9-bc82-47f4-bfce-1729c8af5a88", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4bf1197c-594d-44ac-869d-8443e6ecfcc5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4bf1197c-594d-44ac-869d-8443e6ecfcc5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-208508545643792877106906", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4bf1197c-594d-44ac-869d-8443e6ecfcc5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-208508545643792877106906", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4bf1197c-594d-44ac-869d-8443e6ecfcc5", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-03-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:802a10a6-1300-4206-85e7-2303b97d5ba4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:802a10a6-1300-4206-85e7-2303b97d5ba4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-219075915111166163303319", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:802a10a6-1300-4206-85e7-2303b97d5ba4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-219075915111166163303319", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:802a10a6-1300-4206-85e7-2303b97d5ba4", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-12-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dd76cfbc-d8cc-4b22-bdae-3cd6210c78ac", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dd76cfbc-d8cc-4b22-bdae-3cd6210c78ac", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-154150235290576676820810", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dd76cfbc-d8cc-4b22-bdae-3cd6210c78ac", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-154150235290576676820810", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dd76cfbc-d8cc-4b22-bdae-3cd6210c78ac", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1ecebe1e-6a93-4d50-93d1-2ab751c42b57", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ecebe1e-6a93-4d50-93d1-2ab751c42b57", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-717827008880942033613979", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1ecebe1e-6a93-4d50-93d1-2ab751c42b57", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-717827008880942033613979", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1ecebe1e-6a93-4d50-93d1-2ab751c42b57", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Van", - "catenaXId" : "urn:uuid:cad1c00f-3eaf-4e2f-a794-ab4a4f791c09", - "engine" : { - "size" : 2998, - "power" : 152 - }, - "emptyWeight" : 1.79, - "fuel" : "Benzin/Flüssiggas", - "vehicleModel" : "Vehicle Hybrid", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "A248B", - "description" : "steering wheel heating", - "group" : "special equipment" - }, { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "S218A", - "description" : "sport automatic transmission", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2020-06-20", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:cad1c00f-3eaf-4e2f-a794-ab4a4f791c09", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "FZ-83", - "key" : "manufacturerPartId" - }, { - "value" : "OMAIQPVYVMJASTYXG", - "key" : "partInstanceId" - }, { - "value" : "OMAIQPVYVMJASTYXG", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2012-12-21T05:15:14.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cad1c00f-3eaf-4e2f-a794-ab4a4f791c09", - "partTypeInformation" : { - "manufacturerPartId" : "FZ-83", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Hybrid" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 4, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 72, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 48, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 36, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 64, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 44, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 33, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 74, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 14, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 45, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.certificate_of_destruction:1.0.1#CertificateOfDestruction" : [ { - "catenaXId" : "urn:uuid:cad1c00f-3eaf-4e2f-a794-ab4a4f791c09", - "dismantlerProperties" : { - "expiryDate" : "2023-03-14", - "governmentAddress" : { - "zip" : "68161/12", - "country" : "UR", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "VLhpfQGTMDYpsBZxvfBoeygjb", - "location" : "Mannheim" - }, - "dismantlerAuditorContact" : { - "phone" : "+908 0984", - "fax" : "2118145186333995599 4455362573 92903453" - }, - "receiverAuditorAddress" : { - "zip" : "68161/12", - "country" : "AR", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "location" : "Mannheim" - }, - "dismantlerContact" : { - "phone" : " 0437170 59659481408170668550001606181190496817797071900 16680 7 6926221384 05844893247741871 583", - "fax" : "29 013 2258035667 5403" - }, - "dismantlerAuditorAddress" : { - "zip" : "68161/12", - "country" : "GI", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "dpHYZGhtgdntugzvvKAXLhM", - "location" : "Mannheim" - }, - "dismantlerAddress" : { - "zip" : "68161/12", - "country" : "KQ", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "RYtGKbgicZaHCBRQDSx", - "location" : "Mannheim" - }, - "issueDate" : "2023-03-14", - "isVehicleWithdrawnFromService" : false - }, - "serialNumber" : "LRP1087432", - "companyNumber" : "S30A00065", - "vehicleProperties" : { - "licenseAbbreviation" : "HAL", - "isVehicleInformationComplete" : false, - "licensePlate" : "HAL-UI123", - "identification" : "WBAAY711X0KC28153", - "emptyWeight" : -17, - "model" : "318 I", - "brand" : "BMW", - "class" : "01", - "firstRegistration" : "19.12.2014" - }, - "returnPointProperties" : { - "expiryDate" : "2023-03-14", - "receiverAddress" : { - "zip" : "68161/12", - "country" : "RV", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "JxkyvRnL", - "location" : "Mannheim" - }, - "receiverAuditorAddress" : { - "zip" : "68161/12", - "country" : "ZE", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "Mannheim" - }, - "receiverAuditorContact" : { - "phone" : "331526303180940 34307479 92660 38225647 520855838909 01 8 72520515310573752386", - "fax" : "60298704457507 9 8577 76" - }, - "receiverContact" : { - "phone" : "+5585 6 2026 20021538 2747306418525503392771787 089739266209007778 279967117", - "fax" : "4270096015 4309445925080622016597027979396859783 08514571099764 9" - }, - "issueDate" : "2023-03-14", - "isVehicleWithdrawnFromService" : true - }, - "vehicleOwnerProperties" : { - "isVehicleOwnerInformationComplete" : true, - "vehicleOwnerAddress" : { - "zip" : "68161/12", - "country" : "DI", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "Mannheim" - }, - "citizenship" : "DE" - }, - "dismantlingDate" : "2023-03-14" - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cad1c00f-3eaf-4e2f-a794-ab4a4f791c09", - "childItems" : [ { - "catenaXId" : "urn:uuid:37f8dd16-e46a-4da6-a5f7-e3b1207b5c67", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:58abeda6-c862-4ff3-a96f-d7713f306357", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6692aa18-f008-4b66-a7b8-c67cae22712c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b66328b6-3bc2-4d4a-a5f4-bae2ecf0b27f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d4e71929-2a4e-408c-97cd-d6a197b64dae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:db105319-7a7c-4d03-8411-b5599cf978cf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:310dcd1d-0e74-4c7e-8325-b69b73fab815", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:28f7eb5e-29ec-442b-92f5-7695215c92a6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c9c6ba58-461a-4e48-b566-a386c76dd401", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c094e2e2-fad2-4797-962a-4cb66c5413bd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f5f7b55e-8849-44c5-b69e-522f6eab64c0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:36330b9f-088e-42f6-9a3a-da954cbc7066", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7da6280c-e54f-4174-9c9c-c6715bb6de46", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ccc65f8-1923-411d-a2cb-971a5228c6ab", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a3ebe5d7-a9af-4639-b9c5-31b8d8cdf7e6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a9600acc-4027-40b1-a836-f7964f54e5ba", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2316af9f-c89f-4bd6-b41c-8418dfb05956", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6377c19e-fb9a-4d0d-ad5b-c3a116d82166", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2bf0d311-69aa-4a01-8aed-425f1f45101e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bb3b1819-f38e-4b58-acc7-933ecff961d5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:62a77e8e-4083-40e1-bc78-39fc98a4c3be", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:575e83de-7136-47ad-a7a6-f7fcb7bb6306", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6143592c-cbc9-4844-8334-09e8c6ede2cd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1c287955-2590-493d-ad65-85df03e4c537", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f1682712-a059-4faa-9641-d0adba4010ce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:40863d7c-e844-423b-888e-9186552ca411", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b82d3f04-f880-4a4e-bf79-2fda1e748478", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e09816a9-c9b7-482a-bcec-a5a395d826f0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:72e58480-989e-43dd-959b-304f5ab03814", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ef1ed838-8466-4d9f-b298-be2ed66a06cd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6a34deb9-33f8-45eb-94cd-3af66fa5b81f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2196ecdc-6970-45e8-9d29-b9d3fed8c9cb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6431e434-f2ca-48dc-9b96-3356754f2fc9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c0e12fe4-c506-46a8-a0c6-f5df6cb689b0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:091c6059-e0d0-4e96-a62c-a33a6a55dc01", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:37f8dd16-e46a-4da6-a5f7-e3b1207b5c67", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:37f8dd16-e46a-4da6-a5f7-e3b1207b5c67", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "10030939-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-250669967205868662791705", - "key" : "partInstanceId" - }, { - "value" : "Company 7", - "key" : "company" - }, { - "value" : "Brand 7", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:37f8dd16-e46a-4da6-a5f7-e3b1207b5c67", - "partTypeInformation" : { - "manufacturerPartId" : "10030939-59", - "customerPartId" : "10030939-59", - "classification" : "component", - "nameAtManufacturer" : "Engine", - "nameAtCustomer" : "Engine" - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 560, - "width" : 762, - "length" : 843, - "weight" : 180, - "height" : 711 - } - } ] - }, { - "catenaXId" : "urn:uuid:58abeda6-c862-4ff3-a96f-d7713f306357", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:58abeda6-c862-4ff3-a96f-d7713f306357", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "32494586-73", - "key" : "manufacturerPartId" - }, { - "value" : "NO-929918390555704208453545", - "key" : "partInstanceId" - }, { - "value" : "Company 8", - "key" : "company" - }, { - "value" : "Brand 8", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:58abeda6-c862-4ff3-a96f-d7713f306357", - "partTypeInformation" : { - "manufacturerPartId" : "32494586-73", - "customerPartId" : "32494586-73", - "classification" : "component", - "nameAtManufacturer" : "Differential Gear", - "nameAtCustomer" : "Differential Gear" - } - } ] - }, { - "catenaXId" : "urn:uuid:6692aa18-f008-4b66-a7b8-c67cae22712c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6692aa18-f008-4b66-a7b8-c67cae22712c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "67034319-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-358876240866703158292153", - "key" : "partInstanceId" - }, { - "value" : "Company 9", - "key" : "company" - }, { - "value" : "Brand 9", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6692aa18-f008-4b66-a7b8-c67cae22712c", - "partTypeInformation" : { - "manufacturerPartId" : "67034319-44", - "customerPartId" : "67034319-44", - "classification" : "component", - "nameAtManufacturer" : "Turbocharger", - "nameAtCustomer" : "Turbocharger" - } - } ] - }, { - "catenaXId" : "urn:uuid:b66328b6-3bc2-4d4a-a5f4-bae2ecf0b27f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b66328b6-3bc2-4d4a-a5f4-bae2ecf0b27f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-708807422614811119789141", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b66328b6-3bc2-4d4a-a5f4-bae2ecf0b27f", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:d4e71929-2a4e-408c-97cd-d6a197b64dae", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d4e71929-2a4e-408c-97cd-d6a197b64dae", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-548152225627952651741184", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d4e71929-2a4e-408c-97cd-d6a197b64dae", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d4e71929-2a4e-408c-97cd-d6a197b64dae", - "childItems" : [ { - "catenaXId" : "urn:uuid:478fc95f-ab39-4259-8ccc-3d2c83a2de42", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:478fc95f-ab39-4259-8ccc-3d2c83a2de42", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:478fc95f-ab39-4259-8ccc-3d2c83a2de42", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-597607952460998744289291", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:478fc95f-ab39-4259-8ccc-3d2c83a2de42", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "79430134XVF", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:478fc95f-ab39-4259-8ccc-3d2c83a2de42", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:db105319-7a7c-4d03-8411-b5599cf978cf", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:db105319-7a7c-4d03-8411-b5599cf978cf", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-311001225809671534036657", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:db105319-7a7c-4d03-8411-b5599cf978cf", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:db105319-7a7c-4d03-8411-b5599cf978cf", - "childItems" : [ { - "catenaXId" : "urn:uuid:1b22d6db-f87c-49db-99fd-319c2c569a8c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:1b22d6db-f87c-49db-99fd-319c2c569a8c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1b22d6db-f87c-49db-99fd-319c2c569a8c", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-549537330777980234566019", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1b22d6db-f87c-49db-99fd-319c2c569a8c", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "12071570OAX", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:1b22d6db-f87c-49db-99fd-319c2c569a8c", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:310dcd1d-0e74-4c7e-8325-b69b73fab815", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:310dcd1d-0e74-4c7e-8325-b69b73fab815", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-226947554132569006155450", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:310dcd1d-0e74-4c7e-8325-b69b73fab815", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:28f7eb5e-29ec-442b-92f5-7695215c92a6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:28f7eb5e-29ec-442b-92f5-7695215c92a6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-364076294729785598301420", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:28f7eb5e-29ec-442b-92f5-7695215c92a6", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:c9c6ba58-461a-4e48-b566-a386c76dd401", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c9c6ba58-461a-4e48-b566-a386c76dd401", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-663416666657765538257599", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c9c6ba58-461a-4e48-b566-a386c76dd401", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:c094e2e2-fad2-4797-962a-4cb66c5413bd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c094e2e2-fad2-4797-962a-4cb66c5413bd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-726016386978577428840751", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c094e2e2-fad2-4797-962a-4cb66c5413bd", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:f5f7b55e-8849-44c5-b69e-522f6eab64c0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f5f7b55e-8849-44c5-b69e-522f6eab64c0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-580842161986567691513978", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f5f7b55e-8849-44c5-b69e-522f6eab64c0", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:36330b9f-088e-42f6-9a3a-da954cbc7066", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:36330b9f-088e-42f6-9a3a-da954cbc7066", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-213558887127330755907950", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:36330b9f-088e-42f6-9a3a-da954cbc7066", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:7da6280c-e54f-4174-9c9c-c6715bb6de46", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7da6280c-e54f-4174-9c9c-c6715bb6de46", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-817264472976751262239738", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7da6280c-e54f-4174-9c9c-c6715bb6de46", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:7ccc65f8-1923-411d-a2cb-971a5228c6ab", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ccc65f8-1923-411d-a2cb-971a5228c6ab", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-163080487855757181850927", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ccc65f8-1923-411d-a2cb-971a5228c6ab", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:a3ebe5d7-a9af-4639-b9c5-31b8d8cdf7e6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3ebe5d7-a9af-4639-b9c5-31b8d8cdf7e6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-258748322609153665117442", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a3ebe5d7-a9af-4639-b9c5-31b8d8cdf7e6", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:a9600acc-4027-40b1-a836-f7964f54e5ba", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a9600acc-4027-40b1-a836-f7964f54e5ba", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-730897821357825286406550", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a9600acc-4027-40b1-a836-f7964f54e5ba", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:2316af9f-c89f-4bd6-b41c-8418dfb05956", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2316af9f-c89f-4bd6-b41c-8418dfb05956", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-168983068333433746061878", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2316af9f-c89f-4bd6-b41c-8418dfb05956", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:6377c19e-fb9a-4d0d-ad5b-c3a116d82166", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6377c19e-fb9a-4d0d-ad5b-c3a116d82166", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-165991715998602014492403", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6377c19e-fb9a-4d0d-ad5b-c3a116d82166", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:2bf0d311-69aa-4a01-8aed-425f1f45101e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bf0d311-69aa-4a01-8aed-425f1f45101e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-743373552224812792408496", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2bf0d311-69aa-4a01-8aed-425f1f45101e", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:bb3b1819-f38e-4b58-acc7-933ecff961d5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb3b1819-f38e-4b58-acc7-933ecff961d5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-633523205639680121669046", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bb3b1819-f38e-4b58-acc7-933ecff961d5", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:62a77e8e-4083-40e1-bc78-39fc98a4c3be", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62a77e8e-4083-40e1-bc78-39fc98a4c3be", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-126050334305424266673125", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:62a77e8e-4083-40e1-bc78-39fc98a4c3be", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:575e83de-7136-47ad-a7a6-f7fcb7bb6306", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:575e83de-7136-47ad-a7a6-f7fcb7bb6306", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-767927049316674615393271", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:575e83de-7136-47ad-a7a6-f7fcb7bb6306", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:6143592c-cbc9-4844-8334-09e8c6ede2cd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6143592c-cbc9-4844-8334-09e8c6ede2cd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-242611945368482599569170", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6143592c-cbc9-4844-8334-09e8c6ede2cd", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:1c287955-2590-493d-ad65-85df03e4c537", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c287955-2590-493d-ad65-85df03e4c537", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-364812406688072153209014", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1c287955-2590-493d-ad65-85df03e4c537", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:f1682712-a059-4faa-9641-d0adba4010ce", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f1682712-a059-4faa-9641-d0adba4010ce", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-039089769564020905048514", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f1682712-a059-4faa-9641-d0adba4010ce", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:40863d7c-e844-423b-888e-9186552ca411", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:40863d7c-e844-423b-888e-9186552ca411", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-717984135551063020123107", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:40863d7c-e844-423b-888e-9186552ca411", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:b82d3f04-f880-4a4e-bf79-2fda1e748478", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b82d3f04-f880-4a4e-bf79-2fda1e748478", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-773714345668409223099181", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b82d3f04-f880-4a4e-bf79-2fda1e748478", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:e09816a9-c9b7-482a-bcec-a5a395d826f0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e09816a9-c9b7-482a-bcec-a5a395d826f0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-052914108811971534593519", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e09816a9-c9b7-482a-bcec-a5a395d826f0", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:72e58480-989e-43dd-959b-304f5ab03814", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:72e58480-989e-43dd-959b-304f5ab03814", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-558264299905560873804183", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:72e58480-989e-43dd-959b-304f5ab03814", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:ef1ed838-8466-4d9f-b298-be2ed66a06cd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ef1ed838-8466-4d9f-b298-be2ed66a06cd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-750260089299095841335422", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ef1ed838-8466-4d9f-b298-be2ed66a06cd", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:6a34deb9-33f8-45eb-94cd-3af66fa5b81f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6a34deb9-33f8-45eb-94cd-3af66fa5b81f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-242590684365784195777048", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6a34deb9-33f8-45eb-94cd-3af66fa5b81f", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:2196ecdc-6970-45e8-9d29-b9d3fed8c9cb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2196ecdc-6970-45e8-9d29-b9d3fed8c9cb", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-314716527418883298787949", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2196ecdc-6970-45e8-9d29-b9d3fed8c9cb", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:6431e434-f2ca-48dc-9b96-3356754f2fc9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6431e434-f2ca-48dc-9b96-3356754f2fc9", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-378449724827886855586242", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6431e434-f2ca-48dc-9b96-3356754f2fc9", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:6431e434-f2ca-48dc-9b96-3356754f2fc9", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-378449724827886855586242", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 27, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 84, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 32, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6431e434-f2ca-48dc-9b96-3356754f2fc9", - "childItems" : [ { - "catenaXId" : "urn:uuid:b3e6c82e-fbbd-47e6-b560-d87724604f1a", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c54573b0-a68b-4b11-9729-7520c1db8219", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fe854c5f-270d-465c-b4c6-9e02f53afd23", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b3e6c82e-fbbd-47e6-b560-d87724604f1a", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:b3e6c82e-fbbd-47e6-b560-d87724604f1a", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3e6c82e-fbbd-47e6-b560-d87724604f1a", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 61, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 5, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:c54573b0-a68b-4b11-9729-7520c1db8219", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c54573b0-a68b-4b11-9729-7520c1db8219", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "18048M0-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-197008854477365031738589", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c54573b0-a68b-4b11-9729-7520c1db8219", - "partTypeInformation" : { - "manufacturerPartId" : "18048M0-43", - "customerPartId" : "18048M0-43", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c54573b0-a68b-4b11-9729-7520c1db8219", - "childItems" : [ { - "catenaXId" : "urn:uuid:a28a6845-5ea8-4e4e-8ed3-2ebdf456a9c6", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a28a6845-5ea8-4e4e-8ed3-2ebdf456a9c6", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:a28a6845-5ea8-4e4e-8ed3-2ebdf456a9c6", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 7, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 8, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fe854c5f-270d-465c-b4c6-9e02f53afd23", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:fe854c5f-270d-465c-b4c6-9e02f53afd23", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fe854c5f-270d-465c-b4c6-9e02f53afd23", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fe854c5f-270d-465c-b4c6-9e02f53afd23", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:c0e12fe4-c506-46a8-a0c6-f5df6cb689b0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0e12fe4-c506-46a8-a0c6-f5df6cb689b0", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "65442W2-14", - "key" : "manufacturerPartId" - }, { - "value" : "NO-647165214859326280280692", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c0e12fe4-c506-46a8-a0c6-f5df6cb689b0", - "partTypeInformation" : { - "manufacturerPartId" : "65442W2-14", - "customerPartId" : "65442W2-14", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 28, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0e12fe4-c506-46a8-a0c6-f5df6cb689b0", - "childItems" : [ { - "catenaXId" : "urn:uuid:8087d0e3-fe6a-42ee-b946-d8a5d010f30e", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a24c3c14-89cc-4c3d-b5e9-118fe7f46e7b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eec4f95c-7b3f-46f6-ad90-4eb6c53a5481", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:8087d0e3-fe6a-42ee-b946-d8a5d010f30e", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:8087d0e3-fe6a-42ee-b946-d8a5d010f30e", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8087d0e3-fe6a-42ee-b946-d8a5d010f30e", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 72, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 51, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a24c3c14-89cc-4c3d-b5e9-118fe7f46e7b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a24c3c14-89cc-4c3d-b5e9-118fe7f46e7b", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "25167B7-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-664333074728044082712748", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a24c3c14-89cc-4c3d-b5e9-118fe7f46e7b", - "partTypeInformation" : { - "manufacturerPartId" : "25167B7-61", - "customerPartId" : "25167B7-61", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a24c3c14-89cc-4c3d-b5e9-118fe7f46e7b", - "childItems" : [ { - "catenaXId" : "urn:uuid:32b734b3-0363-4ddc-ad3f-0b051e9d76ea", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:32b734b3-0363-4ddc-ad3f-0b051e9d76ea", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:32b734b3-0363-4ddc-ad3f-0b051e9d76ea", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 87, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 70, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:eec4f95c-7b3f-46f6-ad90-4eb6c53a5481", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eec4f95c-7b3f-46f6-ad90-4eb6c53a5481", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "35796M5-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-791384779860530422910838", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eec4f95c-7b3f-46f6-ad90-4eb6c53a5481", - "partTypeInformation" : { - "manufacturerPartId" : "35796M5-64", - "customerPartId" : "35796M5-64", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 48, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 48, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:091c6059-e0d0-4e96-a62c-a33a6a55dc01", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:091c6059-e0d0-4e96-a62c-a33a6a55dc01", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-002921238597948148123251", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:091c6059-e0d0-4e96-a62c-a33a6a55dc01", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-002921238597948148123251", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 28, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 38, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 0, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-002921238597948148123251", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-002921238597948148123251", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:091c6059-e0d0-4e96-a62c-a33a6a55dc01", - "childItems" : [ { - "catenaXId" : "urn:uuid:581abaaa-2022-45d4-9720-1ee0c8d30d04", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:316e7baf-3000-4dc0-bb8d-0a5682dca191", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cf55e252-9729-4479-90c0-3110d79a271b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b3d80439-04f3-4561-906d-e307b93358d8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b2b31c45-1e93-401c-ae2e-0c4ada8ba93f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b3af59ae-c09c-4099-a5ed-460a167a3703", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:581abaaa-2022-45d4-9720-1ee0c8d30d04", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:581abaaa-2022-45d4-9720-1ee0c8d30d04", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-623313594613591149799879", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:581abaaa-2022-45d4-9720-1ee0c8d30d04", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-623313594613591149799879", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 68, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 1, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 67, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-623313594613591149799879", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:581abaaa-2022-45d4-9720-1ee0c8d30d04", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d40f8da4-5099-4d87-8c9c-bf869a353c8e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b8c2547-f324-4f5a-8804-2d83cc6b7596", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4220e4c6-2c1b-4d6a-88b8-2172900da421", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b3379a7-ced7-4942-b42e-e9ec0838458c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:38550f8b-f9b6-42db-bc63-795f5952a466", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:351d706c-c207-4d9a-9f89-a16f0565c9b3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d643b6e6-bc2d-43c1-b54c-ffd5e21aeafe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1a1feb46-af31-433f-9af1-93cc16b60bc5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5e61f3d1-cf9b-44e9-aa9a-121ad16ceee7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ae4b950-bf4d-4bcc-bb28-2117397615d9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d40f8da4-5099-4d87-8c9c-bf869a353c8e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d40f8da4-5099-4d87-8c9c-bf869a353c8e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-131779923796237535720961", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d40f8da4-5099-4d87-8c9c-bf869a353c8e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-131779923796237535720961", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d40f8da4-5099-4d87-8c9c-bf869a353c8e", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-07-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7b8c2547-f324-4f5a-8804-2d83cc6b7596", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b8c2547-f324-4f5a-8804-2d83cc6b7596", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-145972492271907484957056", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b8c2547-f324-4f5a-8804-2d83cc6b7596", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-145972492271907484957056", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b8c2547-f324-4f5a-8804-2d83cc6b7596", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-02-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4220e4c6-2c1b-4d6a-88b8-2172900da421", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4220e4c6-2c1b-4d6a-88b8-2172900da421", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-369887382507084386223081", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4220e4c6-2c1b-4d6a-88b8-2172900da421", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-369887382507084386223081", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4220e4c6-2c1b-4d6a-88b8-2172900da421", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7b3379a7-ced7-4942-b42e-e9ec0838458c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b3379a7-ced7-4942-b42e-e9ec0838458c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-908135831677988062861021", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b3379a7-ced7-4942-b42e-e9ec0838458c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-908135831677988062861021", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b3379a7-ced7-4942-b42e-e9ec0838458c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:38550f8b-f9b6-42db-bc63-795f5952a466", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:38550f8b-f9b6-42db-bc63-795f5952a466", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-571969287432943369037824", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:38550f8b-f9b6-42db-bc63-795f5952a466", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-571969287432943369037824", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:38550f8b-f9b6-42db-bc63-795f5952a466", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:351d706c-c207-4d9a-9f89-a16f0565c9b3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:351d706c-c207-4d9a-9f89-a16f0565c9b3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-122613427370190846153909", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:351d706c-c207-4d9a-9f89-a16f0565c9b3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-122613427370190846153909", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:351d706c-c207-4d9a-9f89-a16f0565c9b3", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d643b6e6-bc2d-43c1-b54c-ffd5e21aeafe", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d643b6e6-bc2d-43c1-b54c-ffd5e21aeafe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-940726109069642605468862", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d643b6e6-bc2d-43c1-b54c-ffd5e21aeafe", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-940726109069642605468862", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d643b6e6-bc2d-43c1-b54c-ffd5e21aeafe", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1a1feb46-af31-433f-9af1-93cc16b60bc5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a1feb46-af31-433f-9af1-93cc16b60bc5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-143638704879926578559224", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1a1feb46-af31-433f-9af1-93cc16b60bc5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-143638704879926578559224", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a1feb46-af31-433f-9af1-93cc16b60bc5", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-04-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5e61f3d1-cf9b-44e9-aa9a-121ad16ceee7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e61f3d1-cf9b-44e9-aa9a-121ad16ceee7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-582039335115696992211221", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5e61f3d1-cf9b-44e9-aa9a-121ad16ceee7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-582039335115696992211221", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e61f3d1-cf9b-44e9-aa9a-121ad16ceee7", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-12-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7ae4b950-bf4d-4bcc-bb28-2117397615d9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ae4b950-bf4d-4bcc-bb28-2117397615d9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-483043075789955385994954", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ae4b950-bf4d-4bcc-bb28-2117397615d9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-483043075789955385994954", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ae4b950-bf4d-4bcc-bb28-2117397615d9", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:316e7baf-3000-4dc0-bb8d-0a5682dca191", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:316e7baf-3000-4dc0-bb8d-0a5682dca191", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-563368148357716831384197", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:316e7baf-3000-4dc0-bb8d-0a5682dca191", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-563368148357716831384197", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 56, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 43, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 50, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-563368148357716831384197", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:316e7baf-3000-4dc0-bb8d-0a5682dca191", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2bc214fc-6505-40fa-901f-24cf0ced3ca2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:933146ec-d3b8-491a-95eb-96f258efdc96", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4a143248-ede2-45b0-8cfa-62f42ebca33b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0d766afb-1544-4231-8a76-365691afd9eb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:31ed3eab-20c6-451e-9955-781217e8a874", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:620cc00f-3f70-427f-984b-5e21d2445169", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cb5ad772-4871-44a5-a3ca-3ae450407fa9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a1d42734-49e1-4acc-881b-f173d15e8397", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1aa7b92f-15ea-4ae3-95ef-8efdaeb2f8b7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:edee8c82-80b0-4eb5-abdc-82617ac410aa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2bc214fc-6505-40fa-901f-24cf0ced3ca2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bc214fc-6505-40fa-901f-24cf0ced3ca2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-468811468201048689464841", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2bc214fc-6505-40fa-901f-24cf0ced3ca2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-468811468201048689464841", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2bc214fc-6505-40fa-901f-24cf0ced3ca2", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:933146ec-d3b8-491a-95eb-96f258efdc96", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:933146ec-d3b8-491a-95eb-96f258efdc96", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-468557502423075438846164", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:933146ec-d3b8-491a-95eb-96f258efdc96", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-468557502423075438846164", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:933146ec-d3b8-491a-95eb-96f258efdc96", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4a143248-ede2-45b0-8cfa-62f42ebca33b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a143248-ede2-45b0-8cfa-62f42ebca33b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-763703296133299736032709", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a143248-ede2-45b0-8cfa-62f42ebca33b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-763703296133299736032709", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a143248-ede2-45b0-8cfa-62f42ebca33b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0d766afb-1544-4231-8a76-365691afd9eb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d766afb-1544-4231-8a76-365691afd9eb", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-714080307054256449123919", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d766afb-1544-4231-8a76-365691afd9eb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-714080307054256449123919", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d766afb-1544-4231-8a76-365691afd9eb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:31ed3eab-20c6-451e-9955-781217e8a874", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:31ed3eab-20c6-451e-9955-781217e8a874", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-976955784913619985578786", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:31ed3eab-20c6-451e-9955-781217e8a874", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-976955784913619985578786", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:31ed3eab-20c6-451e-9955-781217e8a874", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:620cc00f-3f70-427f-984b-5e21d2445169", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:620cc00f-3f70-427f-984b-5e21d2445169", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-064092949058113110034284", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:620cc00f-3f70-427f-984b-5e21d2445169", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-064092949058113110034284", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:620cc00f-3f70-427f-984b-5e21d2445169", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-12-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cb5ad772-4871-44a5-a3ca-3ae450407fa9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb5ad772-4871-44a5-a3ca-3ae450407fa9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-332471803517715197545015", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cb5ad772-4871-44a5-a3ca-3ae450407fa9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-332471803517715197545015", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb5ad772-4871-44a5-a3ca-3ae450407fa9", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-11-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a1d42734-49e1-4acc-881b-f173d15e8397", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1d42734-49e1-4acc-881b-f173d15e8397", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-031445047882715929093150", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a1d42734-49e1-4acc-881b-f173d15e8397", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-031445047882715929093150", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1d42734-49e1-4acc-881b-f173d15e8397", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1aa7b92f-15ea-4ae3-95ef-8efdaeb2f8b7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1aa7b92f-15ea-4ae3-95ef-8efdaeb2f8b7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-473815590138084520558559", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1aa7b92f-15ea-4ae3-95ef-8efdaeb2f8b7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-473815590138084520558559", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1aa7b92f-15ea-4ae3-95ef-8efdaeb2f8b7", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:edee8c82-80b0-4eb5-abdc-82617ac410aa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:edee8c82-80b0-4eb5-abdc-82617ac410aa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-346910295948556813220490", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:edee8c82-80b0-4eb5-abdc-82617ac410aa", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-346910295948556813220490", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:edee8c82-80b0-4eb5-abdc-82617ac410aa", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cf55e252-9729-4479-90c0-3110d79a271b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cf55e252-9729-4479-90c0-3110d79a271b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-110510971529462845144409", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cf55e252-9729-4479-90c0-3110d79a271b", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-110510971529462845144409", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 63, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 7, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 67, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-110510971529462845144409", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cf55e252-9729-4479-90c0-3110d79a271b", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:69b13d60-ea5a-427e-9233-9ab2cd73717a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8ade6609-feeb-47f7-b8cc-3ce3f698f46c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:47643d02-3c96-45e4-acc9-592355409469", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:39397c0c-c5d6-4b05-8f37-66cbeea68a3c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:26628ee8-b8b4-44d0-9505-4cce91ac67dd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2ec40be5-3521-4970-b362-2b7fe447060e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9405e3a7-ce4e-4247-a765-604d90075ad4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:99995c7b-a6df-4107-b974-dac2c1152b49", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7f5ce93d-7a07-4a65-aded-183c27e61807", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dff63814-702f-4bb9-9889-30ed64aa8e6d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:69b13d60-ea5a-427e-9233-9ab2cd73717a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:69b13d60-ea5a-427e-9233-9ab2cd73717a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-593851106374001445110543", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:69b13d60-ea5a-427e-9233-9ab2cd73717a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-593851106374001445110543", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:69b13d60-ea5a-427e-9233-9ab2cd73717a", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8ade6609-feeb-47f7-b8cc-3ce3f698f46c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8ade6609-feeb-47f7-b8cc-3ce3f698f46c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-803294596058861034446307", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8ade6609-feeb-47f7-b8cc-3ce3f698f46c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-803294596058861034446307", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8ade6609-feeb-47f7-b8cc-3ce3f698f46c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:47643d02-3c96-45e4-acc9-592355409469", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:47643d02-3c96-45e4-acc9-592355409469", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-464515671777472275710169", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:47643d02-3c96-45e4-acc9-592355409469", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-464515671777472275710169", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:47643d02-3c96-45e4-acc9-592355409469", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:39397c0c-c5d6-4b05-8f37-66cbeea68a3c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:39397c0c-c5d6-4b05-8f37-66cbeea68a3c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-668276295707438651277095", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:39397c0c-c5d6-4b05-8f37-66cbeea68a3c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-668276295707438651277095", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:39397c0c-c5d6-4b05-8f37-66cbeea68a3c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:26628ee8-b8b4-44d0-9505-4cce91ac67dd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:26628ee8-b8b4-44d0-9505-4cce91ac67dd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-089286284196931915688035", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:26628ee8-b8b4-44d0-9505-4cce91ac67dd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-089286284196931915688035", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:26628ee8-b8b4-44d0-9505-4cce91ac67dd", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2ec40be5-3521-4970-b362-2b7fe447060e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ec40be5-3521-4970-b362-2b7fe447060e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-581874913849376887647017", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2ec40be5-3521-4970-b362-2b7fe447060e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-581874913849376887647017", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2ec40be5-3521-4970-b362-2b7fe447060e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9405e3a7-ce4e-4247-a765-604d90075ad4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9405e3a7-ce4e-4247-a765-604d90075ad4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-263236512094520124197425", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9405e3a7-ce4e-4247-a765-604d90075ad4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-263236512094520124197425", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9405e3a7-ce4e-4247-a765-604d90075ad4", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:99995c7b-a6df-4107-b974-dac2c1152b49", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:99995c7b-a6df-4107-b974-dac2c1152b49", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-156881685965335899578008", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:99995c7b-a6df-4107-b974-dac2c1152b49", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-156881685965335899578008", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:99995c7b-a6df-4107-b974-dac2c1152b49", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7f5ce93d-7a07-4a65-aded-183c27e61807", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7f5ce93d-7a07-4a65-aded-183c27e61807", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-891810204344276573537185", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7f5ce93d-7a07-4a65-aded-183c27e61807", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-891810204344276573537185", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7f5ce93d-7a07-4a65-aded-183c27e61807", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dff63814-702f-4bb9-9889-30ed64aa8e6d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dff63814-702f-4bb9-9889-30ed64aa8e6d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-424190940724368837047331", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dff63814-702f-4bb9-9889-30ed64aa8e6d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-424190940724368837047331", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dff63814-702f-4bb9-9889-30ed64aa8e6d", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b3d80439-04f3-4561-906d-e307b93358d8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3d80439-04f3-4561-906d-e307b93358d8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-367432837996589052487421", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b3d80439-04f3-4561-906d-e307b93358d8", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-367432837996589052487421", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 71, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 43, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 15, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-367432837996589052487421", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3d80439-04f3-4561-906d-e307b93358d8", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b27863bb-ec9f-4fdc-912b-3ba08a86c38b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ad90abaa-370e-4233-a3bf-3fc620f8a788", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:49333f46-fb39-4c79-b985-61bc6c4bbe23", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f27b9e92-4735-4d8c-a127-4abddf24fbea", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:809c6729-7bf1-42ec-8976-88b15dfb4e21", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ce463f88-244c-4733-a451-7eff80d99781", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:daa81e84-0b19-403b-8b0d-97f997fe0321", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:63612e7c-94fd-4a25-997a-616e3d0cb952", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5a1d09f1-782d-4f5b-8be1-9134fc9586a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:96b37c6d-84b1-4e53-a2ff-db1a22fc6146", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b27863bb-ec9f-4fdc-912b-3ba08a86c38b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b27863bb-ec9f-4fdc-912b-3ba08a86c38b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-146106195924737174530605", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b27863bb-ec9f-4fdc-912b-3ba08a86c38b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-146106195924737174530605", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b27863bb-ec9f-4fdc-912b-3ba08a86c38b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ad90abaa-370e-4233-a3bf-3fc620f8a788", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad90abaa-370e-4233-a3bf-3fc620f8a788", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-794822828137708339504072", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ad90abaa-370e-4233-a3bf-3fc620f8a788", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-794822828137708339504072", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad90abaa-370e-4233-a3bf-3fc620f8a788", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-02-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:49333f46-fb39-4c79-b985-61bc6c4bbe23", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:49333f46-fb39-4c79-b985-61bc6c4bbe23", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-726849844055222451461740", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:49333f46-fb39-4c79-b985-61bc6c4bbe23", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-726849844055222451461740", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:49333f46-fb39-4c79-b985-61bc6c4bbe23", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f27b9e92-4735-4d8c-a127-4abddf24fbea", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f27b9e92-4735-4d8c-a127-4abddf24fbea", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-588497894097944659206066", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f27b9e92-4735-4d8c-a127-4abddf24fbea", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-588497894097944659206066", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f27b9e92-4735-4d8c-a127-4abddf24fbea", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-01-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:809c6729-7bf1-42ec-8976-88b15dfb4e21", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:809c6729-7bf1-42ec-8976-88b15dfb4e21", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-128103750726230103979167", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:809c6729-7bf1-42ec-8976-88b15dfb4e21", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-128103750726230103979167", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:809c6729-7bf1-42ec-8976-88b15dfb4e21", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ce463f88-244c-4733-a451-7eff80d99781", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce463f88-244c-4733-a451-7eff80d99781", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-186603258541079553971852", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ce463f88-244c-4733-a451-7eff80d99781", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-186603258541079553971852", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce463f88-244c-4733-a451-7eff80d99781", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:daa81e84-0b19-403b-8b0d-97f997fe0321", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:daa81e84-0b19-403b-8b0d-97f997fe0321", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-389462943838606473084275", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:daa81e84-0b19-403b-8b0d-97f997fe0321", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-389462943838606473084275", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:daa81e84-0b19-403b-8b0d-97f997fe0321", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:63612e7c-94fd-4a25-997a-616e3d0cb952", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:63612e7c-94fd-4a25-997a-616e3d0cb952", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-350678772173017950303140", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:63612e7c-94fd-4a25-997a-616e3d0cb952", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-350678772173017950303140", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:63612e7c-94fd-4a25-997a-616e3d0cb952", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-09-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5a1d09f1-782d-4f5b-8be1-9134fc9586a3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a1d09f1-782d-4f5b-8be1-9134fc9586a3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-444777337675468718510860", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5a1d09f1-782d-4f5b-8be1-9134fc9586a3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-444777337675468718510860", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5a1d09f1-782d-4f5b-8be1-9134fc9586a3", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-07-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:96b37c6d-84b1-4e53-a2ff-db1a22fc6146", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:96b37c6d-84b1-4e53-a2ff-db1a22fc6146", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-377581439154528812375831", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:96b37c6d-84b1-4e53-a2ff-db1a22fc6146", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-377581439154528812375831", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:96b37c6d-84b1-4e53-a2ff-db1a22fc6146", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-06-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b2b31c45-1e93-401c-ae2e-0c4ada8ba93f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2b31c45-1e93-401c-ae2e-0c4ada8ba93f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-300840952123156683696781", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b2b31c45-1e93-401c-ae2e-0c4ada8ba93f", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-300840952123156683696781", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 19, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 75, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 5, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-300840952123156683696781", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2b31c45-1e93-401c-ae2e-0c4ada8ba93f", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:36d869bd-3dd1-4dac-bd24-606a7ad3de36", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8620e575-afbe-4c8f-856f-b480fd33535c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:91dfc2ef-17c6-493f-9cb5-0b76879869f3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fa3ff6b1-c3a0-4954-9e81-1a373eeea9d2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0275fb1d-4e0c-4c2f-8911-af49def00770", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:78480f4b-6de9-4dfa-8bd5-f6804080fe37", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8db5fb5e-b3c3-41fd-8c28-a3a240136667", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e32e03c8-3c84-4e00-a27e-2e43a8552038", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:aadf3c38-64e6-4e28-a800-043268c38ad2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f8166ac0-8872-497e-ad50-ebc2db568f31", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:36d869bd-3dd1-4dac-bd24-606a7ad3de36", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:36d869bd-3dd1-4dac-bd24-606a7ad3de36", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-131218349004636557928662", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:36d869bd-3dd1-4dac-bd24-606a7ad3de36", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-131218349004636557928662", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:36d869bd-3dd1-4dac-bd24-606a7ad3de36", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8620e575-afbe-4c8f-856f-b480fd33535c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8620e575-afbe-4c8f-856f-b480fd33535c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-532598851864754479901520", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8620e575-afbe-4c8f-856f-b480fd33535c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-532598851864754479901520", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8620e575-afbe-4c8f-856f-b480fd33535c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:91dfc2ef-17c6-493f-9cb5-0b76879869f3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:91dfc2ef-17c6-493f-9cb5-0b76879869f3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-088664522536292986788312", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:91dfc2ef-17c6-493f-9cb5-0b76879869f3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-088664522536292986788312", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:91dfc2ef-17c6-493f-9cb5-0b76879869f3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:fa3ff6b1-c3a0-4954-9e81-1a373eeea9d2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa3ff6b1-c3a0-4954-9e81-1a373eeea9d2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-220829609086319143237766", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fa3ff6b1-c3a0-4954-9e81-1a373eeea9d2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-220829609086319143237766", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa3ff6b1-c3a0-4954-9e81-1a373eeea9d2", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-05-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0275fb1d-4e0c-4c2f-8911-af49def00770", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0275fb1d-4e0c-4c2f-8911-af49def00770", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-923452512968770912464731", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0275fb1d-4e0c-4c2f-8911-af49def00770", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-923452512968770912464731", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0275fb1d-4e0c-4c2f-8911-af49def00770", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:78480f4b-6de9-4dfa-8bd5-f6804080fe37", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:78480f4b-6de9-4dfa-8bd5-f6804080fe37", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-022799441719170883922725", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:78480f4b-6de9-4dfa-8bd5-f6804080fe37", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-022799441719170883922725", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:78480f4b-6de9-4dfa-8bd5-f6804080fe37", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8db5fb5e-b3c3-41fd-8c28-a3a240136667", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8db5fb5e-b3c3-41fd-8c28-a3a240136667", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-113959552744941227101296", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8db5fb5e-b3c3-41fd-8c28-a3a240136667", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-113959552744941227101296", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8db5fb5e-b3c3-41fd-8c28-a3a240136667", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-02-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e32e03c8-3c84-4e00-a27e-2e43a8552038", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e32e03c8-3c84-4e00-a27e-2e43a8552038", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-908878637794438665483609", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e32e03c8-3c84-4e00-a27e-2e43a8552038", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-908878637794438665483609", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e32e03c8-3c84-4e00-a27e-2e43a8552038", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-08-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:aadf3c38-64e6-4e28-a800-043268c38ad2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aadf3c38-64e6-4e28-a800-043268c38ad2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-207545091734706903968983", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:aadf3c38-64e6-4e28-a800-043268c38ad2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-207545091734706903968983", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aadf3c38-64e6-4e28-a800-043268c38ad2", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f8166ac0-8872-497e-ad50-ebc2db568f31", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f8166ac0-8872-497e-ad50-ebc2db568f31", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-696279400186277889959902", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f8166ac0-8872-497e-ad50-ebc2db568f31", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-696279400186277889959902", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f8166ac0-8872-497e-ad50-ebc2db568f31", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b3af59ae-c09c-4099-a5ed-460a167a3703", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3af59ae-c09c-4099-a5ed-460a167a3703", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-529286910552438476484284", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b3af59ae-c09c-4099-a5ed-460a167a3703", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-529286910552438476484284", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 85, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 46, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 75, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-529286910552438476484284", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3af59ae-c09c-4099-a5ed-460a167a3703", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ad11167c-f212-446f-9d28-66ea94f1ed33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1cbeef8b-b1bb-450b-b785-9a5cd86835bc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2da9ef0f-22f8-489e-b646-13595d05891a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e701aaae-ca7e-40d7-8012-433e071f8b43", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ca0d79cd-6109-41cd-82dc-af39df3d017b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e9f500ce-06aa-4237-8a13-695bfcafc772", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3617ed9c-be37-43d9-9e34-ed8a0072c296", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:65dc586c-3afc-46f5-9f11-741871e5a9d4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cd139c79-73d1-46e3-9574-b7fcafd82261", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d7911956-b135-4b9b-93f3-e2eba1735cbf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ad11167c-f212-446f-9d28-66ea94f1ed33", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad11167c-f212-446f-9d28-66ea94f1ed33", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-741576436946807828846327", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ad11167c-f212-446f-9d28-66ea94f1ed33", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-741576436946807828846327", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ad11167c-f212-446f-9d28-66ea94f1ed33", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1cbeef8b-b1bb-450b-b785-9a5cd86835bc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1cbeef8b-b1bb-450b-b785-9a5cd86835bc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-871146383644936792912945", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1cbeef8b-b1bb-450b-b785-9a5cd86835bc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-871146383644936792912945", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1cbeef8b-b1bb-450b-b785-9a5cd86835bc", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-01-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2da9ef0f-22f8-489e-b646-13595d05891a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2da9ef0f-22f8-489e-b646-13595d05891a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-314652069465852741044485", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2da9ef0f-22f8-489e-b646-13595d05891a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-314652069465852741044485", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2da9ef0f-22f8-489e-b646-13595d05891a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e701aaae-ca7e-40d7-8012-433e071f8b43", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e701aaae-ca7e-40d7-8012-433e071f8b43", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-767116652008536208381277", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e701aaae-ca7e-40d7-8012-433e071f8b43", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-767116652008536208381277", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e701aaae-ca7e-40d7-8012-433e071f8b43", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-07-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ca0d79cd-6109-41cd-82dc-af39df3d017b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca0d79cd-6109-41cd-82dc-af39df3d017b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-158952151890791354506032", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ca0d79cd-6109-41cd-82dc-af39df3d017b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-158952151890791354506032", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca0d79cd-6109-41cd-82dc-af39df3d017b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e9f500ce-06aa-4237-8a13-695bfcafc772", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9f500ce-06aa-4237-8a13-695bfcafc772", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-025483410812654212525038", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e9f500ce-06aa-4237-8a13-695bfcafc772", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-025483410812654212525038", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e9f500ce-06aa-4237-8a13-695bfcafc772", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-06-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3617ed9c-be37-43d9-9e34-ed8a0072c296", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3617ed9c-be37-43d9-9e34-ed8a0072c296", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-404773490375781864239130", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3617ed9c-be37-43d9-9e34-ed8a0072c296", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-404773490375781864239130", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3617ed9c-be37-43d9-9e34-ed8a0072c296", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:65dc586c-3afc-46f5-9f11-741871e5a9d4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:65dc586c-3afc-46f5-9f11-741871e5a9d4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-018212001499583681008029", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:65dc586c-3afc-46f5-9f11-741871e5a9d4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-018212001499583681008029", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:65dc586c-3afc-46f5-9f11-741871e5a9d4", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cd139c79-73d1-46e3-9574-b7fcafd82261", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd139c79-73d1-46e3-9574-b7fcafd82261", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-257423175322375609605653", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cd139c79-73d1-46e3-9574-b7fcafd82261", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-257423175322375609605653", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd139c79-73d1-46e3-9574-b7fcafd82261", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d7911956-b135-4b9b-93f3-e2eba1735cbf", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7911956-b135-4b9b-93f3-e2eba1735cbf", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-651927770967816501060914", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d7911956-b135-4b9b-93f3-e2eba1735cbf", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-651927770967816501060914", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7911956-b135-4b9b-93f3-e2eba1735cbf", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Kombilimousine", - "catenaXId" : "urn:uuid:6c32be51-af13-4815-8058-cb2d67918007", - "engine" : { - "size" : 2998, - "power" : 152 - }, - "emptyWeight" : 1.79, - "fuel" : "Benzin/Flüssiggas", - "vehicleModel" : "Vehicle Hybrid", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S218A", - "description" : "sport automatic transmission", - "group" : "special equipment" - }, { - "code" : "A458D", - "description" : "parking assistance ", - "group" : "special equipment" - }, { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - }, { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2019-02-16", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:6c32be51-af13-4815-8058-cb2d67918007", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "CI-64", - "key" : "manufacturerPartId" - }, { - "value" : "OMBIZSFPKPILNJDNG", - "key" : "partInstanceId" - }, { - "value" : "OMBIZSFPKPILNJDNG", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2017-07-02T23:22:38.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6c32be51-af13-4815-8058-cb2d67918007", - "partTypeInformation" : { - "manufacturerPartId" : "CI-64", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Hybrid" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 64, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 33, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 5, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 34, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 21, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 82, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 28, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 57, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 26, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 82, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.certificate_of_destruction:1.0.1#CertificateOfDestruction" : [ { - "catenaXId" : "urn:uuid:6c32be51-af13-4815-8058-cb2d67918007", - "dismantlerProperties" : { - "expiryDate" : "2023-03-14", - "governmentAddress" : { - "zip" : "68161/12", - "country" : "UR", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "VLhpfQGTMDYpsBZxvfBoeygjb", - "location" : "Mannheim" - }, - "dismantlerAuditorContact" : { - "phone" : "+908 0984", - "fax" : "2118145186333995599 4455362573 92903453" - }, - "receiverAuditorAddress" : { - "zip" : "68161/12", - "country" : "AR", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "location" : "Mannheim" - }, - "dismantlerContact" : { - "phone" : " 0437170 59659481408170668550001606181190496817797071900 16680 7 6926221384 05844893247741871 583", - "fax" : "29 013 2258035667 5403" - }, - "dismantlerAuditorAddress" : { - "zip" : "68161/12", - "country" : "GI", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "dpHYZGhtgdntugzvvKAXLhM", - "location" : "Mannheim" - }, - "dismantlerAddress" : { - "zip" : "68161/12", - "country" : "KQ", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "RYtGKbgicZaHCBRQDSx", - "location" : "Mannheim" - }, - "issueDate" : "2023-03-14", - "isVehicleWithdrawnFromService" : false - }, - "serialNumber" : "LRP1087432", - "companyNumber" : "S30A00065", - "vehicleProperties" : { - "licenseAbbreviation" : "HAL", - "isVehicleInformationComplete" : false, - "licensePlate" : "HAL-UI123", - "identification" : "WBAAY711X0KC28153", - "emptyWeight" : -17, - "model" : "318 I", - "brand" : "BMW", - "class" : "01", - "firstRegistration" : "19.12.2014" - }, - "returnPointProperties" : { - "expiryDate" : "2023-03-14", - "receiverAddress" : { - "zip" : "68161/12", - "country" : "RV", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "JxkyvRnL", - "location" : "Mannheim" - }, - "receiverAuditorAddress" : { - "zip" : "68161/12", - "country" : "ZE", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "Mannheim" - }, - "receiverAuditorContact" : { - "phone" : "331526303180940 34307479 92660 38225647 520855838909 01 8 72520515310573752386", - "fax" : "60298704457507 9 8577 76" - }, - "receiverContact" : { - "phone" : "+5585 6 2026 20021538 2747306418525503392771787 089739266209007778 279967117", - "fax" : "4270096015 4309445925080622016597027979396859783 08514571099764 9" - }, - "issueDate" : "2023-03-14", - "isVehicleWithdrawnFromService" : true - }, - "vehicleOwnerProperties" : { - "isVehicleOwnerInformationComplete" : true, - "vehicleOwnerAddress" : { - "zip" : "68161/12", - "country" : "DI", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "Mannheim" - }, - "citizenship" : "DE" - }, - "dismantlingDate" : "2023-03-14" - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6c32be51-af13-4815-8058-cb2d67918007", - "childItems" : [ { - "catenaXId" : "urn:uuid:6d0d2223-55fb-4996-ae08-fb0485a3e416", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a163f34b-c054-4b21-bed9-85010cfb9b4a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d4b6d4bd-fac2-4796-bca8-903f5dde4229", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e21c779a-54de-453a-99a1-b21f0086a45b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:becfafe3-6c6a-4910-915a-9ea6830282fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f8ae411d-65ae-4c79-8a44-89aec281c6c2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4d78c7d8-2130-453a-8a2c-99a9c95bbbee", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c3b898b7-b482-4914-8c24-2448dfee1c05", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9d3625d5-8e36-4ea0-8d52-5d39f8002857", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a26315d6-566b-4bd4-bcd2-109e71383457", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f447d4b7-bf12-48fd-be65-dfcf8407d426", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0d7a191e-ebd0-444e-88de-0fde3092ac9f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:29d65ff2-fb7f-428a-bb46-1da71f821186", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:61eb91be-9120-4f55-a41d-8be53ab77aa9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:96d50f5f-361a-44c3-ac96-690512829962", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:367086e9-8871-4dad-a80f-80f6148fb92d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:263c71df-67ab-4a89-ab0b-778e4e3bda40", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:28b792c4-d197-4a0a-86c9-2ef25ff91bc4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d9714ad6-4fdd-4bba-a3b8-47ed90e24f85", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ced0b7d3-2fb9-40f6-a494-3a1ec1474427", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f335ee10-8657-4f87-a987-892649c0abc9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4e77b557-1d30-45e0-a537-45c7cbccc6f2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ef7bc5e0-39b4-4b14-adbb-1785dd69d16c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2409c70a-212e-4669-b45a-24a22f06af49", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:df5fa5b7-b925-4a91-bc9d-9206c3f3dfe9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d7f3d107-894c-4d53-98d3-365edb195400", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9ec195c4-1c11-47be-80f1-1cf4958dd3e7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:537a9592-cf7c-4444-a8f0-cdc19fef8ff3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a415f42b-2839-4d81-9814-cee26774ed8e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ceeae79-71b3-46cc-98b8-49fcc1686a18", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:95c622a4-fd39-4a33-a45e-e8b2b82b5ce5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:53f45d14-9fb6-4192-a4dc-276adfb4a342", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:703ece16-f7ca-4c8d-8657-0cbd0073ab56", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fdad35f8-e163-4233-8f08-8d0f8bb9e80f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:41aa2813-310f-40f4-87f1-338f33cb0988", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6d0d2223-55fb-4996-ae08-fb0485a3e416", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d0d2223-55fb-4996-ae08-fb0485a3e416", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "10030939-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-880776901240885579856908", - "key" : "partInstanceId" - }, { - "value" : "Company 7", - "key" : "company" - }, { - "value" : "Brand 7", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6d0d2223-55fb-4996-ae08-fb0485a3e416", - "partTypeInformation" : { - "manufacturerPartId" : "10030939-59", - "customerPartId" : "10030939-59", - "classification" : "component", - "nameAtManufacturer" : "Engine", - "nameAtCustomer" : "Engine" - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 560, - "width" : 762, - "length" : 843, - "weight" : 180, - "height" : 711 - } - } ] - }, { - "catenaXId" : "urn:uuid:a163f34b-c054-4b21-bed9-85010cfb9b4a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a163f34b-c054-4b21-bed9-85010cfb9b4a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "32494586-73", - "key" : "manufacturerPartId" - }, { - "value" : "NO-914723782541459986475687", - "key" : "partInstanceId" - }, { - "value" : "Company 8", - "key" : "company" - }, { - "value" : "Brand 8", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a163f34b-c054-4b21-bed9-85010cfb9b4a", - "partTypeInformation" : { - "manufacturerPartId" : "32494586-73", - "customerPartId" : "32494586-73", - "classification" : "component", - "nameAtManufacturer" : "Differential Gear", - "nameAtCustomer" : "Differential Gear" - } - } ] - }, { - "catenaXId" : "urn:uuid:d4b6d4bd-fac2-4796-bca8-903f5dde4229", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d4b6d4bd-fac2-4796-bca8-903f5dde4229", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "67034319-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-209983066213540355048237", - "key" : "partInstanceId" - }, { - "value" : "Company 9", - "key" : "company" - }, { - "value" : "Brand 9", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d4b6d4bd-fac2-4796-bca8-903f5dde4229", - "partTypeInformation" : { - "manufacturerPartId" : "67034319-44", - "customerPartId" : "67034319-44", - "classification" : "component", - "nameAtManufacturer" : "Turbocharger", - "nameAtCustomer" : "Turbocharger" - } - } ] - }, { - "catenaXId" : "urn:uuid:e21c779a-54de-453a-99a1-b21f0086a45b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e21c779a-54de-453a-99a1-b21f0086a45b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-315216553307225910810792", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e21c779a-54de-453a-99a1-b21f0086a45b", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:becfafe3-6c6a-4910-915a-9ea6830282fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:becfafe3-6c6a-4910-915a-9ea6830282fd", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-409873507395277450953299", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:becfafe3-6c6a-4910-915a-9ea6830282fd", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:becfafe3-6c6a-4910-915a-9ea6830282fd", - "childItems" : [ { - "catenaXId" : "urn:uuid:fa87e076-ccd2-4d1b-b39f-ddb2213ec31d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fa87e076-ccd2-4d1b-b39f-ddb2213ec31d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa87e076-ccd2-4d1b-b39f-ddb2213ec31d", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-914861151651540512275128", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fa87e076-ccd2-4d1b-b39f-ddb2213ec31d", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "53778653XXY", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:fa87e076-ccd2-4d1b-b39f-ddb2213ec31d", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:f8ae411d-65ae-4c79-8a44-89aec281c6c2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f8ae411d-65ae-4c79-8a44-89aec281c6c2", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-298111953334511661842400", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f8ae411d-65ae-4c79-8a44-89aec281c6c2", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f8ae411d-65ae-4c79-8a44-89aec281c6c2", - "childItems" : [ { - "catenaXId" : "urn:uuid:4578cf4e-6634-42e6-bf2d-514cef0a982f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4578cf4e-6634-42e6-bf2d-514cef0a982f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4578cf4e-6634-42e6-bf2d-514cef0a982f", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-206809715222426062698396", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4578cf4e-6634-42e6-bf2d-514cef0a982f", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "27890195TVM", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:4578cf4e-6634-42e6-bf2d-514cef0a982f", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:4d78c7d8-2130-453a-8a2c-99a9c95bbbee", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d78c7d8-2130-453a-8a2c-99a9c95bbbee", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-837121327304188591136801", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4d78c7d8-2130-453a-8a2c-99a9c95bbbee", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:c3b898b7-b482-4914-8c24-2448dfee1c05", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c3b898b7-b482-4914-8c24-2448dfee1c05", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-329546122336961015306045", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c3b898b7-b482-4914-8c24-2448dfee1c05", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:9d3625d5-8e36-4ea0-8d52-5d39f8002857", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d3625d5-8e36-4ea0-8d52-5d39f8002857", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-793575322941774039289604", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9d3625d5-8e36-4ea0-8d52-5d39f8002857", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:a26315d6-566b-4bd4-bcd2-109e71383457", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a26315d6-566b-4bd4-bcd2-109e71383457", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-883430018826151900151599", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a26315d6-566b-4bd4-bcd2-109e71383457", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:f447d4b7-bf12-48fd-be65-dfcf8407d426", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f447d4b7-bf12-48fd-be65-dfcf8407d426", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-718906654722605374484846", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f447d4b7-bf12-48fd-be65-dfcf8407d426", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:0d7a191e-ebd0-444e-88de-0fde3092ac9f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d7a191e-ebd0-444e-88de-0fde3092ac9f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-518545149107271638475826", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d7a191e-ebd0-444e-88de-0fde3092ac9f", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:29d65ff2-fb7f-428a-bb46-1da71f821186", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:29d65ff2-fb7f-428a-bb46-1da71f821186", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-309137604078802675936138", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:29d65ff2-fb7f-428a-bb46-1da71f821186", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:61eb91be-9120-4f55-a41d-8be53ab77aa9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:61eb91be-9120-4f55-a41d-8be53ab77aa9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-972965973562670193685680", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:61eb91be-9120-4f55-a41d-8be53ab77aa9", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:96d50f5f-361a-44c3-ac96-690512829962", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:96d50f5f-361a-44c3-ac96-690512829962", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-903323213932304129320853", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:96d50f5f-361a-44c3-ac96-690512829962", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:367086e9-8871-4dad-a80f-80f6148fb92d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:367086e9-8871-4dad-a80f-80f6148fb92d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-361014642269119629150537", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:367086e9-8871-4dad-a80f-80f6148fb92d", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:263c71df-67ab-4a89-ab0b-778e4e3bda40", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:263c71df-67ab-4a89-ab0b-778e4e3bda40", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-512010193040116026123344", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:263c71df-67ab-4a89-ab0b-778e4e3bda40", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:28b792c4-d197-4a0a-86c9-2ef25ff91bc4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:28b792c4-d197-4a0a-86c9-2ef25ff91bc4", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-112035313964282003704935", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:28b792c4-d197-4a0a-86c9-2ef25ff91bc4", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:d9714ad6-4fdd-4bba-a3b8-47ed90e24f85", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d9714ad6-4fdd-4bba-a3b8-47ed90e24f85", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-174635475675898123985265", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d9714ad6-4fdd-4bba-a3b8-47ed90e24f85", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:ced0b7d3-2fb9-40f6-a494-3a1ec1474427", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ced0b7d3-2fb9-40f6-a494-3a1ec1474427", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-950665084035508890196076", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ced0b7d3-2fb9-40f6-a494-3a1ec1474427", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:f335ee10-8657-4f87-a987-892649c0abc9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f335ee10-8657-4f87-a987-892649c0abc9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-927093321622451221760480", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f335ee10-8657-4f87-a987-892649c0abc9", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:4e77b557-1d30-45e0-a537-45c7cbccc6f2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e77b557-1d30-45e0-a537-45c7cbccc6f2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-986091956052723052979276", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4e77b557-1d30-45e0-a537-45c7cbccc6f2", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:ef7bc5e0-39b4-4b14-adbb-1785dd69d16c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ef7bc5e0-39b4-4b14-adbb-1785dd69d16c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-093351612402658980491916", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ef7bc5e0-39b4-4b14-adbb-1785dd69d16c", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:2409c70a-212e-4669-b45a-24a22f06af49", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2409c70a-212e-4669-b45a-24a22f06af49", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-463834089058475851951409", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2409c70a-212e-4669-b45a-24a22f06af49", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:df5fa5b7-b925-4a91-bc9d-9206c3f3dfe9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:df5fa5b7-b925-4a91-bc9d-9206c3f3dfe9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-358263521055139729975466", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:df5fa5b7-b925-4a91-bc9d-9206c3f3dfe9", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:d7f3d107-894c-4d53-98d3-365edb195400", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7f3d107-894c-4d53-98d3-365edb195400", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-566577298652994194591470", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d7f3d107-894c-4d53-98d3-365edb195400", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:9ec195c4-1c11-47be-80f1-1cf4958dd3e7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ec195c4-1c11-47be-80f1-1cf4958dd3e7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-893247756761839880458094", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9ec195c4-1c11-47be-80f1-1cf4958dd3e7", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:537a9592-cf7c-4444-a8f0-cdc19fef8ff3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:537a9592-cf7c-4444-a8f0-cdc19fef8ff3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-949753617406789244581153", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:537a9592-cf7c-4444-a8f0-cdc19fef8ff3", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:a415f42b-2839-4d81-9814-cee26774ed8e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a415f42b-2839-4d81-9814-cee26774ed8e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-274759428452916125708292", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a415f42b-2839-4d81-9814-cee26774ed8e", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:7ceeae79-71b3-46cc-98b8-49fcc1686a18", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ceeae79-71b3-46cc-98b8-49fcc1686a18", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-001212709650318979745048", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ceeae79-71b3-46cc-98b8-49fcc1686a18", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:95c622a4-fd39-4a33-a45e-e8b2b82b5ce5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:95c622a4-fd39-4a33-a45e-e8b2b82b5ce5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-716296707297658465133808", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:95c622a4-fd39-4a33-a45e-e8b2b82b5ce5", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:53f45d14-9fb6-4192-a4dc-276adfb4a342", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:53f45d14-9fb6-4192-a4dc-276adfb4a342", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-639335793492096466030622", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:53f45d14-9fb6-4192-a4dc-276adfb4a342", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:703ece16-f7ca-4c8d-8657-0cbd0073ab56", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:703ece16-f7ca-4c8d-8657-0cbd0073ab56", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-043391090837339160303082", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:703ece16-f7ca-4c8d-8657-0cbd0073ab56", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:703ece16-f7ca-4c8d-8657-0cbd0073ab56", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-043391090837339160303082", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 22, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 80, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 38, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:703ece16-f7ca-4c8d-8657-0cbd0073ab56", - "childItems" : [ { - "catenaXId" : "urn:uuid:33aeaef2-a2ad-4ec8-9106-1b8864578633", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f5440599-6c81-4a2d-a713-445094250fca", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dc7493ba-b15d-42ea-a828-3cb713bd8f2c", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:33aeaef2-a2ad-4ec8-9106-1b8864578633", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:33aeaef2-a2ad-4ec8-9106-1b8864578633", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:33aeaef2-a2ad-4ec8-9106-1b8864578633", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 69, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 4, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f5440599-6c81-4a2d-a713-445094250fca", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f5440599-6c81-4a2d-a713-445094250fca", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "90705Z7-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-891924716315799359173544", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f5440599-6c81-4a2d-a713-445094250fca", - "partTypeInformation" : { - "manufacturerPartId" : "90705Z7-82", - "customerPartId" : "90705Z7-82", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f5440599-6c81-4a2d-a713-445094250fca", - "childItems" : [ { - "catenaXId" : "urn:uuid:7c140bba-415b-46de-9e9b-13d3965f4acf", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7c140bba-415b-46de-9e9b-13d3965f4acf", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:7c140bba-415b-46de-9e9b-13d3965f4acf", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 73, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 33, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:dc7493ba-b15d-42ea-a828-3cb713bd8f2c", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:dc7493ba-b15d-42ea-a828-3cb713bd8f2c", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dc7493ba-b15d-42ea-a828-3cb713bd8f2c", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dc7493ba-b15d-42ea-a828-3cb713bd8f2c", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:fdad35f8-e163-4233-8f08-8d0f8bb9e80f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fdad35f8-e163-4233-8f08-8d0f8bb9e80f", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "99377B5-19", - "key" : "manufacturerPartId" - }, { - "value" : "NO-972648688562511599156971", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fdad35f8-e163-4233-8f08-8d0f8bb9e80f", - "partTypeInformation" : { - "manufacturerPartId" : "99377B5-19", - "customerPartId" : "99377B5-19", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 8, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fdad35f8-e163-4233-8f08-8d0f8bb9e80f", - "childItems" : [ { - "catenaXId" : "urn:uuid:684b5c69-6c76-4664-b2ec-751cae676e5a", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8f43a912-ed03-4085-bb5d-3c79055ec422", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4c852ec1-4c9e-4251-ab70-ca22c66f66b9", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:684b5c69-6c76-4664-b2ec-751cae676e5a", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:684b5c69-6c76-4664-b2ec-751cae676e5a", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:684b5c69-6c76-4664-b2ec-751cae676e5a", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 33, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 52, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:8f43a912-ed03-4085-bb5d-3c79055ec422", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f43a912-ed03-4085-bb5d-3c79055ec422", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "57304H9-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-800532117429176983997955", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8f43a912-ed03-4085-bb5d-3c79055ec422", - "partTypeInformation" : { - "manufacturerPartId" : "57304H9-57", - "customerPartId" : "57304H9-57", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f43a912-ed03-4085-bb5d-3c79055ec422", - "childItems" : [ { - "catenaXId" : "urn:uuid:d3a78586-4564-4da5-848e-b392b36d4c0b", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d3a78586-4564-4da5-848e-b392b36d4c0b", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:d3a78586-4564-4da5-848e-b392b36d4c0b", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 34, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 72, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4c852ec1-4c9e-4251-ab70-ca22c66f66b9", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4c852ec1-4c9e-4251-ab70-ca22c66f66b9", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "04620P8-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-010755248047392498800963", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4c852ec1-4c9e-4251-ab70-ca22c66f66b9", - "partTypeInformation" : { - "manufacturerPartId" : "04620P8-64", - "customerPartId" : "04620P8-64", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 46, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 66, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:41aa2813-310f-40f4-87f1-338f33cb0988", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:41aa2813-310f-40f4-87f1-338f33cb0988", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-296951439997567605410427", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:41aa2813-310f-40f4-87f1-338f33cb0988", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-296951439997567605410427", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 55, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 28, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 54, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-296951439997567605410427", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-296951439997567605410427", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:41aa2813-310f-40f4-87f1-338f33cb0988", - "childItems" : [ { - "catenaXId" : "urn:uuid:e5932c97-06c1-4a15-9f21-e71c0e88124f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2b44185b-7499-4746-b59f-355be932cff1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e76f88b4-d188-4ca6-a0d1-5d1105de531d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5d61caaa-c05e-4afd-ab35-fcb911cbe98b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:562b1a05-e1a3-499e-9568-5c71ca37475a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b3abaffc-6890-417a-adbe-b6a159ed9290", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e5932c97-06c1-4a15-9f21-e71c0e88124f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5932c97-06c1-4a15-9f21-e71c0e88124f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-386082984381631751157227", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e5932c97-06c1-4a15-9f21-e71c0e88124f", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-386082984381631751157227", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 28, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 37, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 74, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-386082984381631751157227", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5932c97-06c1-4a15-9f21-e71c0e88124f", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:16318499-01df-4837-bec2-c50e18a16b9b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:707e2e60-824b-4092-87bb-fffbd00b8fbb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5897cbd9-f444-4cb4-a6a1-12098f91b9d4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3b4c1ac4-3120-48d4-b481-d9c2995ac300", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0aaf4460-62d1-4ea0-ad09-09a0afcb49fb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9bc9614e-086a-4f00-a96a-10fe74293ad6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:13c37af6-912d-44c0-a60a-3a10dfbaeff1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:46b32b36-bb71-47d7-ae70-1bbd69b2ea21", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:080d60e5-b058-41c7-935c-6a8097050fb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:390e4dea-43fe-41d4-83df-2318c50e4ddf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:16318499-01df-4837-bec2-c50e18a16b9b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:16318499-01df-4837-bec2-c50e18a16b9b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-768379063890224263716726", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:16318499-01df-4837-bec2-c50e18a16b9b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-768379063890224263716726", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:16318499-01df-4837-bec2-c50e18a16b9b", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:707e2e60-824b-4092-87bb-fffbd00b8fbb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:707e2e60-824b-4092-87bb-fffbd00b8fbb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-509232621625130302979259", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:707e2e60-824b-4092-87bb-fffbd00b8fbb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-509232621625130302979259", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:707e2e60-824b-4092-87bb-fffbd00b8fbb", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5897cbd9-f444-4cb4-a6a1-12098f91b9d4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5897cbd9-f444-4cb4-a6a1-12098f91b9d4", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-778659719895262160759804", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5897cbd9-f444-4cb4-a6a1-12098f91b9d4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-778659719895262160759804", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5897cbd9-f444-4cb4-a6a1-12098f91b9d4", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3b4c1ac4-3120-48d4-b481-d9c2995ac300", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3b4c1ac4-3120-48d4-b481-d9c2995ac300", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-867357935078262148145860", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3b4c1ac4-3120-48d4-b481-d9c2995ac300", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-867357935078262148145860", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3b4c1ac4-3120-48d4-b481-d9c2995ac300", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0aaf4460-62d1-4ea0-ad09-09a0afcb49fb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0aaf4460-62d1-4ea0-ad09-09a0afcb49fb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-284737784487898723135048", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0aaf4460-62d1-4ea0-ad09-09a0afcb49fb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-284737784487898723135048", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0aaf4460-62d1-4ea0-ad09-09a0afcb49fb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9bc9614e-086a-4f00-a96a-10fe74293ad6", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9bc9614e-086a-4f00-a96a-10fe74293ad6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-856846491319199132395825", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9bc9614e-086a-4f00-a96a-10fe74293ad6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-856846491319199132395825", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9bc9614e-086a-4f00-a96a-10fe74293ad6", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-08-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:13c37af6-912d-44c0-a60a-3a10dfbaeff1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:13c37af6-912d-44c0-a60a-3a10dfbaeff1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-465473244092805952400177", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:13c37af6-912d-44c0-a60a-3a10dfbaeff1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-465473244092805952400177", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:13c37af6-912d-44c0-a60a-3a10dfbaeff1", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:46b32b36-bb71-47d7-ae70-1bbd69b2ea21", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:46b32b36-bb71-47d7-ae70-1bbd69b2ea21", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-354681615619970128025989", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:46b32b36-bb71-47d7-ae70-1bbd69b2ea21", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-354681615619970128025989", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:46b32b36-bb71-47d7-ae70-1bbd69b2ea21", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:080d60e5-b058-41c7-935c-6a8097050fb8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:080d60e5-b058-41c7-935c-6a8097050fb8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-082148051151961752564608", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:080d60e5-b058-41c7-935c-6a8097050fb8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-082148051151961752564608", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:080d60e5-b058-41c7-935c-6a8097050fb8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:390e4dea-43fe-41d4-83df-2318c50e4ddf", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:390e4dea-43fe-41d4-83df-2318c50e4ddf", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-464501386044746561951693", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:390e4dea-43fe-41d4-83df-2318c50e4ddf", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-464501386044746561951693", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:390e4dea-43fe-41d4-83df-2318c50e4ddf", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2b44185b-7499-4746-b59f-355be932cff1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2b44185b-7499-4746-b59f-355be932cff1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-438355518114230832460971", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2b44185b-7499-4746-b59f-355be932cff1", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-438355518114230832460971", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 32, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 15, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 75, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-438355518114230832460971", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2b44185b-7499-4746-b59f-355be932cff1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2e7cdc0c-37f9-46aa-86ca-3219840c6016", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5bcfc53c-3aac-4a50-86e9-fcd84ea247db", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e2e42c15-66a3-4474-8697-9cc29a8c4180", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:75c1ab80-85d2-4046-9510-ee7bc4a9651e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:50d12164-5503-4f7d-addd-09a159ae9271", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4b0995fa-d340-4884-956d-78dee91fb7f1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b7fc7e56-99b6-41f3-bec1-560192b52025", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eb568450-30a3-420c-8626-21789409ec3f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5817c6e0-3950-4394-8394-6053bdfd77ab", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:45a51b76-5f8b-4c5b-9b85-ec67aad04119", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2e7cdc0c-37f9-46aa-86ca-3219840c6016", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e7cdc0c-37f9-46aa-86ca-3219840c6016", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-289647228691961401448812", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2e7cdc0c-37f9-46aa-86ca-3219840c6016", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-289647228691961401448812", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e7cdc0c-37f9-46aa-86ca-3219840c6016", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-02-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5bcfc53c-3aac-4a50-86e9-fcd84ea247db", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5bcfc53c-3aac-4a50-86e9-fcd84ea247db", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-317952735206591536079756", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5bcfc53c-3aac-4a50-86e9-fcd84ea247db", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-317952735206591536079756", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5bcfc53c-3aac-4a50-86e9-fcd84ea247db", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e2e42c15-66a3-4474-8697-9cc29a8c4180", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e2e42c15-66a3-4474-8697-9cc29a8c4180", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-054413514006705958016466", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e2e42c15-66a3-4474-8697-9cc29a8c4180", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-054413514006705958016466", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e2e42c15-66a3-4474-8697-9cc29a8c4180", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:75c1ab80-85d2-4046-9510-ee7bc4a9651e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:75c1ab80-85d2-4046-9510-ee7bc4a9651e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-021004210038257526348013", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:75c1ab80-85d2-4046-9510-ee7bc4a9651e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-021004210038257526348013", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:75c1ab80-85d2-4046-9510-ee7bc4a9651e", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-12-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:50d12164-5503-4f7d-addd-09a159ae9271", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:50d12164-5503-4f7d-addd-09a159ae9271", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-089485671236914982604470", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:50d12164-5503-4f7d-addd-09a159ae9271", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-089485671236914982604470", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:50d12164-5503-4f7d-addd-09a159ae9271", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4b0995fa-d340-4884-956d-78dee91fb7f1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b0995fa-d340-4884-956d-78dee91fb7f1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-020826515303312291927938", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4b0995fa-d340-4884-956d-78dee91fb7f1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-020826515303312291927938", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4b0995fa-d340-4884-956d-78dee91fb7f1", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-01-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b7fc7e56-99b6-41f3-bec1-560192b52025", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b7fc7e56-99b6-41f3-bec1-560192b52025", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-627713792060879213132685", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b7fc7e56-99b6-41f3-bec1-560192b52025", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-627713792060879213132685", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b7fc7e56-99b6-41f3-bec1-560192b52025", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-09-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:eb568450-30a3-420c-8626-21789409ec3f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eb568450-30a3-420c-8626-21789409ec3f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-844152734224046079496371", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eb568450-30a3-420c-8626-21789409ec3f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-844152734224046079496371", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:eb568450-30a3-420c-8626-21789409ec3f", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5817c6e0-3950-4394-8394-6053bdfd77ab", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5817c6e0-3950-4394-8394-6053bdfd77ab", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-003402053385521335101777", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5817c6e0-3950-4394-8394-6053bdfd77ab", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-003402053385521335101777", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5817c6e0-3950-4394-8394-6053bdfd77ab", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:45a51b76-5f8b-4c5b-9b85-ec67aad04119", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:45a51b76-5f8b-4c5b-9b85-ec67aad04119", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-968440137719016823394915", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:45a51b76-5f8b-4c5b-9b85-ec67aad04119", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-968440137719016823394915", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:45a51b76-5f8b-4c5b-9b85-ec67aad04119", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e76f88b4-d188-4ca6-a0d1-5d1105de531d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e76f88b4-d188-4ca6-a0d1-5d1105de531d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-112835641253968178531936", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e76f88b4-d188-4ca6-a0d1-5d1105de531d", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-112835641253968178531936", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 88, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 28, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 44, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-112835641253968178531936", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e76f88b4-d188-4ca6-a0d1-5d1105de531d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:78e18ed5-264a-4a35-b735-d19a999addb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b998b569-1b6c-4fd6-9e02-d11ab1d3fbd7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b8dfc4c3-04a3-4c3c-89a1-f7954c4a637c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:10db4e52-9cb7-498e-a347-a5f16a217c06", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9cba9634-f105-462c-9040-22df52592f69", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:97dc843f-79ea-41a1-8f1d-9a688763d021", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d6b672d4-86d7-46c6-8939-b6e9297d5547", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b6775885-88eb-4892-8efb-474bfa49f4fb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6adcc7e7-7654-4cc9-81e6-58e440dabc59", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7a29a514-3b09-43e3-acd5-c65abc1840dc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:78e18ed5-264a-4a35-b735-d19a999addb8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:78e18ed5-264a-4a35-b735-d19a999addb8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-662061753630801994618722", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:78e18ed5-264a-4a35-b735-d19a999addb8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-662061753630801994618722", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:78e18ed5-264a-4a35-b735-d19a999addb8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-07-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b998b569-1b6c-4fd6-9e02-d11ab1d3fbd7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b998b569-1b6c-4fd6-9e02-d11ab1d3fbd7", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-292083362828285815551327", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b998b569-1b6c-4fd6-9e02-d11ab1d3fbd7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-292083362828285815551327", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b998b569-1b6c-4fd6-9e02-d11ab1d3fbd7", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b8dfc4c3-04a3-4c3c-89a1-f7954c4a637c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b8dfc4c3-04a3-4c3c-89a1-f7954c4a637c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-439729397349638842126199", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b8dfc4c3-04a3-4c3c-89a1-f7954c4a637c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-439729397349638842126199", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b8dfc4c3-04a3-4c3c-89a1-f7954c4a637c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-10-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:10db4e52-9cb7-498e-a347-a5f16a217c06", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:10db4e52-9cb7-498e-a347-a5f16a217c06", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-449403245825836703236348", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:10db4e52-9cb7-498e-a347-a5f16a217c06", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-449403245825836703236348", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:10db4e52-9cb7-498e-a347-a5f16a217c06", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9cba9634-f105-462c-9040-22df52592f69", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cba9634-f105-462c-9040-22df52592f69", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-491990304097474621880315", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9cba9634-f105-462c-9040-22df52592f69", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-491990304097474621880315", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9cba9634-f105-462c-9040-22df52592f69", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:97dc843f-79ea-41a1-8f1d-9a688763d021", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:97dc843f-79ea-41a1-8f1d-9a688763d021", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-597711510509178901563242", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:97dc843f-79ea-41a1-8f1d-9a688763d021", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-597711510509178901563242", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:97dc843f-79ea-41a1-8f1d-9a688763d021", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d6b672d4-86d7-46c6-8939-b6e9297d5547", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d6b672d4-86d7-46c6-8939-b6e9297d5547", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-146711093757311555218829", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d6b672d4-86d7-46c6-8939-b6e9297d5547", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-146711093757311555218829", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d6b672d4-86d7-46c6-8939-b6e9297d5547", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b6775885-88eb-4892-8efb-474bfa49f4fb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b6775885-88eb-4892-8efb-474bfa49f4fb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-539888092560925345261630", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b6775885-88eb-4892-8efb-474bfa49f4fb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-539888092560925345261630", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b6775885-88eb-4892-8efb-474bfa49f4fb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-02-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6adcc7e7-7654-4cc9-81e6-58e440dabc59", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6adcc7e7-7654-4cc9-81e6-58e440dabc59", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-809493773339642311823600", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6adcc7e7-7654-4cc9-81e6-58e440dabc59", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-809493773339642311823600", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6adcc7e7-7654-4cc9-81e6-58e440dabc59", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7a29a514-3b09-43e3-acd5-c65abc1840dc", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a29a514-3b09-43e3-acd5-c65abc1840dc", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-181758372900194667554691", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7a29a514-3b09-43e3-acd5-c65abc1840dc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-181758372900194667554691", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a29a514-3b09-43e3-acd5-c65abc1840dc", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5d61caaa-c05e-4afd-ab35-fcb911cbe98b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5d61caaa-c05e-4afd-ab35-fcb911cbe98b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-783074322738219207265875", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5d61caaa-c05e-4afd-ab35-fcb911cbe98b", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-783074322738219207265875", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 35, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 58, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 64, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-783074322738219207265875", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5d61caaa-c05e-4afd-ab35-fcb911cbe98b", - "childItems" : [ { - "catenaXId" : "urn:uuid:b2c9a0f7-f03e-4433-81bb-8e054ec6ddae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:34b00588-7dfe-49c1-a8aa-fd07f0bdc992", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:87dc63b5-4de6-4067-b74a-0a14a723d5c1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:027f189d-6fff-46c5-9558-44e01285aaf8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:543ddeca-69f9-4430-883f-994be8157aa3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9f7d654f-554b-4710-9101-26bfa7f7a781", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0e5d7d8b-298d-4d30-be2b-356a2b5d99c0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8efbd599-c074-4985-a85f-6453d550030c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2faa0a34-5fc0-4a91-b54f-2817d9c42159", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eaa22643-9539-459b-b3f1-7ab345212ff0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:93870eb4-7393-4f91-93bd-6b12144f9324", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:34b00588-7dfe-49c1-a8aa-fd07f0bdc992", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:34b00588-7dfe-49c1-a8aa-fd07f0bdc992", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-646696605967665690642587", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:34b00588-7dfe-49c1-a8aa-fd07f0bdc992", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-646696605967665690642587", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:34b00588-7dfe-49c1-a8aa-fd07f0bdc992", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:87dc63b5-4de6-4067-b74a-0a14a723d5c1", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:87dc63b5-4de6-4067-b74a-0a14a723d5c1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-211928697474845597692948", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:87dc63b5-4de6-4067-b74a-0a14a723d5c1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-211928697474845597692948", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:87dc63b5-4de6-4067-b74a-0a14a723d5c1", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-12-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:027f189d-6fff-46c5-9558-44e01285aaf8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:027f189d-6fff-46c5-9558-44e01285aaf8", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-299440875618756750890334", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:027f189d-6fff-46c5-9558-44e01285aaf8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-299440875618756750890334", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:027f189d-6fff-46c5-9558-44e01285aaf8", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-10-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:543ddeca-69f9-4430-883f-994be8157aa3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:543ddeca-69f9-4430-883f-994be8157aa3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-019506601126817482487189", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:543ddeca-69f9-4430-883f-994be8157aa3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-019506601126817482487189", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:543ddeca-69f9-4430-883f-994be8157aa3", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9f7d654f-554b-4710-9101-26bfa7f7a781", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9f7d654f-554b-4710-9101-26bfa7f7a781", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-211713075054073660297892", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9f7d654f-554b-4710-9101-26bfa7f7a781", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-211713075054073660297892", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9f7d654f-554b-4710-9101-26bfa7f7a781", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0e5d7d8b-298d-4d30-be2b-356a2b5d99c0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0e5d7d8b-298d-4d30-be2b-356a2b5d99c0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-766924012908154089127740", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0e5d7d8b-298d-4d30-be2b-356a2b5d99c0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-766924012908154089127740", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0e5d7d8b-298d-4d30-be2b-356a2b5d99c0", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8efbd599-c074-4985-a85f-6453d550030c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8efbd599-c074-4985-a85f-6453d550030c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-692031807717432071583828", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8efbd599-c074-4985-a85f-6453d550030c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-692031807717432071583828", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8efbd599-c074-4985-a85f-6453d550030c", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-08-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2faa0a34-5fc0-4a91-b54f-2817d9c42159", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2faa0a34-5fc0-4a91-b54f-2817d9c42159", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-886261633305902269454076", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2faa0a34-5fc0-4a91-b54f-2817d9c42159", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-886261633305902269454076", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2faa0a34-5fc0-4a91-b54f-2817d9c42159", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:eaa22643-9539-459b-b3f1-7ab345212ff0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eaa22643-9539-459b-b3f1-7ab345212ff0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-824753291895471480918986", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eaa22643-9539-459b-b3f1-7ab345212ff0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-824753291895471480918986", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:eaa22643-9539-459b-b3f1-7ab345212ff0", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:93870eb4-7393-4f91-93bd-6b12144f9324", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:93870eb4-7393-4f91-93bd-6b12144f9324", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-540803424901311788238929", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:93870eb4-7393-4f91-93bd-6b12144f9324", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-540803424901311788238929", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:93870eb4-7393-4f91-93bd-6b12144f9324", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:562b1a05-e1a3-499e-9568-5c71ca37475a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:562b1a05-e1a3-499e-9568-5c71ca37475a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-931956202957913855580013", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:562b1a05-e1a3-499e-9568-5c71ca37475a", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-931956202957913855580013", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 26, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 20, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 86, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-931956202957913855580013", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:562b1a05-e1a3-499e-9568-5c71ca37475a", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3d3f67f7-12fe-4e0a-ba5d-407ce6be3e70", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f35ca82e-52c5-4c56-867b-6f5754a8ef48", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:699691da-813c-406b-9ef4-2e5f447aa5fb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4fbbb4cd-c477-43f9-b956-cff7387f180d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d418d115-8362-40fc-ad7f-a9a6b3e6f568", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3c70ca55-0a35-4d8d-9f41-346bccf448a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9b964a7f-f6c6-4b78-a872-ca7032af7338", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:40f28caf-e99f-4a01-bcd5-9a84398c8774", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d5d243c0-3435-4cfd-95d1-4cce6661a571", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d7f5a732-4ad2-408f-9906-a62c2060e235", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:3d3f67f7-12fe-4e0a-ba5d-407ce6be3e70", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3d3f67f7-12fe-4e0a-ba5d-407ce6be3e70", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-329770962385728724157920", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3d3f67f7-12fe-4e0a-ba5d-407ce6be3e70", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-329770962385728724157920", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3d3f67f7-12fe-4e0a-ba5d-407ce6be3e70", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-12-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f35ca82e-52c5-4c56-867b-6f5754a8ef48", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f35ca82e-52c5-4c56-867b-6f5754a8ef48", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-808867499316832727721743", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f35ca82e-52c5-4c56-867b-6f5754a8ef48", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-808867499316832727721743", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f35ca82e-52c5-4c56-867b-6f5754a8ef48", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-09-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:699691da-813c-406b-9ef4-2e5f447aa5fb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:699691da-813c-406b-9ef4-2e5f447aa5fb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-106879415327801549184422", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:699691da-813c-406b-9ef4-2e5f447aa5fb", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-106879415327801549184422", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:699691da-813c-406b-9ef4-2e5f447aa5fb", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-09-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4fbbb4cd-c477-43f9-b956-cff7387f180d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4fbbb4cd-c477-43f9-b956-cff7387f180d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-523929389442901978525313", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4fbbb4cd-c477-43f9-b956-cff7387f180d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-523929389442901978525313", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4fbbb4cd-c477-43f9-b956-cff7387f180d", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-10-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d418d115-8362-40fc-ad7f-a9a6b3e6f568", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d418d115-8362-40fc-ad7f-a9a6b3e6f568", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-293428684178846940328074", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d418d115-8362-40fc-ad7f-a9a6b3e6f568", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-293428684178846940328074", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d418d115-8362-40fc-ad7f-a9a6b3e6f568", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3c70ca55-0a35-4d8d-9f41-346bccf448a5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3c70ca55-0a35-4d8d-9f41-346bccf448a5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-816188249179912309144432", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3c70ca55-0a35-4d8d-9f41-346bccf448a5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-816188249179912309144432", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3c70ca55-0a35-4d8d-9f41-346bccf448a5", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-12-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9b964a7f-f6c6-4b78-a872-ca7032af7338", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9b964a7f-f6c6-4b78-a872-ca7032af7338", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-416919961150344797612802", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9b964a7f-f6c6-4b78-a872-ca7032af7338", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-416919961150344797612802", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9b964a7f-f6c6-4b78-a872-ca7032af7338", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:40f28caf-e99f-4a01-bcd5-9a84398c8774", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:40f28caf-e99f-4a01-bcd5-9a84398c8774", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-101228377018728545548721", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:40f28caf-e99f-4a01-bcd5-9a84398c8774", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-101228377018728545548721", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:40f28caf-e99f-4a01-bcd5-9a84398c8774", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-11-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d5d243c0-3435-4cfd-95d1-4cce6661a571", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5d243c0-3435-4cfd-95d1-4cce6661a571", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-885753777101568776769180", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d5d243c0-3435-4cfd-95d1-4cce6661a571", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-885753777101568776769180", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5d243c0-3435-4cfd-95d1-4cce6661a571", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-04-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d7f5a732-4ad2-408f-9906-a62c2060e235", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7f5a732-4ad2-408f-9906-a62c2060e235", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-719005028402733225390200", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d7f5a732-4ad2-408f-9906-a62c2060e235", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-719005028402733225390200", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7f5a732-4ad2-408f-9906-a62c2060e235", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-07-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b3abaffc-6890-417a-adbe-b6a159ed9290", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3abaffc-6890-417a-adbe-b6a159ed9290", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-209189982631823190254364", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b3abaffc-6890-417a-adbe-b6a159ed9290", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-209189982631823190254364", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 27, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 39, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 49, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" - }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" - }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-209189982631823190254364", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b3abaffc-6890-417a-adbe-b6a159ed9290", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c408a55b-703f-4be8-bcdf-b41d573a9f28", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:535495f0-9ed3-47cd-a7ab-b3386f64f76a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8253f537-94f7-4a69-bf8a-e925a8d1ecdd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1fee8f81-bb4d-4a39-a343-94763e60ea20", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3e5981cd-3fef-4534-ad8c-9ce87ae1575c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8894d6c0-9cbe-4493-8fe0-95a64187b5af", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0621e4b2-4ea6-4ab7-b862-2e604cc36136", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:976a649e-453e-4cd4-9651-849647cfa241", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1e36d54b-7e13-4b87-aec7-0792ab16a89e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4e2e5093-6a63-403e-8efe-8be2fa73e7ad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:c408a55b-703f-4be8-bcdf-b41d573a9f28", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c408a55b-703f-4be8-bcdf-b41d573a9f28", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-845900666336994591399875", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c408a55b-703f-4be8-bcdf-b41d573a9f28", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-845900666336994591399875", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c408a55b-703f-4be8-bcdf-b41d573a9f28", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:535495f0-9ed3-47cd-a7ab-b3386f64f76a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:535495f0-9ed3-47cd-a7ab-b3386f64f76a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-680057935586320022269433", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:535495f0-9ed3-47cd-a7ab-b3386f64f76a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-680057935586320022269433", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:535495f0-9ed3-47cd-a7ab-b3386f64f76a", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8253f537-94f7-4a69-bf8a-e925a8d1ecdd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8253f537-94f7-4a69-bf8a-e925a8d1ecdd", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-094242069603019918208172", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8253f537-94f7-4a69-bf8a-e925a8d1ecdd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-094242069603019918208172", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8253f537-94f7-4a69-bf8a-e925a8d1ecdd", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-09-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1fee8f81-bb4d-4a39-a343-94763e60ea20", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1fee8f81-bb4d-4a39-a343-94763e60ea20", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-238375429556539417868624", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1fee8f81-bb4d-4a39-a343-94763e60ea20", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-238375429556539417868624", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1fee8f81-bb4d-4a39-a343-94763e60ea20", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-04-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3e5981cd-3fef-4534-ad8c-9ce87ae1575c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e5981cd-3fef-4534-ad8c-9ce87ae1575c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-874683687936668060248518", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3e5981cd-3fef-4534-ad8c-9ce87ae1575c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-874683687936668060248518", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e5981cd-3fef-4534-ad8c-9ce87ae1575c", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8894d6c0-9cbe-4493-8fe0-95a64187b5af", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8894d6c0-9cbe-4493-8fe0-95a64187b5af", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-657246842003040313725604", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8894d6c0-9cbe-4493-8fe0-95a64187b5af", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-657246842003040313725604", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8894d6c0-9cbe-4493-8fe0-95a64187b5af", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-08-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0621e4b2-4ea6-4ab7-b862-2e604cc36136", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0621e4b2-4ea6-4ab7-b862-2e604cc36136", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-602883262581179063927483", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0621e4b2-4ea6-4ab7-b862-2e604cc36136", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-602883262581179063927483", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0621e4b2-4ea6-4ab7-b862-2e604cc36136", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-07-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:976a649e-453e-4cd4-9651-849647cfa241", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:976a649e-453e-4cd4-9651-849647cfa241", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-312749629851240401718703", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:976a649e-453e-4cd4-9651-849647cfa241", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-312749629851240401718703", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:976a649e-453e-4cd4-9651-849647cfa241", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-06-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1e36d54b-7e13-4b87-aec7-0792ab16a89e", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e36d54b-7e13-4b87-aec7-0792ab16a89e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-554341705220032487611284", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1e36d54b-7e13-4b87-aec7-0792ab16a89e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-554341705220032487611284", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1e36d54b-7e13-4b87-aec7-0792ab16a89e", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4e2e5093-6a63-403e-8efe-8be2fa73e7ad", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e2e5093-6a63-403e-8efe-8be2fa73e7ad", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-425166215630009168045071", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4e2e5093-6a63-403e-8efe-8be2fa73e7ad", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-425166215630009168045071", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e2e5093-6a63-403e-8efe-8be2fa73e7ad", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Schräghecklimousine", - "catenaXId" : "urn:uuid:9664d76a-dfd5-43d8-b429-91eaa7504dd1", - "engine" : { - "size" : 2998, - "power" : 152 - }, - "emptyWeight" : 1.79, - "fuel" : "Benzin/komp.Erdgas", - "vehicleModel" : "Vehicle Hybrid", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - }, { - "code" : "A458D", - "description" : "parking assistance ", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2021-06-18", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:9664d76a-dfd5-43d8-b429-91eaa7504dd1", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "SY-65", - "key" : "manufacturerPartId" - }, { - "value" : "OMARGYAEXEEIOXYXX", - "key" : "partInstanceId" - }, { - "value" : "OMARGYAEXEEIOXYXX", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2016-02-21T06:46:05.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9664d76a-dfd5-43d8-b429-91eaa7504dd1", - "partTypeInformation" : { - "manufacturerPartId" : "SY-65", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Hybrid" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 17, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 67, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 79, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 29, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 4, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 59, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 42, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 65, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 26, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 43, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.certificate_of_destruction:1.0.1#CertificateOfDestruction" : [ { - "catenaXId" : "urn:uuid:9664d76a-dfd5-43d8-b429-91eaa7504dd1", - "dismantlerProperties" : { - "expiryDate" : "2023-03-14", - "governmentAddress" : { - "zip" : "68161/12", - "country" : "UR", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "VLhpfQGTMDYpsBZxvfBoeygjb", - "location" : "Mannheim" - }, - "dismantlerAuditorContact" : { - "phone" : "+908 0984", - "fax" : "2118145186333995599 4455362573 92903453" - }, - "receiverAuditorAddress" : { - "zip" : "68161/12", - "country" : "AR", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "location" : "Mannheim" - }, - "dismantlerContact" : { - "phone" : " 0437170 59659481408170668550001606181190496817797071900 16680 7 6926221384 05844893247741871 583", - "fax" : "29 013 2258035667 5403" - }, - "dismantlerAuditorAddress" : { - "zip" : "68161/12", - "country" : "GI", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "dpHYZGhtgdntugzvvKAXLhM", - "location" : "Mannheim" - }, - "dismantlerAddress" : { - "zip" : "68161/12", - "country" : "KQ", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "RYtGKbgicZaHCBRQDSx", - "location" : "Mannheim" - }, - "issueDate" : "2023-03-14", - "isVehicleWithdrawnFromService" : false - }, - "serialNumber" : "LRP1087432", - "companyNumber" : "S30A00065", - "vehicleProperties" : { - "licenseAbbreviation" : "HAL", - "isVehicleInformationComplete" : false, - "licensePlate" : "HAL-UI123", - "identification" : "WBAAY711X0KC28153", - "emptyWeight" : -17, - "model" : "318 I", - "brand" : "BMW", - "class" : "01", - "firstRegistration" : "19.12.2014" - }, - "returnPointProperties" : { - "expiryDate" : "2023-03-14", - "receiverAddress" : { - "zip" : "68161/12", - "country" : "RV", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "JxkyvRnL", - "location" : "Mannheim" - }, - "receiverAuditorAddress" : { - "zip" : "68161/12", - "country" : "ZE", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "Mannheim" - }, - "receiverAuditorContact" : { - "phone" : "331526303180940 34307479 92660 38225647 520855838909 01 8 72520515310573752386", - "fax" : "60298704457507 9 8577 76" - }, - "receiverContact" : { - "phone" : "+5585 6 2026 20021538 2747306418525503392771787 089739266209007778 279967117", - "fax" : "4270096015 4309445925080622016597027979396859783 08514571099764 9" - }, - "issueDate" : "2023-03-14", - "isVehicleWithdrawnFromService" : true - }, - "vehicleOwnerProperties" : { - "isVehicleOwnerInformationComplete" : true, - "vehicleOwnerAddress" : { - "zip" : "68161/12", - "country" : "DI", - "street" : "Bernstraße", - "houseNumber" : "45", - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "Mannheim" - }, - "citizenship" : "DE" - }, - "dismantlingDate" : "2023-03-14" - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9664d76a-dfd5-43d8-b429-91eaa7504dd1", - "childItems" : [ { - "catenaXId" : "urn:uuid:d6dd7e92-b46d-47ff-b2ca-ed6e56776f95", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:63be44f4-6923-4cb8-a3b1-40adca703cf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:29034e7a-397c-432a-bf3c-7c634b333318", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f66a78f2-edef-40d6-988c-cb4f3d04134f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8f09644c-4b1d-4a53-9ef9-f38083a39c59", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d8c3ae01-012b-4854-a378-b245db25ea64", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7e2e2292-497e-4bab-9366-30c2e0a7e3f4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4f8a831c-7da4-441f-8cc0-45115f07bc01", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b5ad5a80-2da4-435e-968c-5e9b19774452", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cc28728d-5bc8-4355-b435-c83fb622ce8f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:56404bf1-cce1-4491-812b-96e55c470c6d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:73ae5c6c-0a28-4f25-bb94-69456dcf0133", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:211ab0a9-3237-442b-b8d8-d666f2907de8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:61a79f6b-b644-4ec1-9eb5-13652242d281", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e4986391-b2d4-46a3-8fd5-0d72c3eb21dd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4933fcc9-60f0-48fe-928e-eef045a36982", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7fa70dd6-9ac6-4e60-82b9-8b8a659dba38", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0e3d6132-2ab2-44fb-b49e-b8a559219470", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a427ac9c-845b-4358-977f-8442d5963da8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9d2c48fa-a045-4eeb-8116-f08ac55e9514", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ede0de9e-2fd7-40fd-964e-cc8b06a47ba5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fdcd7192-f524-4060-9bd2-e3fb21e7b151", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a2fe64f7-f70f-40eb-b9dd-6396ce321e81", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f6f722d-f08c-4329-900d-c58e533b07fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fc1a5a4d-d148-4f87-b4da-fbbba9e0cc6b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:237d55ae-bb68-450b-ab89-1a28f8586ed4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:75eb59bd-2836-4897-8a48-ea4dce425ade", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b1cd43a3-fa5f-4519-82f1-dadcee8834b5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d2d13a3d-1d4a-4051-98e3-299256ee3212", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e2daa85f-5a83-4c1b-ba3e-07f02dc51422", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1a3be6ee-e6f0-4fce-880a-06caffdfc9ab", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:03a18701-a7d7-43ea-8122-51c8dfdbd7a7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5b3e107c-7eb2-472e-bd19-b5cbfd947e61", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d81bde77-ca19-4bc2-a277-e78fb0c8786a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7c49762f-1c6c-4bf4-8ea5-116cc4db83fa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d6dd7e92-b46d-47ff-b2ca-ed6e56776f95", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d6dd7e92-b46d-47ff-b2ca-ed6e56776f95", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "10030939-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-328983399567530476955580", - "key" : "partInstanceId" - }, { - "value" : "Company 7", - "key" : "company" - }, { - "value" : "Brand 7", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d6dd7e92-b46d-47ff-b2ca-ed6e56776f95", - "partTypeInformation" : { - "manufacturerPartId" : "10030939-59", - "customerPartId" : "10030939-59", - "classification" : "component", - "nameAtManufacturer" : "Engine", - "nameAtCustomer" : "Engine" - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 560, - "width" : 762, - "length" : 843, - "weight" : 180, - "height" : 711 - } - } ] - }, { - "catenaXId" : "urn:uuid:63be44f4-6923-4cb8-a3b1-40adca703cf3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:63be44f4-6923-4cb8-a3b1-40adca703cf3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "32494586-73", - "key" : "manufacturerPartId" - }, { - "value" : "NO-737374530818032206325801", - "key" : "partInstanceId" - }, { - "value" : "Company 8", - "key" : "company" - }, { - "value" : "Brand 8", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:63be44f4-6923-4cb8-a3b1-40adca703cf3", - "partTypeInformation" : { - "manufacturerPartId" : "32494586-73", - "customerPartId" : "32494586-73", - "classification" : "component", - "nameAtManufacturer" : "Differential Gear", - "nameAtCustomer" : "Differential Gear" - } - } ] - }, { - "catenaXId" : "urn:uuid:29034e7a-397c-432a-bf3c-7c634b333318", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:29034e7a-397c-432a-bf3c-7c634b333318", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "67034319-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-720519727742552375897244", - "key" : "partInstanceId" - }, { - "value" : "Company 9", - "key" : "company" - }, { - "value" : "Brand 9", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:29034e7a-397c-432a-bf3c-7c634b333318", - "partTypeInformation" : { - "manufacturerPartId" : "67034319-44", - "customerPartId" : "67034319-44", - "classification" : "component", - "nameAtManufacturer" : "Turbocharger", - "nameAtCustomer" : "Turbocharger" - } - } ] - }, { - "catenaXId" : "urn:uuid:f66a78f2-edef-40d6-988c-cb4f3d04134f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f66a78f2-edef-40d6-988c-cb4f3d04134f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-727853523412228284458262", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f66a78f2-edef-40d6-988c-cb4f3d04134f", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:8f09644c-4b1d-4a53-9ef9-f38083a39c59", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f09644c-4b1d-4a53-9ef9-f38083a39c59", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-568633894332172463267757", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8f09644c-4b1d-4a53-9ef9-f38083a39c59", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f09644c-4b1d-4a53-9ef9-f38083a39c59", - "childItems" : [ { - "catenaXId" : "urn:uuid:f086bff2-6632-42cf-836f-1414a02e46de", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f086bff2-6632-42cf-836f-1414a02e46de", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f086bff2-6632-42cf-836f-1414a02e46de", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-490248244769456560814964", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f086bff2-6632-42cf-836f-1414a02e46de", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "40152814JGA", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:f086bff2-6632-42cf-836f-1414a02e46de", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:d8c3ae01-012b-4854-a378-b245db25ea64", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d8c3ae01-012b-4854-a378-b245db25ea64", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-081329668360342463503526", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d8c3ae01-012b-4854-a378-b245db25ea64", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d8c3ae01-012b-4854-a378-b245db25ea64", - "childItems" : [ { - "catenaXId" : "urn:uuid:4d6fabea-ad81-4bf8-8a94-a09eba3690bd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4d6fabea-ad81-4bf8-8a94-a09eba3690bd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d6fabea-ad81-4bf8-8a94-a09eba3690bd", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-928253510718429016943081", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4d6fabea-ad81-4bf8-8a94-a09eba3690bd", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "11902081ZUM", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:4d6fabea-ad81-4bf8-8a94-a09eba3690bd", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:7e2e2292-497e-4bab-9366-30c2e0a7e3f4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7e2e2292-497e-4bab-9366-30c2e0a7e3f4", - "customers" : [ { - "businessPartner" : false, - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-051263712119423579170722", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7e2e2292-497e-4bab-9366-30c2e0a7e3f4", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:4f8a831c-7da4-441f-8cc0-45115f07bc01", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f8a831c-7da4-441f-8cc0-45115f07bc01", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-329438627571110344651745", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4f8a831c-7da4-441f-8cc0-45115f07bc01", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:b5ad5a80-2da4-435e-968c-5e9b19774452", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b5ad5a80-2da4-435e-968c-5e9b19774452", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-972871043475060836597950", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b5ad5a80-2da4-435e-968c-5e9b19774452", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:cc28728d-5bc8-4355-b435-c83fb622ce8f", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc28728d-5bc8-4355-b435-c83fb622ce8f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-520070260539634952194986", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cc28728d-5bc8-4355-b435-c83fb622ce8f", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:56404bf1-cce1-4491-812b-96e55c470c6d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:56404bf1-cce1-4491-812b-96e55c470c6d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-558583408438447170352522", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:56404bf1-cce1-4491-812b-96e55c470c6d", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:73ae5c6c-0a28-4f25-bb94-69456dcf0133", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:73ae5c6c-0a28-4f25-bb94-69456dcf0133", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-820874485085601713314657", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:73ae5c6c-0a28-4f25-bb94-69456dcf0133", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:211ab0a9-3237-442b-b8d8-d666f2907de8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:211ab0a9-3237-442b-b8d8-d666f2907de8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-111697553661624744266272", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:211ab0a9-3237-442b-b8d8-d666f2907de8", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:61a79f6b-b644-4ec1-9eb5-13652242d281", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:61a79f6b-b644-4ec1-9eb5-13652242d281", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-331865846695170721541704", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:61a79f6b-b644-4ec1-9eb5-13652242d281", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:e4986391-b2d4-46a3-8fd5-0d72c3eb21dd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e4986391-b2d4-46a3-8fd5-0d72c3eb21dd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-769655048267590974530650", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e4986391-b2d4-46a3-8fd5-0d72c3eb21dd", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:4933fcc9-60f0-48fe-928e-eef045a36982", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4933fcc9-60f0-48fe-928e-eef045a36982", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-666709036261861151743087", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4933fcc9-60f0-48fe-928e-eef045a36982", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:7fa70dd6-9ac6-4e60-82b9-8b8a659dba38", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7fa70dd6-9ac6-4e60-82b9-8b8a659dba38", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-406326563094489665072507", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7fa70dd6-9ac6-4e60-82b9-8b8a659dba38", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:0e3d6132-2ab2-44fb-b49e-b8a559219470", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0e3d6132-2ab2-44fb-b49e-b8a559219470", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-318342870648574195050874", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0e3d6132-2ab2-44fb-b49e-b8a559219470", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:a427ac9c-845b-4358-977f-8442d5963da8", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a427ac9c-845b-4358-977f-8442d5963da8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-362599636704925427285485", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a427ac9c-845b-4358-977f-8442d5963da8", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:9d2c48fa-a045-4eeb-8116-f08ac55e9514", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d2c48fa-a045-4eeb-8116-f08ac55e9514", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-823202577319365135507917", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9d2c48fa-a045-4eeb-8116-f08ac55e9514", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:ede0de9e-2fd7-40fd-964e-cc8b06a47ba5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ede0de9e-2fd7-40fd-964e-cc8b06a47ba5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-464691172443279033482856", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ede0de9e-2fd7-40fd-964e-cc8b06a47ba5", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:fdcd7192-f524-4060-9bd2-e3fb21e7b151", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fdcd7192-f524-4060-9bd2-e3fb21e7b151", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-602532150330529396855226", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fdcd7192-f524-4060-9bd2-e3fb21e7b151", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:a2fe64f7-f70f-40eb-b9dd-6396ce321e81", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a2fe64f7-f70f-40eb-b9dd-6396ce321e81", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-678482811991271695527504", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a2fe64f7-f70f-40eb-b9dd-6396ce321e81", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:0f6f722d-f08c-4329-900d-c58e533b07fd", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f6f722d-f08c-4329-900d-c58e533b07fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-843009635149868834167151", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f6f722d-f08c-4329-900d-c58e533b07fd", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:fc1a5a4d-d148-4f87-b4da-fbbba9e0cc6b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fc1a5a4d-d148-4f87-b4da-fbbba9e0cc6b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-853403032472188606766212", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fc1a5a4d-d148-4f87-b4da-fbbba9e0cc6b", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:237d55ae-bb68-450b-ab89-1a28f8586ed4", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:237d55ae-bb68-450b-ab89-1a28f8586ed4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-921287437807957920774971", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:237d55ae-bb68-450b-ab89-1a28f8586ed4", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:75eb59bd-2836-4897-8a48-ea4dce425ade", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:75eb59bd-2836-4897-8a48-ea4dce425ade", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-359704568485998437734479", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:75eb59bd-2836-4897-8a48-ea4dce425ade", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:b1cd43a3-fa5f-4519-82f1-dadcee8834b5", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b1cd43a3-fa5f-4519-82f1-dadcee8834b5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-640825363334320947516507", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b1cd43a3-fa5f-4519-82f1-dadcee8834b5", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:d2d13a3d-1d4a-4051-98e3-299256ee3212", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d2d13a3d-1d4a-4051-98e3-299256ee3212", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-845290496133330339716708", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d2d13a3d-1d4a-4051-98e3-299256ee3212", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:e2daa85f-5a83-4c1b-ba3e-07f02dc51422", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e2daa85f-5a83-4c1b-ba3e-07f02dc51422", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-319553807970286080065202", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e2daa85f-5a83-4c1b-ba3e-07f02dc51422", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:1a3be6ee-e6f0-4fce-880a-06caffdfc9ab", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a3be6ee-e6f0-4fce-880a-06caffdfc9ab", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-812892748319818577056533", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1a3be6ee-e6f0-4fce-880a-06caffdfc9ab", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:03a18701-a7d7-43ea-8122-51c8dfdbd7a7", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:03a18701-a7d7-43ea-8122-51c8dfdbd7a7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-332734700189243248691462", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:03a18701-a7d7-43ea-8122-51c8dfdbd7a7", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:5b3e107c-7eb2-472e-bd19-b5cbfd947e61", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b3e107c-7eb2-472e-bd19-b5cbfd947e61", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-859483770766071994006516", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5b3e107c-7eb2-472e-bd19-b5cbfd947e61", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:5b3e107c-7eb2-472e-bd19-b5cbfd947e61", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-859483770766071994006516", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 65, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 47, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 46, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5b3e107c-7eb2-472e-bd19-b5cbfd947e61", - "childItems" : [ { - "catenaXId" : "urn:uuid:11ed0047-db95-411d-b827-361cf675a2b0", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a43e4af0-8a57-4ad6-96e2-76d52c0c1007", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:41d0573d-8f8e-45ec-944c-3a703ee41dff", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:11ed0047-db95-411d-b827-361cf675a2b0", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:11ed0047-db95-411d-b827-361cf675a2b0", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:11ed0047-db95-411d-b827-361cf675a2b0", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 17, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 45, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a43e4af0-8a57-4ad6-96e2-76d52c0c1007", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a43e4af0-8a57-4ad6-96e2-76d52c0c1007", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "03723H3-52", - "key" : "manufacturerPartId" - }, { - "value" : "NO-815649148976375073215745", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a43e4af0-8a57-4ad6-96e2-76d52c0c1007", - "partTypeInformation" : { - "manufacturerPartId" : "03723H3-52", - "customerPartId" : "03723H3-52", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a43e4af0-8a57-4ad6-96e2-76d52c0c1007", - "childItems" : [ { - "catenaXId" : "urn:uuid:38f77a62-a69b-4240-b719-bf6d6bd4e1bb", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:38f77a62-a69b-4240-b719-bf6d6bd4e1bb", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" }, - "catenaXId" : "urn:uuid:38f77a62-a69b-4240-b719-bf6d6bd4e1bb", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-867497373255801160984990", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 0, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 17, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:41d0573d-8f8e-45ec-944c-3a703ee41dff", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:41d0573d-8f8e-45ec-944c-3a703ee41dff", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } + "productType" : "cell" } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:41d0573d-8f8e-45ec-944c-3a703ee41dff", + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -328475,187 +180475,444 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:41d0573d-8f8e-45ec-944c-3a703ee41dff", - "childItems" : [ ] } ] }, { - "catenaXId" : "urn:uuid:d81bde77-ca19-4bc2-a277-e78fb0c8786a", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d81bde77-ca19-4bc2-a277-e78fb0c8786a", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "56152M6-03", - "key" : "manufacturerPartId" + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-11-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 }, { - "value" : "NO-766492522791044320537895", - "key" : "partInstanceId" + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 }, - "catenaXId" : "urn:uuid:d81bde77-ca19-4bc2-a277-e78fb0c8786a", - "partTypeInformation" : { - "manufacturerPartId" : "56152M6-03", - "customerPartId" : "56152M6-03", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 53, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] + "type" : "HVB" } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d81bde77-ca19-4bc2-a277-e78fb0c8786a", - "childItems" : [ { - "catenaXId" : "urn:uuid:ed281d3e-2b8c-4a96-87f3-c2b0b81de683", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "228999", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1bd45e1a-20ca-4443-959b-45ebe388760d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d187cacb-f6e0-4a0b-abb2-95000383d51b", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "2870", + "materialNameStandardizedValue" : "PP-TD10" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] - } ] - }, { - "catenaXId" : "urn:uuid:ed281d3e-2b8c-4a96-87f3-c2b0b81de683", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "BID12345678", - "key" : "batchId" + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-234433363527778995608209", + "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:ed281d3e-2b8c-4a96-87f3-c2b0b81de683", + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ed281d3e-2b8c-4a96-87f3-c2b0b81de683", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, "measurementUnit" : "unit:litre" }, + "ownerItemId" : "urn:uuid:0f13f249-d965-477f-ae0a-08ab28801cf4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 14, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 47, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:1bd45e1a-20ca-4443-959b-45ebe388760d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1bd45e1a-20ca-4443-959b-45ebe388760d", + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-234433363527778995608209", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", + "businessPartner" : "BPNL00000003AYRE", "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" @@ -328666,232 +180923,195 @@ "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "57760N7-77", - "key" : "manufacturerPartId" - }, { - "value" : "NO-248972346570047935563592", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1bd45e1a-20ca-4443-959b-45ebe388760d", - "partTypeInformation" : { - "manufacturerPartId" : "57760N7-77", - "customerPartId" : "57760N7-77", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1bd45e1a-20ca-4443-959b-45ebe388760d", + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", "childItems" : [ { - "catenaXId" : "urn:uuid:3c8f78d0-6eaf-4263-9930-5dd47ef33571", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ] - }, { - "catenaXId" : "urn:uuid:3c8f78d0-6eaf-4263-9930-5dd47ef33571", - "urn:bamm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-11-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 }, { - "value" : "BID12345678", - "key" : "batchId" + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 }, - "catenaXId" : "urn:uuid:3c8f78d0-6eaf-4263-9930-5dd47ef33571", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } + "type" : "HVB" } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 20, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "574946", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 45, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d187cacb-f6e0-4a0b-abb2-95000383d51b", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d187cacb-f6e0-4a0b-abb2-95000383d51b", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "1733", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", + "value" : "BPNL00000003AYRE", "key" : "manufacturerId" }, { - "value" : "76727B3-83", + "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-919113658681429680777524", + "value" : "NO-352108796706027868787571", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d187cacb-f6e0-4a0b-abb2-95000383d51b", + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", "partTypeInformation" : { - "manufacturerPartId" : "76727B3-83", - "customerPartId" : "76727B3-83", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 39, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 24, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" + "itemVersion" : "01" } ], - "catenaXId" : "urn:uuid:7c49762f-1c6c-4bf4-8ea5-116cc4db83fa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c49762f-1c6c-4bf4-8ea5-116cc4db83fa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, "measurementUnit" : "unit:litre" }, + "ownerItemId" : "urn:uuid:b5da61e9-871c-4ecc-99ba-79b0d377d985", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-076672429737098065891053", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" }, - "catenaXId" : "urn:uuid:7c49762f-1c6c-4bf4-8ea5-116cc4db83fa", + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" } } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -329116,7 +181336,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-076672429737098065891053", + "batteryIDDMCCode" : "NO-352108796706027868787571", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -329127,352 +181347,247 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { "component" : [ { "materialName" : "Cooper", - "recycledContent" : 28, + "recycledContent" : 49, "materialClass" : "3.1", "quantity" : { "unit" : "unit:kilogram", - "value" : 5.4 + "value" : 1.2 }, "aggregateState" : "solid", "materialAbbreviation" : "CO7" }, { "materialName" : "Polyamid6", - "recycledContent" : 18, + "recycledContent" : 34, "materialClass" : "5.5.1", "quantity" : { "unit" : "unit:kilogram", - "value" : 11.75 + "value" : 2.5 }, "aggregateState" : "solid", "materialAbbreviation" : "POL6" }, { "materialName" : "Carbon Steel", - "recycledContent" : 60, + "recycledContent" : 40, "materialClass" : "1.1.2", "quantity" : { "unit" : "unit:kilogram", - "value" : 1.23 + "value" : 0.23 }, "aggregateState" : "solid", "materialAbbreviation" : "CS2" } ] } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-076672429737098065891053", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", - "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "lifespan" : { - "unit" : "unit:day", - "value" : 36 - } - }, - "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-076672429737098065891053", - "key" : "PartInstanceID" - } ], - "gtin" : "12345678", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "8703 24 10 00" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "safetyPackaging" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2000-01-01", - "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", - "name" : "Lead", - "location" : "Housing", - "concentration" : { - "left" : [ 3.592682E37 ] - }, - "id" : "RC0402" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", - "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : true, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } - } ], - "carbonContentTotal" : 2.5 + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL1234567890ZZ", - "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c49762f-1c6c-4bf4-8ea5-116cc4db83fa", - "childItems" : [ { - "catenaXId" : "urn:uuid:8f27b819-5943-4594-ab52-731947b80e6d", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:2d927b64-93ee-446e-a577-b6db609f641d", + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:f05fa855-5571-48a8-bf4b-9a96bb259ab2", + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:0140f4df-4fc5-4291-8188-8599823a2436", + "catenaXId" : "urn:uuid:8676f165-bf4c-4a55-ace1-08df65e2f835", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:9a06a3f0-d021-451c-93ea-8b8020a12629", + "catenaXId" : "urn:uuid:a1d66637-a7e1-48f6-b242-fa2217f691b6", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" }, { - "catenaXId" : "urn:uuid:611408dc-921f-45a6-b80c-b10b91a1543f", + "catenaXId" : "urn:uuid:a462bfe5-5071-4a30-950d-54c1f083e904", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:8f27b819-5943-4594-ab52-731947b80e6d", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f27b819-5943-4594-ab52-731947b80e6d", - "customers" : [ { + }, { + "catenaXId" : "urn:uuid:cb36d626-0fc9-4b0f-b322-de454d6bb41d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "90764", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6177", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -329480,31 +181595,264 @@ "value" : "8840837-48", "key" : "manufacturerPartId" }, { - "value" : "NO-645340221142826984402676", + "value" : "NO-513465712429541111831569", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:8f27b819-5943-4594-ab52-731947b80e6d", + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", "partTypeInformation" : { "manufacturerPartId" : "8840838-04", "customerPartId" : "8840838-04", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "HV MODUL", "nameAtCustomer" : "HV MODUL" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0d7c9619-af62-41fe-a888-cecb4ed250cd", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fefa38d5-0efd-4d71-a92a-eeccb72ac3b9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4a8b5cf8-93fc-4f6e-abbd-f6df7d5492bd", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:544145c5-6553-4f7f-8450-eacb815b415a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b99ab465-e8b8-4686-b604-187720ac60a6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f38ef7b5-e5b9-43b7-9161-6c03b3543e18", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4495b76c-88b4-4590-9533-6c8a1d09dd1f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85eb4b3f-dfcb-49ea-b279-3c123b8a4e77", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8676f165-bf4c-4a55-ace1-08df65e2f835", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:405cb7cb-c22a-44aa-a129-c7395d2415b2", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a1d66637-a7e1-48f6-b242-fa2217f691b6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ba17dda5-76b0-462a-9941-6b8064a0b640", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a462bfe5-5071-4a30-950d-54c1f083e904", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d7535b59-cda6-4e4f-bd4d-c4702d5dcef5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cb36d626-0fc9-4b0f-b322-de454d6bb41d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -329729,7 +182077,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-645340221142826984402676", + "batteryIDDMCCode" : "NO-513465712429541111831569", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -329740,40 +182088,7 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 35, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 57, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 7, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { "serialization" : { "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", @@ -329784,99 +182099,99 @@ "value" : 1 }, "registration" : { - "customerPartId" : "PRT-12345", - "manufacturerPartId" : "123-0.740-3434-A" + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" } }, "typology" : { "name" : "Transmission Type 8HP60", - "description" : "Product Description long text", + "description" : "This is the product description of a module", "class" : { - "code" : "44-09-02-02", - "definition" : "Manual transmission (motor vehicle)" + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" }, - "nameAtManufacturer" : "Mirror left", - "nameAtCustomer" : "side element A" + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" }, "metadata" : { "validityDate" : "2000-01-01", "economicOperator" : { - "id" : "BPNL1234567890ZZ", - "eori" : "GB123456789000" + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" }, - "issueDate" : "2000-01-01", - "version" : "1.0.0", - "status" : "Draft" + "issueDate" : "2023-04-14", + "version" : 1.1, + "status" : "Invalid" }, "characteristics" : { "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 + "diameter" : 229.6336, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 }, "lifespan" : { - "unit" : "unit:day", - "value" : 36 + "unit" : "unit:year", + "value" : 16 } }, "commercial" : { - "placedOnMarket" : "2000-01-01", - "warranty" : 36 + "placedOnMarket" : "2022-05-22", + "warranty" : 60 }, "identification" : { "localIdentifiers" : [ { - "value" : "NO-645340221142826984402676", + "value" : "NO-513465712429541111831569", "key" : "PartInstanceID" } ], - "gtin" : "12345678", + "gtin" : " 30556220", "additionalCode" : [ { "name" : "TARIC", - "value" : "8703 24 10 00" + "value" : "162038866" } ] }, "sources" : { "optional" : [ { "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, - "name" : "other" + "name" : "sustainability" } ], "mandatory" : { "safetyTransportation" : { - "header" : "Sustainability Document Material XY", + "header" : "Shipping guidelines", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernDisassembly" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "substanceOfConcernInstruction" : { - "header" : "Sustainability Document Material XY", + "header" : "Laboratory test results HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "safetyPackaging" : { - "header" : "Sustainability Document Material XY", + "header" : "Packaging instruction for HVB Module HV MODUL", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "declarationOfConformity" : [ { "document" : { "header" : "Sustainability Document Material XY", "category" : "Safety", - "type" : "link", - "content" : "www.alink.pdf" + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" }, "name" : "other" } ] @@ -329884,209 +182199,203 @@ }, "handling" : { "maintenanceHistory" : [ { - "date" : "2000-01-01", + "date" : "2023-04-24", "activity" : "Inspection", - "description" : "Check tire pressure and rotate tires", - "title" : "Check-up" + "description" : "Battery test", + "title" : "Maintenance Service" } ], - "reusablePackaging" : true, + "reusablePackaging" : false, "spareParts" : [ { "partId" : "Aluminum Housing 952/C", "name" : "Aluminum Housing", "producerId" : "BPNL1234567890ZZ" } ], "substanceOfConcern" : [ { - "unit" : "unit:partPerMillion", + "unit" : "unit:percent", "name" : "Lead", - "location" : "Housing", + "location" : "HvbCell", "concentration" : { - "left" : [ 3.592682E37 ] + "left" : [ 4.767 ] }, - "id" : "RC0402" + "id" : "IW4785" } ] }, "additionalData" : [ { "data" : "23", "children" : [ { - "data" : "23", - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "data" : "", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], - "description" : "Description of an attribute", - "label" : "Maximum permitted battery power", + "description" : "", + "label" : "", "type" : { - "dataType" : "array", - "typeUnit" : "unit:volume" + "dataType" : "xsd:string", + "typeUnit" : "" } } ], "sustainability" : { "material" : [ { - "recycled" : false, - "renewable" : true, + "recycled" : true, + "renewable" : false, "percentage" : 5, - "name" : "Aluminium" + "name" : "Nickel" } ], - "critical" : [ "eOMtThyhVNLWUZNRcBaQKxI" ], + "critical" : [ "Cobalt" ], "carbonFootprint" : { "crossSectoralStandard" : "GHG Protocol Product standard", "productOrSectorSpecificRules" : [ { "extWBCSD_otherOperatorName" : "NSF", "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : { + "productOrSectorSpecificRules" : [ { "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } + } ] } ], - "carbonContentTotal" : 2.5 + "carbonContentTotal" : 106 }, "state" : "first life" }, "operation" : { - "importer" : "BPNL1234567890ZZ", + "importer" : "BPNL00000003AYRE", "manufacturer" : { - "facilityId" : "BPNL1234567890ZZ", + "facilityId" : "BPNL00000003B3NX", "manufacturerId" : "BPNL00000003AYRE" } } } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f27b819-5943-4594-ab52-731947b80e6d", - "childItems" : [ { - "catenaXId" : "urn:uuid:3be9f09c-5dca-46cb-b89f-db69567a3bb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9ac4f35d-c18c-4ca7-95ad-653b9a8e4efa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f6fb0dce-8ccd-481a-a97a-770e2b134cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e00d1039-3eaa-4454-aac6-3a9e349e2dc2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5ddf1ee9-397d-45df-9cf4-1a1f9039dd94", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:da8fd415-b8c0-4400-88df-ccb76973620c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d7639e49-1e22-457f-b080-136cf9f590fb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "customers" : [ { "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0cea2645-9fda-4bb1-8632-88f4f7fcec25", + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 }, { - "catenaXId" : "urn:uuid:c0900064-a763-4c89-af6d-f7d1ae8e0491", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "883160", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f3f44ec4-b550-48d5-bfdc-9ff642ca60fb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b6ecf9ce-fbc6-47b3-822f-7bd066e47ca2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2652", + "materialNameStandardizedValue" : "PP-TD10" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9ac4f35d-c18c-4ca7-95ad-653b9a8e4efa", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ac4f35d-c18c-4ca7-95ad-653b9a8e4efa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -330094,31 +182403,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-337067651742880649644849", + "value" : "NO-882472948282380332973098", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:9ac4f35d-c18c-4ca7-95ad-653b9a8e4efa", + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "05" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0ad6dd3f-c673-40b5-a37e-72c399af9b08", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -330127,7 +182461,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -330352,7 +182704,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-337067651742880649644849", + "batteryIDDMCCode" : "NO-882472948282380332973098", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -330363,32 +182715,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ac4f35d-c18c-4ca7-95ad-653b9a8e4efa", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-09", + "currentStateOfHealthTimestamp" : "2023-08-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-12", + "currentStateOfHealthTimestamp" : "2024-02-21", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -330397,28 +182775,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f6fb0dce-8ccd-481a-a97a-770e2b134cce", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f6fb0dce-8ccd-481a-a97a-770e2b134cce", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "278409", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9260", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -330426,31 +182851,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-820027591069265384376926", + "value" : "NO-377536511860412570066760", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:f6fb0dce-8ccd-481a-a97a-770e2b134cce", + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:da3d43ee-d2ac-4797-ba8f-fa65b29aa40e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -330459,7 +182909,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -330684,7 +183152,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-820027591069265384376926", + "batteryIDDMCCode" : "NO-377536511860412570066760", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -330695,32 +183163,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f6fb0dce-8ccd-481a-a97a-770e2b134cce", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-02", + "currentStateOfHealthTimestamp" : "2020-11-02", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-16", + "currentStateOfHealthTimestamp" : "2024-02-27", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -330729,28 +183223,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e00d1039-3eaa-4454-aac6-3a9e349e2dc2", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e00d1039-3eaa-4454-aac6-3a9e349e2dc2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "295968", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2028", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -330758,31 +183299,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-555947312864809586927413", + "value" : "NO-701547472602799656630142", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:e00d1039-3eaa-4454-aac6-3a9e349e2dc2", + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "02" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:75bf40e6-8e1b-43a1-9723-bccc9e145a5b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -330791,7 +183357,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -331016,7 +183600,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-555947312864809586927413", + "batteryIDDMCCode" : "NO-701547472602799656630142", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -331027,32 +183611,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e00d1039-3eaa-4454-aac6-3a9e349e2dc2", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-01-04", + "currentStateOfHealthTimestamp" : "2023-07-12", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-29", + "currentStateOfHealthTimestamp" : "2024-03-03", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -331061,28 +183671,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5ddf1ee9-397d-45df-9cf4-1a1f9039dd94", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5ddf1ee9-397d-45df-9cf4-1a1f9039dd94", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "124613", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "5294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -331090,31 +183747,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-258731383861456778530842", + "value" : "NO-198122193606342526648807", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:5ddf1ee9-397d-45df-9cf4-1a1f9039dd94", + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "03" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:77247910-191b-4599-bc1f-b1dfb6234afd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -331123,7 +183805,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -331348,7 +184048,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-258731383861456778530842", + "batteryIDDMCCode" : "NO-198122193606342526648807", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -331359,43 +184059,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5ddf1ee9-397d-45df-9cf4-1a1f9039dd94", - "childItems" : [ { - "catenaXId" : "urn:uuid:b64645fd-4d20-4696-a6b3-e853306b8558", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, -{ - "catenaXId" : "urn:uuid:72ec2897-4e20-475c-a28b-019cf5b42a18", + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CNKC", + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] + } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-10-26", + "currentStateOfHealthTimestamp" : "2023-05-26", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-08-17", + "currentStateOfHealthTimestamp" : "2024-02-18", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -331404,28 +184119,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:da8fd415-b8c0-4400-88df-ccb76973620c", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:da8fd415-b8c0-4400-88df-ccb76973620c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "310629", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7292", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -331433,31 +184195,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-622692051236174192901563", + "value" : "NO-861416653605285640927773", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:da8fd415-b8c0-4400-88df-ccb76973620c", + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:765bd7f0-d494-41d8-8641-1380055afe8a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -331466,7 +184253,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -331691,7 +184496,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-622692051236174192901563", + "batteryIDDMCCode" : "NO-861416653605285640927773", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -331702,32 +184507,58 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:da8fd415-b8c0-4400-88df-ccb76973620c", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", "quantity" : { "quantityNumber" : 2.5, "measurementUnit" : "unit:litre" }, - "hasAlternatives" : true, + "hasAlternatives" : false, "businessPartner" : "BPNL00000003B0Q0", "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { "minimalStateOfHealth" : { "minimalStateOfHealthValue" : 90, "specificatorId" : "OEM", "minimalStateOfHealthPhase" : "as specified by OEM" }, "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-20", + "currentStateOfHealthTimestamp" : "2021-07-17", "currentStateOfHealthPhase" : "as specified by OEM", "currentStateOfHealthValue" : 105 }, { - "currentStateOfHealthTimestamp" : "2023-09-09", + "currentStateOfHealthTimestamp" : "2024-03-05", "currentStateOfHealthPhase" : "as recieved by dismantling", "currentStateOfHealthValue" : 95 } ], @@ -331736,28 +184567,75 @@ "electrictiyCapacityMin" : 26212.182226034147 }, "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d7639e49-1e22-457f-b080-136cf9f590fb", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7639e49-1e22-457f-b080-136cf9f590fb", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + } ], + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "938186", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6877", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } } ] } ], - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -331765,31 +184643,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-341800743032536550018481", + "value" : "NO-549783520636760057701443", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, - "catenaXId" : "urn:uuid:d7639e49-1e22-457f-b080-136cf9f590fb", + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "01" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a9c4698c-1568-4fad-a44c-356a30e8762c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -331798,7 +184701,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -332023,7 +184944,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-341800743032536550018481", + "batteryIDDMCCode" : "NO-549783520636760057701443", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -332034,42 +184955,33 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d7639e49-1e22-457f-b080-136cf9f590fb", - "childItems" : [ { - "catenaXId" : "urn:uuid:21cdc717-3b05-4d7c-bf10-b1bf4cab7326", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "urn:bamm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-09-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" } ] - }, + } + , { "catenaXId": "urn:uuid:0733946c-59c6-41ae-9570-cb43a6e4c79e", "bpnl": "BPNL00000003AYRE", @@ -339162,4 +192074,5 @@ ] } ] + } \ No newline at end of file diff --git a/irs-registry-client/src/main/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreator.java b/irs-registry-client/src/main/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreator.java index 4c0316fbab..4bd75fc24a 100644 --- a/irs-registry-client/src/main/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreator.java +++ b/irs-registry-client/src/main/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreator.java @@ -114,22 +114,22 @@ public AssetAdministrationShellDescriptor createDummyAssetAdministrationShellDes } private SubmodelDescriptor createSingleLevelBomAsBuiltSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt", + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt", "singleLevelBomAsBuilt"); } private SubmodelDescriptor createSingleLevelUsageAsBuiltSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt", + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt", "singleLevelUsageAsBuilt"); } private SubmodelDescriptor createSingleLevelBomAsSpecifiedSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.single_level_bom_as_specified:1.0.0#SingleLevelBomAsSpecified", + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified", "singleLevelBomAsSpecified"); } private SubmodelDescriptor createSerialPartSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart", "serialPart"); + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.serial_part:3.0.0#SerialPart", "serialPart"); } private SubmodelDescriptor createSingleLevelBomAsPlannedSubmodelDescriptor(final String catenaXId) { @@ -142,21 +142,21 @@ private SubmodelDescriptor createPartAsPlannedSubmodelDescriptor(final String ca } private SubmodelDescriptor createBatchSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.batch:2.0.0#Batch", "batch"); + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.batch:3.0.0#Batch", "batch"); } private SubmodelDescriptor createMaterialForRecyclingSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling", + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling", "materialForRecycling"); } private SubmodelDescriptor createProductDescriptionSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.product_description:1.0.0#ProductDescription", + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription", "productDescription"); } private SubmodelDescriptor createPhysicalDimensionSubmodelDescriptor(final String catenaXId) { - return createSubmodelDescriptor(catenaXId, "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension", "physicalDimension"); + return createSubmodelDescriptor(catenaXId, "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension", "physicalDimension"); } private SubmodelDescriptor createPartAsSpecifiedSubmodelDescriptor(final String catenaXId) { diff --git a/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreatorTest.java b/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreatorTest.java index acc0ed5269..e27a923156 100644 --- a/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreatorTest.java +++ b/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/AssetAdministrationShellTestdataCreatorTest.java @@ -47,7 +47,7 @@ class AssetAdministrationShellTestdataCreatorTest extends LocalTestDataConfigura @Test void shouldReturnAssetAdministrationShellDescriptorWhenRequestingWithCatenaXId() { - final String catenaXId = "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675"; + final String catenaXId = "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f"; final AssetAdministrationShellDescriptor aasDescriptor = assetAdministrationShellTestdataCreator.createDummyAssetAdministrationShellDescriptorForId( catenaXId); @@ -64,8 +64,8 @@ void shouldReturnAssetAdministrationShellDescriptorWhenRequestingWithCatenaXId() assertThat(endpointAddress).isEqualTo("singleLevelBomAsBuilt"); assertThat(aasDescriptor.getSubmodelDescriptors().get(0).getEndpoints().get(0).getProtocolInformation().getSubprotocolBody()).contains(catenaXId); - assertThat(aasDescriptor.getSubmodelDescriptors().get(0).getSemanticId().getKeys().get(0).getValue()).isEqualTo("urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt"); - assertThat(aasDescriptor.getSubmodelDescriptors().get(1).getSemanticId().getKeys().get(0).getValue()).isEqualTo("urn:bamm:io.catenax.serial_part:1.0.1#SerialPart"); + assertThat(aasDescriptor.getSubmodelDescriptors().get(0).getSemanticId().getKeys().get(0).getValue()).isEqualTo("urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt"); + assertThat(aasDescriptor.getSubmodelDescriptors().get(1).getSemanticId().getKeys().get(0).getValue()).isEqualTo("urn:samm:io.catenax.serial_part:3.0.0#SerialPart"); } @Test diff --git a/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/CentralDigitalTwinRegistryServiceTest.java b/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/CentralDigitalTwinRegistryServiceTest.java index 96919bc530..55624556b7 100644 --- a/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/CentralDigitalTwinRegistryServiceTest.java +++ b/irs-registry-client/src/test/java/org/eclipse/tractusx/irs/registryclient/central/CentralDigitalTwinRegistryServiceTest.java @@ -57,8 +57,8 @@ @ExtendWith(MockitoExtension.class) class CentralDigitalTwinRegistryServiceTest extends LocalTestDataConfigurationAware { - private final String singleLevelBomAsBuiltURN = "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt"; - private final String serialPartURN = "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart"; + private final String singleLevelBomAsBuiltURN = "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt"; + private final String serialPartURN = "urn:samm:io.catenax.serial_part:3.0.0#SerialPart"; private DigitalTwinRegistryService digitalTwinRegistryService; @Mock private DigitalTwinRegistryClient dtRegistryClientMock; @@ -77,7 +77,7 @@ void setUp() throws IOException { @Test void shouldReturnSubmodelEndpointsWhenRequestingWithCatenaXId() throws RegistryServiceException { - final String existingCatenaXId = "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675"; + final String existingCatenaXId = "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f"; final Collection aasShellDescriptor = digitalTwinRegistryService.fetchShells( List.of(new DigitalTwinRegistryKey(existingCatenaXId, ""))); @@ -174,7 +174,7 @@ void shouldThrowErrorWhenCallingTestId() { @Test void shouldReturnSubmodelEndpointsWhenFilteringByAspectType() throws RegistryServiceException { - final String existingCatenaXId = "urn:uuid:a65c35a8-8d31-4a86-899b-57912de33675"; + final String existingCatenaXId = "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f"; final List shellEndpoints = digitalTwinRegistryService.fetchShells( List.of(new DigitalTwinRegistryKey(existingCatenaXId, ""))) diff --git a/local/testing/testdata/CX_Testdata_v1.6.2_AsBuilt-not-accepted-policy.json b/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json similarity index 68% rename from local/testing/testdata/CX_Testdata_v1.6.2_AsBuilt-not-accepted-policy.json rename to local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json index beb72df935..d346000e7d 100644 --- a/local/testing/testdata/CX_Testdata_v1.6.2_AsBuilt-not-accepted-policy.json +++ b/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json @@ -1,4 +1,4 @@ -{ +{ "policies": { "ID 3.0 NotAccepted": { "@context": { @@ -28,29 +28,112 @@ ] } } - }, - "https://catenax.io/schema/TestDataContainer/1.0.0" : [ - { + }, + "https://catenax.io/schema/TestDataContainer/1.0.0" : [ { + + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", + "childItems" : [ { + "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-05-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], "catenaXId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "845221", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1665", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } } ] } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003AYRE", "key" : "manufacturerId" @@ -58,31 +141,56 @@ "value" : "8840838-04", "key" : "manufacturerPartId" }, { - "value" : "NO-202985304807824966383613", + "value" : "NO-088559388438816364444095", "key" : "partInstanceId" } ], "manufacturingInformation" : { "date" : "2022-02-04T14:48:54", - "country" : "DEU" + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] }, "catenaXId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", "partTypeInformation" : { "manufacturerPartId" : "8840374-09", "customerPartId" : "8840374-09", - "classification" : "component", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], "nameAtManufacturer" : "ZB ZELLE", "nameAtCustomer" : "ZB ZELLE" - } + }, + "itemVersion" : "04" } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a7852bf6-ea94-40e5-895b-bd240eee8469", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { "physicalDimensionsProperty" : { "diameter" : 380, "width" : 590, @@ -91,7 +199,25 @@ "height" : 610 } } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { "electrochemicalProperties" : { "ratedCapacity" : 210, "batteryEnergy" : { @@ -316,7 +442,7 @@ "dateOfManufacturing" : "2023-03-07" }, "batteryIdentification" : { - "batteryIDDMCCode" : "NO-202985304807824966383613", + "batteryIDDMCCode" : "NO-088559388438816364444095", "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" }, @@ -327,42 +453,32 @@ }, "cO2FootprintTotal" : 124 } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { "catenaXId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], "createdOn" : "2022-02-03T14:48:54.709Z", "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" } ] - } ] - - + } + ] + } \ No newline at end of file diff --git a/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-reduced-with-Specified.json b/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-reduced-with-Specified.json new file mode 100644 index 0000000000..23ded49800 --- /dev/null +++ b/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-reduced-with-Specified.json @@ -0,0 +1,185016 @@ +{ + "policies": { + "ID 3.0 Trace": { + "@context": { + "odrl": "http://www.w3.org/ns/odrl/2/" + }, + "@type": "PolicyDefinitionRequestDto", + "@id": "id-3.0-trace", + "policy": { + "@type": "Policy", + "odrl:permission": [ + { + "odrl:action": "USE", + "odrl:constraint": { + "@type": "AtomicConstraint", + "odrl:or": [ + { + "@type": "Constraint", + "odrl:leftOperand": "PURPOSE", + "odrl:operator": { + "@id": "odrl:eq" + }, + "odrl:rightOperand": "ID 3.0 Trace" + } + ] + } + } + ] + } + } + }, + "https://catenax.io/schema/TestDataContainer/1.0.0" : [ { + "catenaXId" : "urn:uuid:76e07e0b-15e9-4279-9d19-8bee67260ce4", + "bpnl" : "null", + "PlainObject" : [ { + "BPN_OEM_C" : "BPNL00000003AZQP", + "BPN_OEM_A" : "BPNL00000003AYRE", + "BPN_OEM_B" : "BPNL00000003AVTH", + "BPN_IRS_TEST" : "BPNL00000003AWSS", + "BPN_N_TIER_A" : "BPNL00000003B0Q0", + "BPN_NATURAL_RUBBER_SITE_A" : "BPNS000000000001", + "BATCH_SEALANT_1" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "BATCH_SEALANT_2" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "AUTHOR" : "T-Systems", + "BPN_NATURAL_RUBBER" : "BPNL00000007OR16", + "BATCH_GLUE_2" : "urn:uuid:70e850fd-c1cb-4418-964e-cd3ba0bb6459", + "BATCH_GLUE_1" : "urn:uuid:8d75a647-b003-46d9-9ed2-d3577cb1a171", + "BPN_OEM_B_SITE_A" : "BPNS000000815DMY", + "BPN_OEM_A_SITE_A" : "BPNS000004711DMY", + "BPN_OEM_C_SITE_A" : "BPNS000001111DMY", + "BPN_TRACEX_A_SITE_A" : "BPNS0000000008ZZ", + "BPN_TRACEX_B" : "BPNL00000003CNKC", + "BPN_DISMANTLER" : "BPNL00000003B6LU", + "BPN_TRACEX_A" : "BPNL00000003CML1", + "BPN_TRACEX_B_SITE_A" : "BPNS00000008BDFH", + "BPN_TIER_A" : "BPNL00000003B2OM", + "BPN_TIER_C" : "BPNL00000003CSGV", + "BPN_FARM_A" : "BPNL00000003CSGV", + "SPT_MPO_LINK" : "urn:uuid:13752e97-e42f-4cd8-89b5-333615d4de5c", + "BPN_TIER_B" : "BPNL00000003B5MJ", + "BPN_SUB_TIER_B" : "BPNL00000003AXS3", + "BPN_SUB_TIER_A" : "BPNL00000003B3NX", + "BATCH_CATHODE_1" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "BATCH_CATHODE_2" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "BPN_SUB_TIER_C" : "BPNL00000000BJTL", + "CREATION_DATE" : "2024-03-15T06:19:40.513Z", + "BPN_TIER_C_SITE_A" : "BPNS00000003CSGV", + "BPN_TIER_A_SITE_A" : "BPNS00000003B2OM", + "BPN_TIER_B_SITE_A" : "BPNS00000003B5MJ", + "BPN_SUB_TIER_B_SITE_A" : "BPNS00000003AXS3", + "BPN_SUB_TIER_A_SITE_A" : "BPNS00000003B3NX", + "BPN_SUB_TIER_C_SITE_A" : "BPNS00000000BJTL", + "BPN_FARM_SITE_A" : "BPNS000000000DQB", + "BPN_N_TIER_A_SITE_A" : "BPNS00000003B0Q0", + "BATCH_POLYAMID_1" : "urn:uuid:a87b4573-048a-42e0-a0a6-86c4680c28b1", + "BATCH_POLYAMID_2" : "urn:uuid:cd81204d-f7ac-4673-833b-799ea6da60d7" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Iron", + "recycledContent" : 48, + "materialClass" : "1.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 327.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "IR334" + }, { + "materialName" : "Polyethylen", + "recycledContent" : 31, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 163.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PE221" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 53, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 40.95 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Aluminium", + "recycledContent" : 31, + "materialClass" : "2.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 286.65 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "ALU331" + }, { + "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", + "recycledContent" : 1, + "materialClass" : "0.7", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 109.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "W123" + }, { + "materialName" : "Glue", + "recycledContent" : 86, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 54.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 66, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 382.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Cooper", + "recycledContent" : 17, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 250.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Rubber", + "recycledContent" : 39, + "materialClass" : "5.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 7.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "R22" + }, { + "materialName" : "Textiles", + "recycledContent" : 7, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.12 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "TEX1" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "childItems" : [ { + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B2OM", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B5MJ", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "NK-28", + "key" : "manufacturerPartId" + }, { + "value" : "OMBOCDCFHZXMZBJZC", + "key" : "partInstanceId" + }, { + "value" : "OMBOCDCFHZXMZBJZC", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2020-08-19T11:21:15.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "partTypeInformation" : { + "manufacturerPartId" : "NK-28", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Kombilimousine", + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S2AVB", + "description" : "adaptive drive", + "group" : "special equipment" + }, { + "code" : "S763C", + "description" : "sport package", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "S378B", + "description" : "integrated child seats", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2014-11-14", + "mileageDistance" : 120000 + } ] + } ] + }, { + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "84513", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "6226", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "73849201-61", + "key" : "manufacturerPartId" + }, { + "value" : "NO-066647475705439133590731", + "key" : "partInstanceId" + }, { + "value" : "Company 10", + "key" : "company" + }, { + "value" : "Brand 10", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "partTypeInformation" : { + "manufacturerPartId" : "73849201-61", + "customerPartId" : "73849201-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Catalysator", + "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Catalysator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1dae4a21-4496-4091-ae0c-24da1fa65b41", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "childItems" : [ { + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "493373", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4467", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "22782277-50", + "key" : "manufacturerPartId" + }, { + "value" : "NO-070860464145139398402631", + "key" : "partInstanceId" + }, { + "value" : "Company 3", + "key" : "company" + }, { + "value" : "Brand 3", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "partTypeInformation" : { + "manufacturerPartId" : "22782277-50", + "customerPartId" : "22782277-50", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-l", + "nameAtCustomer" : "Door front-left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ca454f06-e3ac-4908-8632-0fece3946e62", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "86681316RUO", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "358518", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5674", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-747120479071756798529531", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b03e4631-d40c-489d-bfeb-54b0a0b89c4c", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0903baa-21f1-4a8d-b5ad-e2cf0978820a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "childItems" : [ { + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "909852", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6025", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "95657362-64", + "key" : "manufacturerPartId" + }, { + "value" : "NO-717125314697526511835089", + "key" : "partInstanceId" + }, { + "value" : "Company 4", + "key" : "company" + }, { + "value" : "Brand 4", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "partTypeInformation" : { + "manufacturerPartId" : "33740332-54", + "customerPartId" : "33740332-54", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-r", + "nameAtCustomer" : "Door front-right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bec6e30-f1be-49b1-9a80-d6d6da5780fe", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "50695399XFB", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "820213", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3619", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-933249529973009274367708", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6de0ef6a-726d-4dfc-9ccb-26425846a216", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:16cc41c3-f919-476b-9bae-d1d9c2141217", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "866717", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4399", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "15635759-16", + "key" : "manufacturerPartId" + }, { + "value" : "NO-935348299524699268826561", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "partTypeInformation" : { + "manufacturerPartId" : "15635759-16", + "customerPartId" : "15635759-16", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-l", + "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:02813783-688b-439a-b5f3-bfeca0266dee", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "829696", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4314", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "28673126-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-312287171739061318684731", + "key" : "partInstanceId" + }, { + "value" : "Company 5", + "key" : "company" + }, { + "value" : "Brand 5", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "partTypeInformation" : { + "manufacturerPartId" : "28673126-98", + "customerPartId" : "28673126-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-r", + "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:74ac6588-6c01-4467-a44a-38b703333f40", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "853381", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3642", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "94421589-82", + "key" : "manufacturerPartId" + }, { + "value" : "NO-512057047299506284822846", + "key" : "partInstanceId" + }, { + "value" : "Company 6", + "key" : "company" + }, { + "value" : "Brand 6", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "partTypeInformation" : { + "manufacturerPartId" : "94421589-82", + "customerPartId" : "94421589-82", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engine hood", + "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Engine hood" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d1453851-c310-4e9b-bc90-de8d80faf665", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "998741", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9870", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "85023955-75", + "key" : "manufacturerPartId" + }, { + "value" : "NO-935241026522592720471442", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "partTypeInformation" : { + "manufacturerPartId" : "85023955-75", + "customerPartId" : "85023955-75", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tailgate", + "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailgate" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b077c89-1e83-4721-bea3-8b4740735acf", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "712288", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2045", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "13769860-47", + "key" : "manufacturerPartId" + }, { + "value" : "NO-797225775878072083424960", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "partTypeInformation" : { + "manufacturerPartId" : "13769860-47", + "customerPartId" : "13769860-47", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender left", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:07faca94-81d0-4e54-a8ed-576aa0c30169", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "966218", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 8 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3912", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "36643162-35", + "key" : "manufacturerPartId" + }, { + "value" : "NO-448918216597975248405544", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "partTypeInformation" : { + "manufacturerPartId" : "36643162-35", + "customerPartId" : "36643162-35", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender right", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:26431661-a2e4-4959-845c-19977feecac2", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "164297", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 7 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7329", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "54165444-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-234316605230590922467140", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "partTypeInformation" : { + "manufacturerPartId" : "54165444-59", + "customerPartId" : "54165444-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper front", + "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5760843-2a93-4b6b-9446-5c8a3da8ac89", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "698262", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6642", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "22768257-25", + "key" : "manufacturerPartId" + }, { + "value" : "NO-561770140107022421469955", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "partTypeInformation" : { + "manufacturerPartId" : "22768257-25", + "customerPartId" : "22768257-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper rear", + "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc5e7396-0f1f-4fd9-8d0e-eb69b7c9e35b", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "685035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5253", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "65529521-37", + "key" : "manufacturerPartId" + }, { + "value" : "NO-472963873349845436443693", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "partTypeInformation" : { + "manufacturerPartId" : "65529521-37", + "customerPartId" : "65529521-37", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror left", + "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:740a74a6-dd24-44d7-aeea-0fcc5b42d833", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "762163", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3630", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "58471477-24", + "key" : "manufacturerPartId" + }, { + "value" : "NO-498373680403428328935294", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "partTypeInformation" : { + "manufacturerPartId" : "58471477-24", + "customerPartId" : "58471477-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror right", + "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d617833d-1bf2-42c7-a6b3-87e11bbc5003", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "430687", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8728", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "09002013-68", + "key" : "manufacturerPartId" + }, { + "value" : "NO-814540334583663330747432", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "partTypeInformation" : { + "manufacturerPartId" : "09002013-68", + "customerPartId" : "09002013-68", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Trailer coupling", + "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:395f8e7f-c101-4013-b2e2-bf93d87576aa", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "313504", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1917", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "43501996-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-909562885178693699037440", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "partTypeInformation" : { + "manufacturerPartId" : "43501996-98", + "customerPartId" : "43501996-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Dashboard", + "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Dashboard" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b272c70-f004-4b09-98d0-ba8f4ff9bc93", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "511397", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2060", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "77795937-13", + "key" : "manufacturerPartId" + }, { + "value" : "NO-859483763601915613763162", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "partTypeInformation" : { + "manufacturerPartId" : "77795937-13", + "customerPartId" : "77795937-13", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Steering wheel", + "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6e115d78-e7a4-4771-ac12-e653a2309c5e", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "618145", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 26 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9419", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "20125432-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-381058856694394911749515", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "partTypeInformation" : { + "manufacturerPartId" : "20125432-59", + "customerPartId" : "20125432-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator left", + "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a6fb0d80-a5e6-40fd-9db4-7e700bb219bc", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "878250", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4207", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "19073706-76", + "key" : "manufacturerPartId" + }, { + "value" : "NO-738810714196805495613608", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "partTypeInformation" : { + "manufacturerPartId" : "19073706-76", + "customerPartId" : "19073706-76", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator right", + "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9851aa5c-6e9c-41aa-885a-2ca3b2fd87e9", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "970830", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7314", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "45415162-57", + "key" : "manufacturerPartId" + }, { + "value" : "NO-706869576108504911888487", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "partTypeInformation" : { + "manufacturerPartId" : "45415162-57", + "customerPartId" : "45415162-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Led headlight", + "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Led headlight" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b6bf75b4-bf5f-4e38-bc7f-57d81f457bf1", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "190425", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "6691", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "78141846-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-302124803790642780585327", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "partTypeInformation" : { + "manufacturerPartId" : "78141846-87", + "customerPartId" : "78141846-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Starter motor", + "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Starter motor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9d5824d8-c2c9-4b32-a00d-b076da9fc2d6", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "172988", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7711", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "81324139-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-522630666682237918821842", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "partTypeInformation" : { + "manufacturerPartId" : "81324139-23", + "customerPartId" : "81324139-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Alternator", + "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Alternator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0e922597-4147-488f-9875-3a1ef9ad408b", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "532019", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2963", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "57929013-09", + "key" : "manufacturerPartId" + }, { + "value" : "NO-756871575834670298298957", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "partTypeInformation" : { + "manufacturerPartId" : "57929013-09", + "customerPartId" : "57929013-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "AC compressor", + "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc5937f2-b033-4146-b291-451ff1bdca68", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "131076", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5508", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "61184040-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-524620221933669424039127", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "partTypeInformation" : { + "manufacturerPartId" : "61184040-23", + "customerPartId" : "61184040-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight rear", + "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3c69d211-682d-4972-913f-46db6c7486ac", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "696401", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "2883", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "78744126-74", + "key" : "manufacturerPartId" + }, { + "value" : "NO-613060820318211072608449", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "partTypeInformation" : { + "manufacturerPartId" : "78744126-74", + "customerPartId" : "78744126-74", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight front", + "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:18c13b23-5098-422a-9347-8afbf718bb6d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "988355", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6092", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "12093297-03", + "key" : "manufacturerPartId" + }, { + "value" : "NO-295509185072402053464558", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "partTypeInformation" : { + "manufacturerPartId" : "12093297-03", + "customerPartId" : "12093297-03", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part front", + "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2f5052c4-5f41-4caa-862b-ea54fb9b5bc7", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "173380", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5710", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "88111709-49", + "key" : "manufacturerPartId" + }, { + "value" : "NO-771993242485837410678109", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "partTypeInformation" : { + "manufacturerPartId" : "88111709-49", + "customerPartId" : "88111709-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part rear", + "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8e209c83-f068-49ed-87af-48ad2e69ccba", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "510968", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5089", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "00871379-44", + "key" : "manufacturerPartId" + }, { + "value" : "NO-403886949080884450587727", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "partTypeInformation" : { + "manufacturerPartId" : "00871379-44", + "customerPartId" : "00871379-44", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Chassis", + "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Chassis" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:037f89cb-eb9d-4026-8587-c086dbbbd4af", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "632367", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "6913", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "08901347-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-567537304722173805639181", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "partTypeInformation" : { + "manufacturerPartId" : "08901347-87", + "customerPartId" : "08901347-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Rims", + "nameAtCustomer" : "Rims" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Rims" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8a1c0271-6cf3-4548-876b-0b9b8b926bf0", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "449891", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "45863316-60", + "key" : "manufacturerPartId" + }, { + "value" : "NO-754930692443785638020334", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "partTypeInformation" : { + "manufacturerPartId" : "45863316-60", + "customerPartId" : "45863316-60", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tires", + "nameAtCustomer" : "Tires" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tires" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d2f5ce1c-0f5b-473a-a36d-1918d553a203", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 19, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 51, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 57, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "childItems" : [ { + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "bpnl" : "BPNL00000003B2OM", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "514312", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1780", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B2OM", + "key" : "manufacturerId" + }, { + "value" : "42555H1-52", + "key" : "manufacturerPartId" + }, { + "value" : "NO-971749365763688998182907", + "key" : "partInstanceId" + }, { + "value" : "Company 2", + "key" : "company" + }, { + "value" : "Brand 2", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "partTypeInformation" : { + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Transmission", + "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:071a570c-7f67-441d-b6f5-7c9b8a54ac8e", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ecd94b8-ca32-4e01-81be-58d0e8cba1e6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4f3a4c9b-0ca3-440e-8ca0-650e2304dc91", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" + } + } ], + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "productSpecificParameters" : { + "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], + "driveType" : "combustion engine", + "oilType" : "Lifeguard Hybrid 2", + "spreading" : 6.79, + "torque" : 500, + "power" : 300, + "standardGearRatio" : { + "gear" : "1", + "ratio" : 4.1567 + }, + "oilCapacity" : 8.9, + "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], + "speedResistance" : { + "speed" : 7800, + "gear" : "1" + } + }, + "instructions" : { + "packagingInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "transportationInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "dismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "vehicleDismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "safetyMeasures" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ] + }, + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-971749365763688998182907", + "key" : "PartInstanceID" + } ], + "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", + "manufacturerId" : "BPNL00000003B2OM" + }, + "sparePartSupplier" : [ { + "supplierId" : "BPNL1234567890ZZ", + "supplierContact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "sparePartName" : "torque converter" + } ], + "stateOfHealth" : { + "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], + "remanufacturing" : { + "productStatusValue" : "first life", + "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" + }, + "expectedLifespan" : 500000 + }, + "generalInformation" : { + "additionalInformation" : "JxkyvRnL", + "physicalDimensionsProperty" : { + "diameter" : 0.03, + "width" : 1000, + "length" : 20000.1, + "weight" : 100.7, + "height" : 0.1 + }, + "warrantyPeriod" : 60, + "productDescription" : "manual transmission", + "productType" : "8HP60MH" + }, + "sustainability" : { + "carbonFootprint" : { + "productOrSectorSpecificRules" : [ { + "otherOperatorName" : "NSF", + "ruleNames" : [ "ABC 2021" ], + "operator" : "PEF" + } ], + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "GHG Protocol Product standard" + } ], + "co2FootprintTotal" : -1.7976931348623157E308 + }, + "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], + "responsibleSourcingDocument" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "recyclateContent" : { + "nickel" : -1.7976931348623157E308, + "lithium" : -1.7976931348623157E308, + "cobalt" : -1.7976931348623157E308, + "otherSubstance" : [ { + "substanceName" : "Lead", + "substancePercentage" : 8 + } ] + }, + "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "customers" : [ { + "businessPartner" : "BPNL00000003B2OM", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 24, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 40, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "914874", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9797", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "partTypeInformation" : { + "manufacturerPartId" : "IS-82", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1b9d8367-efcc-4c3f-8129-1c67595fe284", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "childItems" : [ { + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "183972", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "5873", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "18676V9-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-695360115480032480516118", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "partTypeInformation" : { + "manufacturerPartId" : "18676V9-48", + "customerPartId" : "18676V9-48", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4e7a7f9b-5acc-4bc6-a4f5-82b5dda8bc7d", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "partTypeInformation" : { + "ownerPartId" : "18676V9-48", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "NTIER Product", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 8, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 60 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + }, { + "materialName" : "Other", + "recycledContent" : 84, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 40 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "864400", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1916", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "partTypeInformation" : { + "manufacturerPartId" : "RT-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c2ff3d1d-565b-47bc-bfcd-3f12fcaff189", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:54da275e-5f56-4a28-91da-a201213ea3bd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.2341", + "materialAbbreviation" : "GL338" + } ] + } ], + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "284458", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4331", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "partTypeInformation" : { + "manufacturerPartId" : "VP-89", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cadaa056-02cf-448e-9ce4-99f6c7601eac", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:788cc369-6180-4bd0-b218-4401dc13fcf7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "recycledContent" : 65, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.3301 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "childItems" : [ { + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "quantity" : { + "quantityNumber" : 0.3301, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "quantity" : { + "quantityNumber" : 0.2001, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "213226", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5794", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B5MJ", + "key" : "manufacturerId" + }, { + "value" : "56278T7-12", + "key" : "manufacturerPartId" + }, { + "value" : "NO-014305725252821672580588", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "partTypeInformation" : { + "manufacturerPartId" : "56278T7-12", + "customerPartId" : "56278T7-12", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0ddcd695-9464-464a-b487-14a53f36023a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aa426b78-e61f-4c95-90c3-635f9ebc0233", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d33b687a-7663-42c5-98a4-39eddc9ff979", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "partTypeInformation" : { + "ownerPartId" : "56278T7-12", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "customers" : [ { + "businessPartner" : "BPNL00000003B5MJ", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Glue", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 25, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "AL7" + }, { + "materialName" : "Other", + "recycledContent" : 77, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "540047", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7664", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "partTypeInformation" : { + "manufacturerPartId" : "ID-97", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:aee000a7-0a82-41a0-a7fc-207a9bd613c7", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "childItems" : [ { + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "24984", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7508", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "80422J1-66", + "key" : "manufacturerPartId" + }, { + "value" : "NO-114299309749179970389865", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "partTypeInformation" : { + "manufacturerPartId" : "80422J1-66", + "customerPartId" : "80422J1-66", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a66063b1-92d4-42f1-b551-b04f4bc4e8e9", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "partTypeInformation" : { + "ownerPartId" : "80422J1-66", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 63, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 16, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "631562", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "2022", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "partTypeInformation" : { + "manufacturerPartId" : "HP-63", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:62b0ea94-b84e-4a12-a7ec-a636df29146f", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d0df5c09-5c7b-4f22-b524-58151d3a9861", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 19, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 70, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "744179", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9997", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "63678I1-57", + "key" : "manufacturerPartId" + }, { + "value" : "NO-265189266576051308905480", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "partTypeInformation" : { + "manufacturerPartId" : "63678I1-57", + "customerPartId" : "63678I1-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "partTypeInformation" : { + "ownerPartId" : "63678I1-57", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f369d96e-cae2-4cab-9e33-63cd3bf61303", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:9369da62-c452-426b-9a20-a0c2dc234be6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "38049661-08", + "key" : "manufacturerPartId" + }, { + "value" : "NO-934355851064683759352825", + "key" : "partInstanceId" + }, { + "value" : "Company 1", + "key" : "company" + }, { + "value" : "Brand 1", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "partTypeInformation" : { + "manufacturerPartId" : "38049661-08", + "customerPartId" : "38049661-08", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "incoterms" : "DAP (Delivered at Place)", + "image" : { + "name" : "eOMtThyhVNLWUZNRcBaQKxI", + "location" : "telnet://192.0.2.16:80/" + }, + "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", + "quantity" : 50, + "mechanicalDamage" : true, + "unitOfMeasure" : "each", + "bundleOffer" : false, + "availabilityDate" : "2022-03-11", + "corroded" : true, + "pickupLocation" : { + "latitude" : 48.137154, + "longitude" : -117.28333 + }, + "burned" : true, + "condition" : "New", + "attachment" : [ { + "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" + } ], + "discolored" : true, + "price" : { + "currency" : "EUR", + "value" : 250 + }, + "missingParts" : true, + "dismantled" : true, + "marketplaceProduct" : { + "manufacturerPartNumber" : "38049661-08", + "technicalSpecification" : [ { + "technicalValue" : "RYtGKbgicZaHCBRQDSx", + "key" : "JxkyvRnL" + } ], + "productLink" : "https://123", + "oeNumber" : "NO-934355851064683759352825", + "category" : { + "subCategory" : [ "Battery" ], + "mainCategory" : [ "Audio, video, navigation" ] + }, + "originalManufacturer" : "Company 1", + "brand" : "Brand 1", + "productDescription" : "Battery" + }, + "sku" : "1002090, xYz.09, ABcXYZ", + "mileage" : 120000.06 + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e71d7b26-4f7a-4905-bf3e-0df598badc01", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5237a522-3fa1-4af1-a8d9-ab0aa82e13cc", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:01c089eb-b189-476a-9acb-323a7bc8e19a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8aefd359-d90a-4c0f-abbb-e99faeeba771", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ca3056fe-a946-405b-9966-c4b930d7acdd", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7bb21073-8689-4939-b3b8-85d9fdbd2ae3", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a Battery", + "class" : { + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" + }, + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-04-15", + "version" : 1.3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 1704.0408, + "width" : 1704, + "length" : 2025, + "weight" : 533, + "height" : 278 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2020-04-10", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-934355851064683759352825", + "key" : "PartInstanceID" + } ], + "gtin" : " 94050133", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "516138614" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-06-09", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 2.9809 ] + }, + "id" : "PP9529" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Lithium" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 109 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:864949ea-d7ac-4a1e-9644-711e02792d95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 81, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 46, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 19, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "childItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "752234", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8442", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "partTypeInformation" : { + "ownerPartId" : "38049661-08", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Battery" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-934355851064683759352825", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 35, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 29, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 36, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "955212", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5228", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-919179362377079580444521", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:673c28c2-708b-433f-82db-56e61f8f66ca", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9f534261-dfb6-4baa-b8a7-ae313aa5b3ce", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0f89bb5e-a93f-4fdc-87be-2abf0129cc33", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fac73553-c929-43c8-a4db-6a916522a098", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:796ea6f2-4b09-4674-87b0-ed3029417b95", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d8f61b46-569f-4d31-9641-e545b5622dac", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9dcd0291-a393-4234-b5e3-d4a9c275ac0b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8a77c60e-723e-4d59-84ea-09144b28ff30", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:041a9a8b-b424-4f5d-8374-3f730d6313cf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0c2bd490-f173-4531-ab58-4f7a9a9888f3", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec6040d9-2a3c-46af-90d4-9644cc83bc9b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-919179362377079580444521", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-03-14", + "version" : 1.4, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6247, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2022-01-16", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-919179362377079580444521", + "key" : "PartInstanceID" + } ], + "gtin" : " 45252906", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "696133927" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-03-29", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 0.2175 ] + }, + "id" : "TH5675" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + } ], + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "439214", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7990", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "partTypeInformation" : { + "manufacturerPartId" : "ZP-94", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:50a7db2d-2370-45db-99a0-1041c9f616fa", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-09-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "825197", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6699", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-870119299818458530530204", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ff6d56f4-ba0a-41a7-9eac-644afb77c476", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-870119299818458530530204", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:91ed65e2-1517-4216-aecb-000a30f50dea", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Cathode Material", + "materialClass" : "8.1", + "component" : [ { + "materialName" : "Cobalt lithium manganese nickel oxide", + "recycledContent" : 64, + "materialClass" : "8.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 100 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "NCM" + } ] + } ], + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "284332", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "4702", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "partTypeInformation" : { + "manufacturerPartId" : "PB-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b857d83b-24ba-4011-8670-afa57caee306", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-07-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "152028", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3992", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-935980723922638521184633", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:090a652a-eb82-4bd2-b922-9552d0dc119a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-935980723922638521184633", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b2a7db8-e53c-44fc-acbd-2a4f4257433e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-12-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "139981", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2416", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-238580062345830034707563", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b2a9d07-362d-4280-b197-7560f8b83466", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-238580062345830034707563", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ece1956d-638e-4d89-b14d-bc2fc2cfbbc1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-01-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-04", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "595129", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5497", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-455702864631548437744445", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85e9413f-feb0-49ac-96eb-500434d4cd67", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-455702864631548437744445", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:35dd785e-9240-4d56-b972-e5930e44a14c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-10-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "585154", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5298", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-979377149851032251466611", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7c569605-cb6f-4c8a-8eea-023f57a54b2f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-979377149851032251466611", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:79b55974-cb8b-4015-ae99-dab59470bbc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-06-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "659956", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7569", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-953337162480525054890231", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6319ef3a-a750-460e-9dfb-11548c767ce3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-953337162480525054890231", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c86f9dc3-f632-47ea-91a1-d58def5711c0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-09-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "350434", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5076", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-283025147867584842633737", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:227fc68c-8fcb-470e-b4b2-7d2a4306119a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-283025147867584842633737", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8a61e80-07cb-42df-9721-cae45af3d47b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Cathode Material", + "materialClass" : "8.1", + "component" : [ { + "materialName" : "Cobalt lithium manganese nickel oxide", + "recycledContent" : 5, + "materialClass" : "8.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 100 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "NCM" + } ] + } ], + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "367891", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "9726", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "partTypeInformation" : { + "manufacturerPartId" : "NF-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:01a26bc3-e056-462d-a140-18143ef35552", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-31", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "859856", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5694", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-409479289986597261873689", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e33f4ea9-6b55-43ce-95c1-2114aa644a79", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-409479289986597261873689", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:27f43be3-7f3f-43a1-9a27-29676955dc78", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-04-13", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "545341", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4845", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-927504595898056099855081", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:23dcadc5-48a6-44c2-ab39-a0f7df4c3673", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-927504595898056099855081", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:456eeb54-1c46-4ef4-9cf6-41431a1c7b6f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-11-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "953322", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7532", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-235015725608216527525071", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2992debd-b624-4e10-a8b0-14d75bacb06e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-235015725608216527525071", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0aa1e7a-d485-42c0-8063-412d45c7cc99", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e949f8b2-a27e-4580-9a2e-1be07d58103f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 85, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 22, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 42, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "257733", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8201", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-838322959839811561036246", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:237a08cc-a748-4328-a1a3-26fce5b741ec", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1a880c81-c570-4f23-86bd-dd1663ba5005", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8178eeef-1938-42bd-bae0-b36c1ef2955b", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0a095fba-2240-4a3e-99e8-2a131d955aa8", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e74b82c3-238d-4183-a09d-9aefe69ff2a1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c4071f3c-ace8-422a-bb4d-24f525ec4205", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4637ad73-e6cb-4d46-9969-bb072fa94ce4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0b3b77b9-bebb-4b19-9c57-ec03c29e084b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c113691e-5a5b-4dd4-92f9-4770d88aa2ae", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dc4d46c1-3254-4655-85df-ade73fdd2276", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4487104c-2670-48c8-821f-95bb06d457e4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-838322959839811561036246", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-10-11", + "version" : 1.7, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6942, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2021-12-17", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-838322959839811561036246", + "key" : "PartInstanceID" + } ], + "gtin" : " 97227772", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "636715904" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-04-26", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 6.5069 ] + }, + "id" : "YQ8580" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "UV Varnish" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-01-16", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-17", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "904375", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "2364", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-663073156093039453892485", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:30d3e983-f90e-4392-9d12-d30ba1b6c9ed", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-663073156093039453892485", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:aa452232-0e8b-4555-8404-069aef7868fc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-02-07", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "421491", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1098", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-816234871234575434175023", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:adee468e-b4ac-449d-bd1d-af91c0ef97b8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-816234871234575434175023", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3403967-1cad-45d5-acf5-6a4ba61041b2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-04-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-06", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "779982", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6142", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-738268322111071992512022", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b54255d5-26c1-439f-9fed-cc1234d85a7c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-738268322111071992512022", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1723ce-9970-4c6b-b704-c987702f324b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-12-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "873620", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6215", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-321442052139648020241062", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6f120025-b053-4ce1-baad-62df174f0b12", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-321442052139648020241062", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:abca541e-0163-4801-8383-1724dc6e7ddc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-10-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "175377", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9620", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-114516443320856885894272", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f7fb4221-398c-4445-8392-1f52a7bf6263", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-114516443320856885894272", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:847ef93a-ed75-4216-bf05-4893eeb315b5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-02-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "968582", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "2601", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-202860084166978430348394", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:11a35756-0df2-4e6f-8360-a615062cd546", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-202860084166978430348394", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2d004402-cfee-4019-8170-90d32db2b7bb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-05-30", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "745299", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3571", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-494374901619716039791371", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:34462397-5903-4a4a-9c39-257ac4d690e6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-494374901619716039791371", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c08e63a-23f0-4240-8c6d-d7df7f89d801", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-10-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "429296", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1645", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-794467681195929992255435", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8e862982-2150-453e-8229-654d52d3cd65", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-794467681195929992255435", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:73cbae1a-85b3-4c70-9fb3-3d2fe12e2165", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-04-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "144745", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7152", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-034590603053687442399458", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4283681d-1881-4219-ba87-e2bc0caa933b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-034590603053687442399458", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:12cfacb1-7105-43c0-bf52-04a6697648e0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-03-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "876397", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9888", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-616535750451374596363638", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dd9de3f8-aa2d-4cf6-b047-fd58b7327057", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-616535750451374596363638", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d38e847-3872-4012-b851-1821689b56e4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:31c93161-4de0-40e8-8a55-0ce4c0d9e5e9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 47, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 47, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 22, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "45913", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1869", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-757418965725956072308711", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:80223f49-7d96-423f-b359-43ca533684f3", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d0b73988-05f1-4457-98da-cd5afc4bcdaa", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dfeddda1-3f79-46dc-97d1-165cf02ed355", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7ac77862-aeea-4613-9a60-a44ee96a2de6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d767f979-c2ff-4609-bc6c-0504129a99cc", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:84c058c5-83fb-4b6d-b971-ae9c9efc9995", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d3f548b3-47cd-42e1-9972-b64deb3f5ae2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7011d5bc-bbfb-4d22-981a-2f90607db71c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4a3840e-e9cf-42f8-8d08-49010ad2e780", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a000e83f-e975-4979-919c-bd75199d653e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c31a4a71-f96a-4e58-9ad6-462dc39a9be0", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-757418965725956072308711", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-07-01", + "version" : 1.6, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6343, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2021-07-24", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-757418965725956072308711", + "key" : "PartInstanceID" + } ], + "gtin" : " 14004109", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "263852104" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-04", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 6.181 ] + }, + "id" : "GB2917" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Cobalt" + } ], + "critical" : [ "Graphite" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 109 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + }, { + "component" : [ { + "materialName" : "Sealant", + "materialClass" : "6.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.11", + "materialAbbreviation" : "SEL3321" + } ] + } ], + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "478965", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "9356", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "partTypeInformation" : { + "manufacturerPartId" : "LV-64", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:77d765dc-1725-4fa0-850f-14ff4d221640", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-10-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "187290", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5718", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-196750260355920905784672", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6975d17d-ad2e-4f27-a09a-7a8c146b67ef", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-196750260355920905784672", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc30e491-6e3e-418e-8795-7b54d831bb13", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-06-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "52305", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7544", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-851192230441246681631253", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:15dbcdd6-dd2d-45ad-aac1-734e616a03bf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-851192230441246681631253", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4d6866c3-cdc3-4f3d-a2c9-bf0d806252ee", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-09-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "564965", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3263", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-561731599817906783111770", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:129f667e-3c6f-401c-88cc-2ba08ba8e90f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-561731599817906783111770", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d8256352-6154-4e41-843f-8a6e2a58ee8c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-04-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "429757", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "8870", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-601684402916676295378875", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2b3628a7-4249-484d-bc58-666402b64cbe", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-601684402916676295378875", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bfa0928-ad3a-4a58-8aba-e3cb758ebcbd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-12-13", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "106891", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7770", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-220579398527605828592786", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2c866b62-ebb6-441f-abb8-2e5a48f094a2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-220579398527605828592786", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:01a353fb-212c-477e-8986-b5cfc48e3826", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-08-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-01", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "970794", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3631", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-989896312164316486011352", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:20916d3d-c2e1-472b-83ba-7a22b30ff252", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-989896312164316486011352", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ad2c549e-0bac-4351-8eec-f270d91b0eed", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-09-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "603324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4498", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-668413753586612912737466", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:18550a52-d54c-49e1-b977-2f8a33051998", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-668413753586612912737466", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:86551238-c85e-47d9-b8db-19b57b89ddde", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-06-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-25", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "533786", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7404", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-573889269137330790927065", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4fd6b8c-9210-49ad-9633-86dea8229898", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-573889269137330790927065", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb14cad-97c3-47cc-aa83-765a3fff4aa5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-03-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "288513", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9298", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-548985088263485891029251", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:88cd2bda-e15b-4b2f-ac30-7d1f734f22fc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-548985088263485891029251", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1716923-df22-4142-aae5-bf66cc5d25fc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-02-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-17", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "117589", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4089", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-905223916160251431905990", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5f1b604b-bfce-4875-9577-5ea764d1e380", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-905223916160251431905990", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7220e5e8-b364-4b9b-a68d-d66a9829636f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e242902b-0236-4245-b862-72c933f34f56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 72, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 47, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 24, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "948584", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4179", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-883610489267919397198041", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:964a163a-2bf0-4777-8155-79c675c4c576", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:804f7b43-0ad9-47ec-bab9-4c16a3097999", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:16da91d1-50f8-491f-972b-b678de36973d", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f24fd8bc-8e8c-4ded-af59-71001eda2efd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a144cf41-dace-416d-a063-312c148fbb00", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:78fac256-ef9b-4c39-9731-1d23972dbf7e", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b8c898d-96a2-4c77-83f3-15eaa25e9c56", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2f9907f8-8d78-4c98-b627-14d40b90f64a", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:71ca0891-49a6-4095-9eec-1512a1e32a01", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:26705c57-e946-4965-b203-1ca0e893edf5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:de2242ff-f394-425d-90fb-519986cc0f9e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-883610489267919397198041", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-05-31", + "version" : 2.9, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.658, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2020-05-21", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-883610489267919397198041", + "key" : "PartInstanceID" + } ], + "gtin" : " 78139498", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "567980732" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-04-24", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.2616 ] + }, + "id" : "HP4995" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Aluminium" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-06-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "466131", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8863", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-864415204672012382995251", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:072bb6c2-1eb4-4e56-abee-b9fb5bc1abb3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-864415204672012382995251", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:baf22b9b-bc08-472d-a636-86d5c63fc8bd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-05-05", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "661427", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8111", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-493676181103178298845139", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5e37e292-0127-4167-9f4f-cb99076b0b4d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-493676181103178298845139", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cbce3cfa-2ab1-4403-b6c2-475a3dc1d94a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-09-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "366897", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1132", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-791018505140292878166021", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:75b068da-aa67-4e6a-b520-481221293bc6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-791018505140292878166021", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bf31877-5f06-4958-a4ac-c0b33728bd64", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-12-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "815598", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8846", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-136928786987253017532224", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ddf726b-1c8d-4254-8b95-f2382d10158a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-136928786987253017532224", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:86351d58-ee90-4450-b0e0-c5adf8b42018", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-02", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "267061", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4880", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-823948286883766869040317", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:296d4b41-5468-48c4-9c08-b016c8ecf54f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-823948286883766869040317", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee49a7b9-963f-439c-9522-f78750b5e7df", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-07-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "589990", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7657", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-587471081576721367794244", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5a48df90-7b8a-4b95-9344-52eca9965050", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-587471081576721367794244", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d3f97134-56f9-45fe-aad9-60d95a51d48f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-12-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-18", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "523416", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1489", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-109272763412992271485457", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:295e2d27-7c8c-4e5a-81dd-5c530b21c778", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-109272763412992271485457", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:332e8139-570d-401e-8dea-0b40da56ce69", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-08-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-13", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "604789", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-148715251312244684318074", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c576a060-ff25-4a2f-b542-34d06030c193", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-148715251312244684318074", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9573354-8be4-45aa-be97-733e09f3e3e0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-10-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "111210", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1999", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-080480141948547472036219", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dcf94afa-e965-4435-8341-c5489012be59", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-080480141948547472036219", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b306df5-1cdb-41c0-b449-b8909e368276", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "721267", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1845", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-671408531894681437693915", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d0c68643-a52f-41ae-9b3f-387e41741101", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-671408531894681437693915", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9b4498c-3cbe-48ac-834f-07058aba93a3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c4834068-7c01-40ff-953f-19f9bbb7370b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 31, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 79, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 48, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "575177", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1123", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-421487237719664337926264", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:169730f9-82c2-419e-bec4-679b074587e1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e924db85-85d0-44a1-85e9-f4ab255622b6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7c4cffaa-7828-4fab-a805-de5eecec1be6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:304cfe22-30a3-45ad-8dee-86ec2a1a3951", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:13346a9c-c939-4477-bfde-9b8d1bf3eb46", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1cba473f-5ef8-4ea8-8247-c695813a0507", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:153c7f6f-c3d7-4473-9c0b-0fdd2af161a6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:632aaffc-66ce-4718-92f6-1176c2e1aca3", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e4486c97-ca35-46a3-ab8c-c3e0931bb0c2", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:56e69495-40bd-4652-be40-0e32b8153e11", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8c2ba5fe-0312-4618-8d66-f0188585c8c5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-421487237719664337926264", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-17", + "version" : 2.5, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6908, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2023-10-13", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-421487237719664337926264", + "key" : "PartInstanceID" + } ], + "gtin" : " 58568407", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "284386811" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-12", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 9.7722 ] + }, + "id" : "AB2318" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 120 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-06-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "641081", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3197", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-657973422519230479340430", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:54335cc3-c3a9-4c6d-841b-9d6869d7518f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-657973422519230479340430", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f0740577-744a-4752-bd1b-159188dbce27", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-08-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-04", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "551084", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1432", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-732408130437623009753172", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab04d475-4d30-4039-b0ce-1f565317db77", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-732408130437623009753172", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bbbb8f37-3070-4a1a-a057-f4d5416ca8a2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-02-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "912331", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2489", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-712777341404709239849724", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:801d7df0-96c4-4c05-9b00-244356090ef6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-712777341404709239849724", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:db44e01a-991b-4819-9343-34b1e60db79f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-11-02", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "258856", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1575", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-275660379821389876239471", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:135ff411-75d6-4d5e-87f2-8fd3c709bdd5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-275660379821389876239471", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:68d58ef2-9e47-4f0a-af0c-a7e6f5e5d16c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-09-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "956265", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1435", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-874268115549473309109964", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:13484890-85d1-49cf-8913-163da1ea297f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-874268115549473309109964", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bc2d1bc-6619-4fa3-a23e-c3520e35c933", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "476029", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8462", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-804755969458043907284335", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b1a988dc-e01d-4dc7-bae8-ed2d0bca93e4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-804755969458043907284335", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5bacda61-da94-49c3-b735-7e9bf7ce8725", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-10-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-23", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "484209", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6055", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-613319179318249998509155", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8cb2eddf-2036-4fb1-bdc1-a4825eb2822e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-613319179318249998509155", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1d10eda9-3a5b-4f8f-8993-5653c02d7a16", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-01-06", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "494277", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "9889", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-054137834947942447689111", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6a9d095d-a988-440d-acf0-660677522014", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-054137834947942447689111", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a570edf6-3e19-4caf-b7d2-c9e7c4b1d2f2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-09-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "689401", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3427", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-295359038428033538101406", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bfda2cef-43dd-458e-832e-813cdf46be9f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-295359038428033538101406", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5bc886-dac7-4f30-9efb-9369b8a7e0e8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-05-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "893293", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8058", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-508562801787981572367093", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:71f692c6-666b-4b55-9bb8-5eca46c7427b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-508562801787981572367093", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:57a1a4b3-7ca6-4643-a758-80f2f6d4f491", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:91f3b7a6-7ef6-4ba5-9709-e89dc907ad0f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 41, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 26, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 87, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "953493", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6276", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-649025193247744815308547", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:59d5a09f-265a-4255-930a-69499e6099a1", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e835451c-55d1-4583-b120-5b05b4fe4298", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:47a14445-3677-42b5-8f58-4fc036767737", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:42df3cfd-be3a-4a23-8cbb-4886f5f42310", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:891a63c7-b3fb-4165-ba99-9318634c3c3e", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bad2579c-8d56-4cde-ae3f-106b91207f16", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af6d4227-3759-4c93-8400-88750f845d42", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:39db236d-265d-4e53-81f1-89c3a42280c2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d815f036-f26c-4f88-8ce6-573fc3c8e978", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e7cf96b2-2184-4400-b6a7-3191969893e2", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9418e4fc-f1a0-42a1-8bb0-b637d0ea2e8f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-649025193247744815308547", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-08-13", + "version" : 1.1, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6209, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2021-01-11", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-649025193247744815308547", + "key" : "PartInstanceID" + } ], + "gtin" : " 58303814", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "172951776" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-11-10", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.7691 ] + }, + "id" : "EV5532" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Graphite" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 120 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B3NX", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d65a4aca-6cb7-4791-a430-4b8d9ce1f1a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-12-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "839204", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2411", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-478966071391968090480935", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3240960f-1f84-4e53-bc45-cd326f27b452", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-478966071391968090480935", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8972af5-b028-4665-818a-197019b1a2e4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-07-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "361335", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1733", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-335150056102107596933721", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:51b3cf5d-11f4-4db6-a584-02ecc5bdedec", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-335150056102107596933721", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d148fad5-4c9a-488a-9b43-150d338559f2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-05-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "105259", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "9968", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-809969344592637616415689", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8b1028ea-217a-4876-b747-0410b9b185b7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-809969344592637616415689", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9441237e-a294-4007-94a1-649188a8fcc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-10-30", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "307973", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8934", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-428529070818912818758400", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6fe7d49a-4569-4fc3-841e-3b93a22ca927", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-428529070818912818758400", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a034ab84-f6ae-41c3-a224-02351f573057", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-12-03", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "893839", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9261", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-325143358634226278153686", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:75435db2-3868-4a77-a72f-78f96faad8b7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-325143358634226278153686", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7d0dd375-4491-47c5-8e84-4db3f02151ef", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-06-06", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "909402", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8746", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-123760690132854833745762", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55ef973f-260b-452e-bfd6-3e359ec8918c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-123760690132854833745762", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c810cc7-48e5-4f78-803e-b055ff3c7499", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-05-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "549487", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1699", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-202618736706229575349972", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:82c4d997-9689-4641-8a39-200b0848aede", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-202618736706229575349972", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3f5b0da7-8065-4c99-8a39-fa3c81c8df24", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-05-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "989917", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3060", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-332282418462283630241021", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bfea1181-1f4c-4571-b52d-91d5a060833e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-332282418462283630241021", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8bb59375-dffd-46cb-a560-ca2c3031a549", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-07-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "558744", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5000", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-661181049931223872649703", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:275da478-579d-4cd2-94fe-9a637090bf99", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-661181049931223872649703", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e90863be-67f3-4a6c-b36e-d1f8d68941cf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-06-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-17", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "361193", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "5792", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-045025435576056642106570", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0c0ca7b0-9908-4de8-bc68-15f64c1ab8a4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-045025435576056642106570", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:addcc726-100e-42e7-96c3-018cc77fafaa", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:32e17c20-3194-4970-a52c-b2af2fa9288d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Iron", + "recycledContent" : 65, + "materialClass" : "1.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 327.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "IR334" + }, { + "materialName" : "Polyethylen", + "recycledContent" : 76, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 163.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PE221" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 7, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 40.95 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Aluminium", + "recycledContent" : 71, + "materialClass" : "2.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 286.65 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "ALU331" + }, { + "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", + "recycledContent" : 4, + "materialClass" : "0.7", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 109.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "W123" + }, { + "materialName" : "Glue", + "recycledContent" : 86, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 54.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 47, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 382.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Cooper", + "recycledContent" : 42, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 250.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Rubber", + "recycledContent" : 80, + "materialClass" : "5.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 7.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "R22" + }, { + "materialName" : "Textiles", + "recycledContent" : 54, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.12 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "TEX1" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "childItems" : [ { + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B2OM", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B5MJ", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "XM-20", + "key" : "manufacturerPartId" + }, { + "value" : "OMACDBUHKIXKCMYBT", + "key" : "partInstanceId" + }, { + "value" : "OMACDBUHKIXKCMYBT", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2020-02-01T11:52:28.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "partTypeInformation" : { + "manufacturerPartId" : "XM-20", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Coupé", + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S388C", + "description" : "security plus", + "group" : "special equipment" + }, { + "code" : "A248B", + "description" : "steering wheel heating", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "A458D", + "description" : "parking assistance ", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2018-02-28", + "mileageDistance" : 120000 + } ] + } ] + }, { + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "635211", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7359", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "73849201-61", + "key" : "manufacturerPartId" + }, { + "value" : "NO-300645322195279224647156", + "key" : "partInstanceId" + }, { + "value" : "Company 10", + "key" : "company" + }, { + "value" : "Brand 10", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "partTypeInformation" : { + "manufacturerPartId" : "73849201-61", + "customerPartId" : "73849201-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Catalysator", + "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Catalysator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5488e48d-5842-493b-9041-1d27a1d3d467", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "childItems" : [ { + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "306254", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1480", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "22782277-50", + "key" : "manufacturerPartId" + }, { + "value" : "NO-314061229466361556071536", + "key" : "partInstanceId" + }, { + "value" : "Company 3", + "key" : "company" + }, { + "value" : "Brand 3", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "partTypeInformation" : { + "manufacturerPartId" : "22782277-50", + "customerPartId" : "22782277-50", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-l", + "nameAtCustomer" : "Door front-left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:15868485-0fc6-42a1-94c7-7d7d518990d0", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "72994826PTN", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "188157", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2637", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-720426909780861540771729", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:93bc97b5-88b7-4f82-a160-8bedf9dc03c2", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:66090077-6dc8-4ca7-a56e-b6a6dd02d5b4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "childItems" : [ { + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "932970", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9670", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "95657362-64", + "key" : "manufacturerPartId" + }, { + "value" : "NO-895320576393660790702186", + "key" : "partInstanceId" + }, { + "value" : "Company 4", + "key" : "company" + }, { + "value" : "Brand 4", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "partTypeInformation" : { + "manufacturerPartId" : "33740332-54", + "customerPartId" : "33740332-54", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-r", + "nameAtCustomer" : "Door front-right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6e00ae59-8e13-4e95-b2c5-f0d429f9c067", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "11820948CYH", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "158524", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2020", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-165918348059332899986718", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b89f087e-0488-4c5a-9ee0-4133548b436a", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:4235f1cf-d303-4b79-bdb1-7a31526bbabd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "928774", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8546", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "15635759-16", + "key" : "manufacturerPartId" + }, { + "value" : "NO-539699124243847797443656", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "partTypeInformation" : { + "manufacturerPartId" : "15635759-16", + "customerPartId" : "15635759-16", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-l", + "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:267fabf0-9727-413f-bf09-b1bbb398eb3a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "578586", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6652", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "28673126-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-744737867632442042678606", + "key" : "partInstanceId" + }, { + "value" : "Company 5", + "key" : "company" + }, { + "value" : "Brand 5", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "partTypeInformation" : { + "manufacturerPartId" : "28673126-98", + "customerPartId" : "28673126-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-r", + "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8c2ab488-b1fd-44a3-8b26-2bda996ab8e8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "951165", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "94421589-82", + "key" : "manufacturerPartId" + }, { + "value" : "NO-590903203146053071493601", + "key" : "partInstanceId" + }, { + "value" : "Company 6", + "key" : "company" + }, { + "value" : "Brand 6", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "partTypeInformation" : { + "manufacturerPartId" : "94421589-82", + "customerPartId" : "94421589-82", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engine hood", + "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Engine hood" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5c0726ad-b57b-4db1-aa80-677f1caeef7c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "37350", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9566", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "85023955-75", + "key" : "manufacturerPartId" + }, { + "value" : "NO-242804366786572471820393", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "partTypeInformation" : { + "manufacturerPartId" : "85023955-75", + "customerPartId" : "85023955-75", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tailgate", + "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailgate" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:385fb1f8-7532-4e0c-a661-8dbc394e74d6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "646452", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5891", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "13769860-47", + "key" : "manufacturerPartId" + }, { + "value" : "NO-186655058764365149435120", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "partTypeInformation" : { + "manufacturerPartId" : "13769860-47", + "customerPartId" : "13769860-47", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender left", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:49749cdc-383b-4a5c-8dbc-5f0b9dd32680", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "835367", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6452", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "36643162-35", + "key" : "manufacturerPartId" + }, { + "value" : "NO-325730621671852447010652", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "partTypeInformation" : { + "manufacturerPartId" : "36643162-35", + "customerPartId" : "36643162-35", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender right", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5b4e3221-b6f6-42c6-a5d0-263909bb8954", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "424181", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7559", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "54165444-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-056039171230050894869071", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "partTypeInformation" : { + "manufacturerPartId" : "54165444-59", + "customerPartId" : "54165444-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper front", + "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:092c160b-203f-4537-bcf8-b144e53d6064", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "374858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5133", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "22768257-25", + "key" : "manufacturerPartId" + }, { + "value" : "NO-929360720249973155212015", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "partTypeInformation" : { + "manufacturerPartId" : "22768257-25", + "customerPartId" : "22768257-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper rear", + "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b7ace9c9-56cd-450e-ad64-65e166f2fd99", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "123490", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "4347", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "65529521-37", + "key" : "manufacturerPartId" + }, { + "value" : "NO-024321342753700806308454", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "partTypeInformation" : { + "manufacturerPartId" : "65529521-37", + "customerPartId" : "65529521-37", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror left", + "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70b65884-05d1-42d4-b15a-6811afd9a375", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "441430", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5392", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "58471477-24", + "key" : "manufacturerPartId" + }, { + "value" : "NO-662646120446395356026373", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "partTypeInformation" : { + "manufacturerPartId" : "58471477-24", + "customerPartId" : "58471477-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror right", + "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:23323f63-a1af-4976-8386-54b02b237d03", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "152188", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7828", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "09002013-68", + "key" : "manufacturerPartId" + }, { + "value" : "NO-819527814255352957903088", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "partTypeInformation" : { + "manufacturerPartId" : "09002013-68", + "customerPartId" : "09002013-68", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Trailer coupling", + "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8afa8d2a-eaf8-417a-bdeb-2903d26a6dc0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "79195", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2941", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "43501996-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-971046622889574251783182", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "partTypeInformation" : { + "manufacturerPartId" : "43501996-98", + "customerPartId" : "43501996-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Dashboard", + "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Dashboard" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:899d97ee-604c-4d23-b724-77384c267075", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "271520", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "9795", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "77795937-13", + "key" : "manufacturerPartId" + }, { + "value" : "NO-482042071643254440574034", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "partTypeInformation" : { + "manufacturerPartId" : "77795937-13", + "customerPartId" : "77795937-13", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Steering wheel", + "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f7a740ea-3521-41fc-9701-fa980982c1c4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "144638", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1999", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "20125432-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-777931149768338951967480", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "partTypeInformation" : { + "manufacturerPartId" : "20125432-59", + "customerPartId" : "20125432-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator left", + "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:392eb006-7b01-4d51-a2e4-fc8b590e4553", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "198744", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "3706", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "19073706-76", + "key" : "manufacturerPartId" + }, { + "value" : "NO-878560885728027798550134", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "partTypeInformation" : { + "manufacturerPartId" : "19073706-76", + "customerPartId" : "19073706-76", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator right", + "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ec00bae9-81a4-43c1-8199-6f683baa21c5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "658003", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8572", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "45415162-57", + "key" : "manufacturerPartId" + }, { + "value" : "NO-805496419550529915215563", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "partTypeInformation" : { + "manufacturerPartId" : "45415162-57", + "customerPartId" : "45415162-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Led headlight", + "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Led headlight" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cc32fb62-b50d-4e4f-8dac-e02736b7ed31", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "368794", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8922", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "78141846-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-433766484921905567586722", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "partTypeInformation" : { + "manufacturerPartId" : "78141846-87", + "customerPartId" : "78141846-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Starter motor", + "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Starter motor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5d68ec50-7cd6-4d3f-aa0c-592e9ab34e08", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "234878", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4094", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "81324139-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-073558896157054603099567", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "partTypeInformation" : { + "manufacturerPartId" : "81324139-23", + "customerPartId" : "81324139-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Alternator", + "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Alternator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:22e8d859-0b5f-4568-8cfd-86f73cb64c23", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "480191", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4281", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "57929013-09", + "key" : "manufacturerPartId" + }, { + "value" : "NO-816086921018811899598551", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "partTypeInformation" : { + "manufacturerPartId" : "57929013-09", + "customerPartId" : "57929013-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "AC compressor", + "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6adb7f63-db1d-4144-b26a-1c2b46e5693d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "908858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2172", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "61184040-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-395437355406898483813611", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "partTypeInformation" : { + "manufacturerPartId" : "61184040-23", + "customerPartId" : "61184040-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight rear", + "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:61d4147f-27ee-4715-8166-89f7a68f0313", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "194779", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8922", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "78744126-74", + "key" : "manufacturerPartId" + }, { + "value" : "NO-614870102083581603073819", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "partTypeInformation" : { + "manufacturerPartId" : "78744126-74", + "customerPartId" : "78744126-74", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight front", + "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d7fe5b04-bf10-4b92-9a61-e6bbf97a02ff", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "873737", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "9214", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "12093297-03", + "key" : "manufacturerPartId" + }, { + "value" : "NO-523227635506203515129330", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "partTypeInformation" : { + "manufacturerPartId" : "12093297-03", + "customerPartId" : "12093297-03", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part front", + "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:69d9892a-3cf7-4ce8-8fcb-6ab7fea6594a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "480761", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4751", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "88111709-49", + "key" : "manufacturerPartId" + }, { + "value" : "NO-518500285938140196776423", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "partTypeInformation" : { + "manufacturerPartId" : "88111709-49", + "customerPartId" : "88111709-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part rear", + "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d3337d5a-8a88-4671-95bf-ca69f3c19473", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "143358", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1168", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "00871379-44", + "key" : "manufacturerPartId" + }, { + "value" : "NO-130941702964351461890844", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "partTypeInformation" : { + "manufacturerPartId" : "00871379-44", + "customerPartId" : "00871379-44", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Chassis", + "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Chassis" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3134434-3c3d-4869-af45-c9f7dc285ecc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "37456", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3981", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "08901347-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-280503950043440030561882", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "partTypeInformation" : { + "manufacturerPartId" : "08901347-87", + "customerPartId" : "08901347-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Rims", + "nameAtCustomer" : "Rims" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Rims" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9d4cdd6a-adae-4f14-989f-40291407fe17", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "333033", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9489", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "45863316-60", + "key" : "manufacturerPartId" + }, { + "value" : "NO-658219514540661622362738", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "partTypeInformation" : { + "manufacturerPartId" : "45863316-60", + "customerPartId" : "45863316-60", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tires", + "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tires" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b261220-9e1e-41cc-bf65-e3effc7a8854", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 40, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 18, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 53, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "childItems" : [ { + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "bpnl" : "BPNL00000003B2OM", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "46370", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2419", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B2OM", + "key" : "manufacturerId" + }, { + "value" : "42555H1-52", + "key" : "manufacturerPartId" + }, { + "value" : "NO-851136035392705186021761", + "key" : "partInstanceId" + }, { + "value" : "Company 2", + "key" : "company" + }, { + "value" : "Brand 2", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "partTypeInformation" : { + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Transmission", + "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:de5b5e6a-cf86-48b9-aa15-0f054f002c18", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:774fe44f-2cc3-46fd-b484-1731623d80af", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:eb4873b6-5fff-4dc8-9ea6-99ff6ae31368", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" + } + } ], + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "productSpecificParameters" : { + "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], + "driveType" : "combustion engine", + "oilType" : "Lifeguard Hybrid 2", + "spreading" : 6.79, + "torque" : 500, + "power" : 300, + "standardGearRatio" : { + "gear" : "1", + "ratio" : 4.1567 + }, + "oilCapacity" : 8.9, + "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], + "speedResistance" : { + "speed" : 7800, + "gear" : "1" + } + }, + "instructions" : { + "packagingInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "transportationInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "dismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "vehicleDismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "safetyMeasures" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ] + }, + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-851136035392705186021761", + "key" : "PartInstanceID" + } ], + "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", + "manufacturerId" : "BPNL00000003B2OM" + }, + "sparePartSupplier" : [ { + "supplierId" : "BPNL1234567890ZZ", + "supplierContact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "sparePartName" : "torque converter" + } ], + "stateOfHealth" : { + "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], + "remanufacturing" : { + "productStatusValue" : "first life", + "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" + }, + "expectedLifespan" : 500000 + }, + "generalInformation" : { + "additionalInformation" : "JxkyvRnL", + "physicalDimensionsProperty" : { + "diameter" : 0.03, + "width" : 1000, + "length" : 20000.1, + "weight" : 100.7, + "height" : 0.1 + }, + "warrantyPeriod" : 60, + "productDescription" : "manual transmission", + "productType" : "8HP60MH" + }, + "sustainability" : { + "carbonFootprint" : { + "productOrSectorSpecificRules" : [ { + "otherOperatorName" : "NSF", + "ruleNames" : [ "ABC 2021" ], + "operator" : "PEF" + } ], + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "GHG Protocol Product standard" + } ], + "co2FootprintTotal" : -1.7976931348623157E308 + }, + "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], + "responsibleSourcingDocument" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "recyclateContent" : { + "nickel" : -1.7976931348623157E308, + "lithium" : -1.7976931348623157E308, + "cobalt" : -1.7976931348623157E308, + "otherSubstance" : [ { + "substanceName" : "Lead", + "substancePercentage" : 8 + } ] + }, + "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "customers" : [ { + "businessPartner" : "BPNL00000003B2OM", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 64, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 46, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "800329", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7680", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "partTypeInformation" : { + "manufacturerPartId" : "GP-33", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5896d7f-247b-4151-8b58-7e431d856d0b", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "childItems" : [ { + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "54014", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "9905", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "10955Z5-05", + "key" : "manufacturerPartId" + }, { + "value" : "NO-314977894611835991781438", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "partTypeInformation" : { + "manufacturerPartId" : "10955Z5-05", + "customerPartId" : "10955Z5-05", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d1581541-ec5c-46d3-b00c-e0496313a615", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "partTypeInformation" : { + "ownerPartId" : "10955Z5-05", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "NTIER Product", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 57, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 60 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + }, { + "materialName" : "Other", + "recycledContent" : 14, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 40 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "79565", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5884", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "partTypeInformation" : { + "manufacturerPartId" : "RF-05", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b72d066-4196-4b39-9260-34a00a7e5e88", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1c726a5d-b658-45c1-95b3-8a35faf13dd3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.2341", + "materialAbbreviation" : "GL338" + } ] + } ], + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "562585", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3646", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "partTypeInformation" : { + "manufacturerPartId" : "VH-77", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:43dd8db7-df3e-4506-8e67-b297d4e17bd6", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:efc0499b-0d5a-4a22-8223-af272c0f01a2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "recycledContent" : 9, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.3301 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "childItems" : [ { + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "quantity" : { + "quantityNumber" : 0.3301, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "quantity" : { + "quantityNumber" : 0.2001, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "341632", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "8806", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B5MJ", + "key" : "manufacturerId" + }, { + "value" : "63085P2-81", + "key" : "manufacturerPartId" + }, { + "value" : "NO-751896380643428446985611", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "partTypeInformation" : { + "manufacturerPartId" : "63085P2-81", + "customerPartId" : "63085P2-81", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3ea90642-dabf-4a50-8b17-550b0e87784e", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:72e52556-29cd-426b-8e67-b7d2bf1ef02f", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:28638f99-1095-4df2-8353-6635c917b50b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "partTypeInformation" : { + "ownerPartId" : "63085P2-81", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "customers" : [ { + "businessPartner" : "BPNL00000003B5MJ", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Glue", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 22, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "AL7" + }, { + "materialName" : "Other", + "recycledContent" : 33, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "947897", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3742", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "partTypeInformation" : { + "manufacturerPartId" : "SW-62", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a15db7ad-c810-435d-b2e3-38bcf3b116d7", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "childItems" : [ { + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "561100", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2063", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "99019M6-53", + "key" : "manufacturerPartId" + }, { + "value" : "NO-751568112188359093289552", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "partTypeInformation" : { + "manufacturerPartId" : "99019M6-53", + "customerPartId" : "99019M6-53", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e1428cda-bedb-4e46-9b7d-7fb10f7963ed", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "partTypeInformation" : { + "ownerPartId" : "99019M6-53", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 12, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 51, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "513100", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 6 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5299", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "partTypeInformation" : { + "manufacturerPartId" : "QP-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3db9c9a1-3f2f-49f7-9f91-c001c57686c7", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:0f1fd1f7-be35-4caf-a767-6da372c9b437", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 64, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 34, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "760174", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6138", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "93605D2-91", + "key" : "manufacturerPartId" + }, { + "value" : "NO-871580055866821435813562", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "partTypeInformation" : { + "manufacturerPartId" : "93605D2-91", + "customerPartId" : "93605D2-91", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "partTypeInformation" : { + "ownerPartId" : "93605D2-91", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fc187ac3-0f51-4c7c-bb95-d62cded9af28", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:4fde9e7a-7e84-4052-ad1f-8c6092d6ed9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "38049661-08", + "key" : "manufacturerPartId" + }, { + "value" : "NO-744309140234558939999675", + "key" : "partInstanceId" + }, { + "value" : "Company 1", + "key" : "company" + }, { + "value" : "Brand 1", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "partTypeInformation" : { + "manufacturerPartId" : "38049661-08", + "customerPartId" : "38049661-08", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "incoterms" : "DAP (Delivered at Place)", + "image" : { + "name" : "eOMtThyhVNLWUZNRcBaQKxI", + "location" : "telnet://192.0.2.16:80/" + }, + "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", + "quantity" : 50, + "mechanicalDamage" : true, + "unitOfMeasure" : "each", + "bundleOffer" : false, + "availabilityDate" : "2022-03-11", + "corroded" : true, + "pickupLocation" : { + "latitude" : 48.137154, + "longitude" : -117.28333 + }, + "burned" : true, + "condition" : "New", + "attachment" : [ { + "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" + } ], + "discolored" : true, + "price" : { + "currency" : "EUR", + "value" : 250 + }, + "missingParts" : true, + "dismantled" : true, + "marketplaceProduct" : { + "manufacturerPartNumber" : "38049661-08", + "technicalSpecification" : [ { + "technicalValue" : "RYtGKbgicZaHCBRQDSx", + "key" : "JxkyvRnL" + } ], + "productLink" : "https://123", + "oeNumber" : "NO-744309140234558939999675", + "category" : { + "subCategory" : [ "Battery" ], + "mainCategory" : [ "Audio, video, navigation" ] + }, + "originalManufacturer" : "Company 1", + "brand" : "Brand 1", + "productDescription" : "Battery" + }, + "sku" : "1002090, xYz.09, ABcXYZ", + "mileage" : 120000.06 + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:acd7e48c-374e-45af-a539-f0bd4d1c03e4", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:25ff450f-5fae-44a0-a8a2-64ad5efc2ad0", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:efad6b8b-9580-4ba2-8222-2722e1875e4a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1d81e302-6736-4088-af62-1173445061f4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:decc911a-35dc-40c6-8f49-5be7acee6908", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4bf2044-4504-4295-8645-3184b366cea4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a Battery", + "class" : { + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" + }, + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-01-18", + "version" : 2, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 1346.0496, + "width" : 1346, + "length" : 2306, + "weight" : 412, + "height" : 283 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2022-01-28", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-744309140234558939999675", + "key" : "PartInstanceID" + } ], + "gtin" : " 71842155", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "444770484" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-16", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.8624 ] + }, + "id" : "JW3524" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Aluminium" + } ], + "critical" : [ "Lithium" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 119 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1757d01f-7b44-4e45-a2b5-0dc0d05f770c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 54, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 20, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 82, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "childItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "667967", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6313", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "partTypeInformation" : { + "ownerPartId" : "38049661-08", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Battery" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-744309140234558939999675", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 62, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 6, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 12, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "880907", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8683", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-599349389132825299815680", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:25af164a-e6f7-480e-b492-651b7da1d222", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85df416e-5cbc-4b72-ab98-7b3a0f597525", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:babcff1f-507f-463e-be9e-94e55c0c64e9", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8b3f6d58-bc5a-4e0f-b2ec-3578fe6d38e1", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:73e143b7-5308-4264-b331-120cd9705213", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8ba0f6bd-8659-4a45-8e0b-97479a0509bd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dbd8f06d-e686-4986-932a-6a12c955e134", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e6e5ea84-808c-43f6-8c51-b5ae7ce222d7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a5494186-1b4a-49e5-a4d4-2c85773071e4", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0ec3fa8d-9e39-4d7f-8c51-1a2ae91bf453", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a8073dee-f6d6-44e1-8772-5368a96a1b08", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-599349389132825299815680", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-12-29", + "version" : 2.8, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6884, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2021-12-20", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-599349389132825299815680", + "key" : "PartInstanceID" + } ], + "gtin" : " 78507355", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "569550313" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-04-12", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 4.4507 ] + }, + "id" : "EM9757" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Sealant" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 105 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-08-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "887584", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3164", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-276052741206550431565449", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec4ede01-6089-4547-8675-4251e3162d78", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-276052741206550431565449", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:01822dbe-8eae-49bf-a0e9-76a04041ccbf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-12-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "137895", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1859", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-613745749330170700793987", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:021be7ca-fa9b-4b99-a7f5-eb9bb87b3faf", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-613745749330170700793987", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:205f06b1-5592-40d6-941a-9d9d45a96ba3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-04-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "33224", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-816675614874955054622587", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4d059a49-57f3-4fe4-ab32-ba03cddbf666", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-816675614874955054622587", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d539866-9f09-408d-b2a1-2c8d85f88e78", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-11-30", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "264313", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1702", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-583571011792716331126348", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a336dc1a-f087-492a-96d2-80e64ec70178", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-583571011792716331126348", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f4e3e1b5-df6b-45e1-8b1d-81350d9fca3f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-12-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "173754", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "4147", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-701698086749428343178985", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3c5c8509-adeb-4a2a-91ac-7456c953bda7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-701698086749428343178985", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c87831c1-da22-4dbf-9e1d-38e1efda5902", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-09-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "859315", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9360", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-629544766376868286560031", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c14cbd74-248c-4c05-807c-e14766317c7f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-629544766376868286560031", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e98a6d9f-3018-4538-ade6-eac003586002", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-08-31", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-18", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "421680", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "7936", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-574718760399170263078806", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b362a145-eb11-42df-837f-b8450ab6d65a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-574718760399170263078806", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d32b7314-16d3-4ffe-bb11-29652fb0939d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-07-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-02", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "574615", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4964", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-585548541298586466303843", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:761e02f3-5258-431e-9a3d-c6e1bf2ed993", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-585548541298586466303843", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8135e4d8-2055-4574-917c-6042adc71dbe", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-11-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "363231", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7876", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-849571409038311009141692", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:955f4773-e317-4a2c-bfdd-71681c43d167", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-849571409038311009141692", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:390b9452-66f6-4ad6-af6e-c6ca8cb3a0e7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-10-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "542029", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3531", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-046489068699513613983142", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d17dfa57-615c-4d7a-81f2-0389277e4e3e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-046489068699513613983142", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5b3ce3a9-4c03-415e-ab55-a5f6df8f15c9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e0484552-e862-47ee-a0ae-3f1382c96c6d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 61, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 9, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 84, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "548787", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8877", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-343421984914134407537068", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a83e094e-d624-41a1-9d4f-5ce815d36141", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e437151e-57a1-42b5-911c-6a0a4fd1d506", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:288c15d2-830e-4501-93c9-ec2389f6159a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d657e92b-31ac-4198-b49a-1b5b89ac067a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bf9db4b-a700-4937-9cbf-de04ec91289e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7bf2c1ac-ccc5-4b39-845f-8fc15f37e4c9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:582a4814-1b4f-4ab7-97f8-3583e6428b04", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:69197eeb-b681-400b-a67b-446ff52968e1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2cdc3633-9278-46f1-a1b4-6db81ddff90c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1c2d1acb-79c5-450b-b0e7-eb0b51da379e", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4e462559-e767-4cac-aa51-7c3e6dbbcdee", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-343421984914134407537068", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-09-29", + "version" : 1.6, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6201, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2022-05-06", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-343421984914134407537068", + "key" : "PartInstanceID" + } ], + "gtin" : " 23331813", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "931203007" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-10-07", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.2157 ] + }, + "id" : "PB7707" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Lithium" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 111 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-09-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "159823", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6698", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-266414324653556185736448", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab50cdb0-c239-4648-b9ed-a7dd42e72220", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-266414324653556185736448", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:09cb6b5c-4013-45de-a94b-a112af6da070", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-08-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "262542", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6942", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-439531001401998592561978", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3ec0a5de-e362-4181-b11c-717f7855192f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-439531001401998592561978", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:35318daa-e4f6-4253-b3c2-1108c0398e0b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-10-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-25", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "986688", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4675", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-021808497008475276207658", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b74504dc-5f15-4cea-ba28-80babdefd216", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-021808497008475276207658", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:82654b2d-881d-49cd-9a2b-9f9564106f2b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-07-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "761723", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2393", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-883135781243388996380832", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:155dfe14-4d27-41f2-a181-6a275eefdc8e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-883135781243388996380832", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c638cd8b-63a6-4ba9-af8b-d4fa2cd1d3aa", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-01-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "517072", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "3439", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-990836037358215841702922", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:51e5ce2d-51ee-4e46-b4df-f0aad1250711", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-990836037358215841702922", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fa511abd-a57b-438f-b4c8-f6773858059a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-07-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-18", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "860371", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1793", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-960387226518041014742915", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7ada1973-6ede-41cd-9d7e-ee7210cb57ec", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-960387226518041014742915", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d162ba1f-2c84-464a-a907-74fda0088ed1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-08-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "402009", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7973", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-749514118885207807523684", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:33d31c53-a97b-4949-96d6-27abaa572486", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-749514118885207807523684", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bf57a551-f252-4577-9026-971b3aed6ee3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-06-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-23", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "337414", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4420", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-291715621913372083066844", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b773e17f-884d-48d5-a2be-32d638aa8e60", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-291715621913372083066844", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:87100eae-2e26-4f3a-8387-ed3d430d4220", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-12-07", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-06", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "77438", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2276", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-443271381888074190712314", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a568cea8-143f-42a7-b9f9-f8f3ec146082", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-443271381888074190712314", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f415ef4e-dd14-40ba-a1e3-b3d42b9f52de", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-05-31", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "672157", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "1776", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-603465092925964841944939", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7013115d-d229-4f24-9df3-8a0fc2b4f3b4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-603465092925964841944939", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:65dd7bb0-1c55-4078-9870-18e158493688", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:5e17248e-4e66-4cf8-828f-e8c762511fe6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 84, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 73, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 31, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "154592", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "9294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-823560382376748897634491", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2614af24-9bde-4eac-919a-7660638c5f53", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f9d145b-4a6f-4d79-92ba-c12994b6b483", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f9610458-0225-44b5-abb5-fec8cf099797", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:07c96796-3b53-4e56-a4ac-f59fa133800b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b8456285-e981-4ad9-973f-512f01487ae6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f2827a52-4654-4db0-a19c-2854b1fb411b", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6d0c58c2-76d9-4bbd-9cfb-26b6720651ad", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4acc9a3d-610a-4273-af81-9cd7aec2afb2", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3b3a70bf-5ec7-46c0-992c-4334d756cb7a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7af5cee7-61dc-423c-a29c-3bfa738b362d", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a5c78f5c-4008-4014-9c12-f152326ba9a4", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-823560382376748897634491", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-12-07", + "version" : 2.3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.63989999999998, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2021-06-26", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-823560382376748897634491", + "key" : "PartInstanceID" + } ], + "gtin" : " 38615101", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "341259269" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-05-30", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 5.6098 ] + }, + "id" : "LN1496" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Graphite" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 117 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-03-13", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "455628", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6314", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-848885292462912694102251", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dbe5222e-e498-402f-98f2-4e45c66099a7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-848885292462912694102251", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:556bf5da-99a8-44da-b6b7-088f2ae78ea8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-08-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "335379", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6384", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-689813702415564518493945", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e2b5fe18-114d-4335-8886-1342d152a6bc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-689813702415564518493945", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:64e9f93c-eaa5-49a6-80ae-8e52e4a138e1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2024-01-31", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "199331", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7004", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-987660837352774924045931", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:42569d31-653c-4edf-bcf0-9377da2501b6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-987660837352774924045931", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1b630f6c-659c-430a-83ea-a4537b9ed48f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-05-07", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "498568", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3727", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-654353296014446496284506", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9e3d6e45-10ce-4803-adfa-178aa2f28de5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-654353296014446496284506", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c48d16d-4b49-4b2f-8fc6-12dddb18a62c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-09-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "326790", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1442", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-588767590807225389768378", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5c73472b-c9b9-4767-aa9c-3997a1fd74a8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-588767590807225389768378", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:05c641cf-56b1-4251-b8a6-b2443d7a07a6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-10-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-01", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "515853", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1725", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-931418197632196969612711", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f77404be-d106-4185-8bf2-5ea493235bdc", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-931418197632196969612711", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e748127f-cecf-432f-a24b-21dc83318cf4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-07-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "829859", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "4783", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-111951972013972210420848", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c776232e-d7a9-4ddd-a18a-0978ef29b492", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-111951972013972210420848", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4fca20db-68e8-414b-9952-ae647b94426c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-08-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-13", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "271591", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5926", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-932110494217527413805411", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b20d0071-e9f9-4da6-bbf6-e21cf24b62ec", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-932110494217527413805411", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8292528d-fbe1-4b09-8d21-7ee3b1dd3a5d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-03-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "927759", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4113", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-925671333895560015573644", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f89b88d3-8060-417b-9b23-3c98acde0d62", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-925671333895560015573644", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b4bd79e-5117-4a9a-9a49-e38c0c63e4ff", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-06-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "212566", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9522", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-942663371448425761623285", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bcb55f75-602d-45d9-bac5-5e64e9ab53b9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-942663371448425761623285", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d421d0da-aa83-43e7-a017-d2ebf14a07ba", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:72e057d1-e262-45b3-b85d-862a1efa106c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 7, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 9, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 40, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "587599", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "6007", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-862307068158749400741457", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4a76b061-0f80-4993-ab51-25bb01d5977c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3b9d35a7-c5db-42d9-9011-9e4b982e3256", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:04c4b249-70bc-4735-971b-b5328358945b", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c84f4059-e4e7-4169-8ea8-6761d2a44eca", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a7ac16d1-3042-4a8b-92e9-4ee1b3030bde", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ddfabcb8-3785-428a-a60c-9de984a047a2", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4a2da884-346d-46e4-82ff-a5564f04c565", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7740e6f1-8e26-4c8a-a9c0-54f60a2be416", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5cab1261-57a8-45a0-968d-6d5ce98a92e1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af70076a-abbf-4a31-aab4-b2baae0eafc4", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f0a32eee-602e-4209-9c83-adaea312eaae", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-862307068158749400741457", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-08-20", + "version" : 1.8, + "status" : "Draft" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.62269999999998, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2021-04-24", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-862307068158749400741457", + "key" : "PartInstanceID" + } ], + "gtin" : " 88090453", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "687454395" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-03-28", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 5.6145 ] + }, + "id" : "XF3944" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Polyamid" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 110 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-01-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "931410", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6703", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-139880244941669856794800", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a3780205-b64b-4442-9b6f-83a6cccb1e66", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-139880244941669856794800", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f8bd5ea7-464f-4d99-bd32-88d776299431", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-09-30", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-27", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "195467", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4200", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-050830021987571935432965", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:09bccfbb-c39e-4e36-8c13-a69e73c41c00", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-050830021987571935432965", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a42972d3-bad2-438d-be35-f7b898ab90ed", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-03-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "611307", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 25 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "9031", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-857703197842350741949159", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8ee2ae10-e976-4f94-943b-c794f8e4b1e4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-857703197842350741949159", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2019b5ac-e31b-4268-a2aa-e49477ff11d9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-09-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "105185", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3318", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-022011077349717419717141", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e1b0c08e-0fb9-44b0-8bb9-17ecc22d4dba", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-022011077349717419717141", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:230ed21e-fa00-45db-8458-c904fa2ace95", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-01-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "485598", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7376", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-426790987058017367255084", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:04bf1c2f-9a48-44cd-abcd-74543250218a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-426790987058017367255084", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1677c71-d220-4724-a5a1-a52be146c0f7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-08-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-06", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "467368", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8105", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-966360536351633404870551", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6f67d687-35f6-4e64-ac6d-4d51dacf8d6f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-966360536351633404870551", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b4a426e2-d664-405c-9ba5-6b634864b5a9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-04-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-25", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "142539", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3209", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-586885151204747027102290", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:40ac00e5-8213-46d8-8049-b832ff178200", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-586885151204747027102290", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:69690287-c176-41bb-8d90-1a2a0c205dc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-02-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "398156", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6328", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-660077714588397744604444", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1bde9b18-9592-4a96-93b3-1d6294658fa4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-660077714588397744604444", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b9d0c9eb-bc44-4e54-9af0-67bd8ec1db8a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-04-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "536838", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5148", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-902959824536006525317752", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8eac0c20-d881-47c6-80c5-3dd2ca7f97a3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-902959824536006525317752", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ac7a6ea-ec7a-4ffa-baec-fab9b61f6017", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "683565", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8402", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-977849350799966985051994", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cbc584b5-8687-438f-a32c-2d27fc03a213", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-977849350799966985051994", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6ee510ff-c29c-450b-8829-aa912fef1c86", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7f2bb01a-9988-44bb-a1e0-eba6d203c6e0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 26, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 78, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 39, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "308977", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3787", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-418669803382355934007191", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8f9d74f6-42cc-4253-b698-01dcc192d5dc", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:657b2156-d29e-46db-a506-6feff7c37a48", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7168150d-8825-4819-a3ae-c1b5847afcb8", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c25ad346-f75e-492e-9e1c-4b4a6529103c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:30d0e580-92d9-475b-b95c-4ef39944baf5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:014a1ac3-9393-431f-b89d-384f6af10260", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b57e3223-9b54-4aed-862e-5e3829a55093", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:da10cc8e-e01c-4495-92fb-ea4334dd1864", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:76cbf0a1-9566-43ea-afde-b12320cbda2c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:57dc589d-ba38-45aa-923e-861aa4c170ea", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d23e65b6-8a18-4458-9444-86012054c456", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-418669803382355934007191", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-01-11", + "version" : 3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6889, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2023-10-28", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-418669803382355934007191", + "key" : "PartInstanceID" + } ], + "gtin" : " 61229344", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "168346322" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-28", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 5.7531 ] + }, + "id" : "KQ1035" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Lithium" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 117 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-01-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "282047", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2749", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-556829998319273469934509", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fca0bcc8-295b-4f5a-8146-a4130ba512cc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-556829998319273469934509", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:04cbc6b5-b0d5-4962-8291-af275c3a4e84", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-02-28", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-13", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "561423", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4012", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-114219272230854934064186", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d9072edf-577e-4fd8-8b22-7a30a29aa02d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-114219272230854934064186", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ac15a719-8777-4444-893a-e6cd66348941", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-09-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "917481", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4194", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-829824339044400302167457", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ddc48568-0607-49f6-87fe-17745b723e46", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-829824339044400302167457", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:34f20af6-0ad7-422a-a736-8f61d1af882d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-09-03", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-18", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "856374", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8335", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-224566669636331090545181", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9646bf2c-c3da-4c69-92d2-5b3cb4079e46", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-224566669636331090545181", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:98f88d1f-2a20-428e-b28f-be5c61a00833", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-12-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "750121", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9030", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-635280441324370168837677", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e412ac7f-f0cc-4365-ad1a-2651b5c2d952", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-635280441324370168837677", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9e7004f9-95fc-4f2f-a6d0-43efaeee5149", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-17", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "902500", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7217", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-500407972173549682027830", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ad34598e-a3f7-4659-aa55-c62c3e20a87b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-500407972173549682027830", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b505e93e-5cb3-44b8-a81f-2cd593808a6e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-07-05", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-02", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "492086", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7931", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-219146627260821677812233", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:534fcb00-8980-4314-bb70-b1e224016483", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-219146627260821677812233", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b2ca291-e90d-4ddb-b0ac-9f1e5d76d637", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-01-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "794841", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5710", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-074461602369719943828031", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7d5782cc-0955-4cb9-aaab-b2735ce1809b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-074461602369719943828031", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f011964f-ff83-42c4-963c-31cbece7501f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-09-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-27", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "684632", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "9713", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-718137720701312328534032", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b1f2683b-f5f2-4d4f-a757-0c4cea3d350b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-718137720701312328534032", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f9690ce3-5414-4f78-bda3-108fec809a9d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-05-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "31858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5339", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-153173100258750590484715", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7cac3e70-9a92-4138-a50b-e08fa3be2eef", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-153173100258750590484715", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:09208c4f-e09b-4958-875d-9c1c62712c83", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:beb51733-856e-4246-813d-4d6c293decab", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 53, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 31, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 75, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "279805", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4141", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-549149826651196308165721", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bde78f8e-7bae-44d1-a8ad-e94592f40f13", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:50b49d6b-e2d8-46b3-b8f5-203133b3f5a0", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aba49add-604c-4354-a12f-64b8e972ce02", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ab78787-f369-4f4f-839b-70e1a2515627", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ae08a15f-1330-4f4c-8f7e-19256096c4e9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:149fc796-a851-42aa-b898-c61cf8b58579", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:59ac42a0-6506-441e-88db-e908f1e9270e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5ad3660d-e783-4fc9-ab41-cf61fc66f8db", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4019d567-603a-43b2-8e0a-12a6e635dec6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1bd6da48-788f-4635-9419-05014eaceb3e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b39500d9-6dcf-4f2f-8f9c-dbeb46f302e2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-549149826651196308165721", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-11-05", + "version" : 2, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6212, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 18 + } + }, + "commercial" : { + "placedOnMarket" : "2022-11-26", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-549149826651196308165721", + "key" : "PartInstanceID" + } ], + "gtin" : " 18258694", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "575343610" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-13", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 2.9056 ] + }, + "id" : "UF2327" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Lithium" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 117 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b9db79a3-8858-491c-bcce-2272cfe1ea2a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-06-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-17", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "630279", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7579", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-941922963203176985468580", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1f245450-fa1e-4ef1-9911-390182fae324", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-941922963203176985468580", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:66ffe79c-df0d-4b24-ab29-d4727db1fe9b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-03-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "239091", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "6123", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-432542315695843094217907", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5b77f3c0-fb29-4de7-90da-060d1e14d497", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-432542315695843094217907", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e2666ef2-9ea8-4c81-8e76-e507d7adb466", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-05-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "309340", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1163", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-965432778069734733416709", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6f01a0f2-04ce-4fa4-87b9-5c59a462de25", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-965432778069734733416709", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b3c81388-136f-48d6-a07e-2802fc8c6737", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-07-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "903326", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9581", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-239430732070176538458534", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:012cbcd1-af40-4774-b7b1-cb112fc42b68", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-239430732070176538458534", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c16b14a9-4752-4d18-a475-fb0993200334", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-05-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-27", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "103858", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7652", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-381277313491898129024746", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f76503c1-2011-4825-b2e2-7beedb111d1d", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-381277313491898129024746", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3bb2a52a-097e-4ddf-bb4d-2999aab0c0a0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-09-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "931970", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1171", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-150599582357067252883840", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8efbabcd-c53f-41ba-b38c-f80dc93291d0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-150599582357067252883840", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3290a08b-8a2d-4192-9554-a7fcc57a9106", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-12-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "247381", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6840", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-529552938923438940370052", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0163195c-fc9e-4722-b8b0-baac6dd058b4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-529552938923438940370052", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d680d9b3-90ad-4d10-aa1b-db09acb749fd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-11-07", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "765032", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2145", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-810124424804228541312316", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e038a318-af91-4d18-be3b-90b14e82ecaa", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-810124424804228541312316", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3e7f2fa4-bfcd-44d5-a525-4d3a0968a999", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-07-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "520147", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1370", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-573921318124335337929678", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b3135e0c-4622-4a64-a82c-ee3b3b387895", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-573921318124335337929678", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:92ad328c-66d4-4bdc-b2b8-f2aa355f982f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-03-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-01", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "52618", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7122", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-447262560402359900551000", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9ceff318-73ca-4f37-8189-a8c954e06075", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-447262560402359900551000", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:959cd6d9-b032-4128-96c3-9f423a234cc3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:87036f66-b516-410b-97a6-e7f6158dbeff", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Iron", + "recycledContent" : 32, + "materialClass" : "1.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 327.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "IR334" + }, { + "materialName" : "Polyethylen", + "recycledContent" : 60, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 163.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PE221" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 9, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 40.95 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Aluminium", + "recycledContent" : 59, + "materialClass" : "2.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 286.65 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "ALU331" + }, { + "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", + "recycledContent" : 60, + "materialClass" : "0.7", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 109.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "W123" + }, { + "materialName" : "Glue", + "recycledContent" : 17, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 54.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 60, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 382.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Cooper", + "recycledContent" : 42, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 250.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Rubber", + "recycledContent" : 58, + "materialClass" : "5.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 7.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "R22" + }, { + "materialName" : "Textiles", + "recycledContent" : 71, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.12 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "TEX1" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "childItems" : [ { + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B2OM", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B5MJ", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "PC-93", + "key" : "manufacturerPartId" + }, { + "value" : "OMBHDGEVKKOXOFVFX", + "key" : "partInstanceId" + }, { + "value" : "OMBHDGEVKKOXOFVFX", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2014-10-02T00:27:59.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "partTypeInformation" : { + "manufacturerPartId" : "PC-93", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Cabrio-Limousine", + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S388C", + "description" : "security plus", + "group" : "special equipment" + }, { + "code" : "C247R", + "description" : "trailer hitch", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "A458D", + "description" : "parking assistance ", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2021-04-13", + "mileageDistance" : 120000 + } ] + } ] + }, { + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "344681", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1988", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "73849201-61", + "key" : "manufacturerPartId" + }, { + "value" : "NO-264035732197252482880258", + "key" : "partInstanceId" + }, { + "value" : "Company 10", + "key" : "company" + }, { + "value" : "Brand 10", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "partTypeInformation" : { + "manufacturerPartId" : "73849201-61", + "customerPartId" : "73849201-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Catalysator", + "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Catalysator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2a9eef03-2d7a-4c59-a590-020fd2607424", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "childItems" : [ { + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "79252", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5951", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "22782277-50", + "key" : "manufacturerPartId" + }, { + "value" : "NO-532542427279625373288172", + "key" : "partInstanceId" + }, { + "value" : "Company 3", + "key" : "company" + }, { + "value" : "Brand 3", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "partTypeInformation" : { + "manufacturerPartId" : "22782277-50", + "customerPartId" : "22782277-50", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-l", + "nameAtCustomer" : "Door front-left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:db164948-a214-4fe4-ae5e-ad5ee68056ca", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "91462591PXI", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "802618", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4789", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-772983460135049623346095", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e2328341-13af-42c7-9c4e-992b595839eb", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7fe19a79-ae76-4f54-8836-48a59cea0061", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "childItems" : [ { + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "758669", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5730", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "95657362-64", + "key" : "manufacturerPartId" + }, { + "value" : "NO-941648218258646714580566", + "key" : "partInstanceId" + }, { + "value" : "Company 4", + "key" : "company" + }, { + "value" : "Brand 4", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "partTypeInformation" : { + "manufacturerPartId" : "33740332-54", + "customerPartId" : "33740332-54", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-r", + "nameAtCustomer" : "Door front-right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:556e3251-11bb-443b-8e5e-96ba0138aa01", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "11345547UVN", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "363689", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6385", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-890180938494699631851225", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee40ba00-f6e4-47ca-8a46-a1da2c6c7ca0", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bb1bbf6a-5592-4340-bf6d-27c54c56dd74", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "613938", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5578", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "15635759-16", + "key" : "manufacturerPartId" + }, { + "value" : "NO-425402122056753521010122", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "partTypeInformation" : { + "manufacturerPartId" : "15635759-16", + "customerPartId" : "15635759-16", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-l", + "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7abcdae1-cf51-47ed-84fa-66b17b6bd8dd", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "121122", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3855", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "28673126-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-188548980582138038135464", + "key" : "partInstanceId" + }, { + "value" : "Company 5", + "key" : "company" + }, { + "value" : "Brand 5", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "partTypeInformation" : { + "manufacturerPartId" : "28673126-98", + "customerPartId" : "28673126-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-r", + "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3aaa24d2-3ce5-4d22-9cda-ed8f069a0e1d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "772378", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5832", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "94421589-82", + "key" : "manufacturerPartId" + }, { + "value" : "NO-219651831423071932337739", + "key" : "partInstanceId" + }, { + "value" : "Company 6", + "key" : "company" + }, { + "value" : "Brand 6", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "partTypeInformation" : { + "manufacturerPartId" : "94421589-82", + "customerPartId" : "94421589-82", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engine hood", + "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Engine hood" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:37901349-d690-4f02-8be4-49930020f0b0", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "713183", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3403", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "85023955-75", + "key" : "manufacturerPartId" + }, { + "value" : "NO-229499865779802771168337", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "partTypeInformation" : { + "manufacturerPartId" : "85023955-75", + "customerPartId" : "85023955-75", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tailgate", + "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailgate" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5c9cf8ad-008b-4f3c-b9bf-96dac5b386ad", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "946351", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7284", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "13769860-47", + "key" : "manufacturerPartId" + }, { + "value" : "NO-970517596585278331348560", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "partTypeInformation" : { + "manufacturerPartId" : "13769860-47", + "customerPartId" : "13769860-47", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender left", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4036b533-1cc6-404b-bfb1-ae8933e68de4", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "432537", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1405", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "36643162-35", + "key" : "manufacturerPartId" + }, { + "value" : "NO-045227129302826121356634", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "partTypeInformation" : { + "manufacturerPartId" : "36643162-35", + "customerPartId" : "36643162-35", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender right", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:40a52e22-d4dd-4ff8-9f4a-df564362b729", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "528720", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3354", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "54165444-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-100036177199295659893765", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "partTypeInformation" : { + "manufacturerPartId" : "54165444-59", + "customerPartId" : "54165444-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper front", + "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:517a07ca-4186-4880-9f6d-988cad46f1b0", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "377714", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3324", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "22768257-25", + "key" : "manufacturerPartId" + }, { + "value" : "NO-551163600198049838485842", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "partTypeInformation" : { + "manufacturerPartId" : "22768257-25", + "customerPartId" : "22768257-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper rear", + "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:396f3b02-832b-4c31-b077-67d5af00976a", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "393939", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7998", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "65529521-37", + "key" : "manufacturerPartId" + }, { + "value" : "NO-335731119820995518008771", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "partTypeInformation" : { + "manufacturerPartId" : "65529521-37", + "customerPartId" : "65529521-37", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror left", + "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7940c045-5f88-4559-bc41-ace95b83919d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "230290", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5285", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "58471477-24", + "key" : "manufacturerPartId" + }, { + "value" : "NO-079239086229295448541139", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "partTypeInformation" : { + "manufacturerPartId" : "58471477-24", + "customerPartId" : "58471477-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror right", + "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7983f625-82f6-45b5-98d1-2f94b524adaf", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "892455", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8069", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "09002013-68", + "key" : "manufacturerPartId" + }, { + "value" : "NO-662892968393446403852433", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "partTypeInformation" : { + "manufacturerPartId" : "09002013-68", + "customerPartId" : "09002013-68", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Trailer coupling", + "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b342e6e6-066b-441a-8303-1fddf9deee3f", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "379760", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2969", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "43501996-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-889772651801296554294291", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "partTypeInformation" : { + "manufacturerPartId" : "43501996-98", + "customerPartId" : "43501996-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Dashboard", + "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Dashboard" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d1ca5143-a2c9-4fa1-8f6c-c2c0d10b55b1", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "895753", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7750", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "77795937-13", + "key" : "manufacturerPartId" + }, { + "value" : "NO-540565783816081906926354", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "partTypeInformation" : { + "manufacturerPartId" : "77795937-13", + "customerPartId" : "77795937-13", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Steering wheel", + "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5fefbe3b-ccae-462d-b0a7-987f02ed9e6b", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "327153", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2779", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "20125432-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-279563108780111500871292", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "partTypeInformation" : { + "manufacturerPartId" : "20125432-59", + "customerPartId" : "20125432-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator left", + "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e4831300-d642-4dd0-8a0d-1f386bea9f7c", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "164206", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1736", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "19073706-76", + "key" : "manufacturerPartId" + }, { + "value" : "NO-208125027138910912230197", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "partTypeInformation" : { + "manufacturerPartId" : "19073706-76", + "customerPartId" : "19073706-76", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator right", + "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Indicator right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:75243807-9dc0-47b9-9d33-b340cd3504de", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "507946", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1797", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "45415162-57", + "key" : "manufacturerPartId" + }, { + "value" : "NO-990942273895285348726954", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "partTypeInformation" : { + "manufacturerPartId" : "45415162-57", + "customerPartId" : "45415162-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Led headlight", + "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Led headlight" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0020f2e5-1383-4956-b5e4-bbc5892c58e8", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "774660", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8288", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "78141846-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-492027182143893536578211", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "partTypeInformation" : { + "manufacturerPartId" : "78141846-87", + "customerPartId" : "78141846-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Starter motor", + "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Starter motor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e145368f-f49c-4b84-afff-9a5298710a4c", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "995890", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7174", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "81324139-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-082450001638146989330611", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "partTypeInformation" : { + "manufacturerPartId" : "81324139-23", + "customerPartId" : "81324139-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Alternator", + "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Alternator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:03f31842-8411-45db-98f3-47bc6788907d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "942988", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4702", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "57929013-09", + "key" : "manufacturerPartId" + }, { + "value" : "NO-143989149387311917330886", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "partTypeInformation" : { + "manufacturerPartId" : "57929013-09", + "customerPartId" : "57929013-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "AC compressor", + "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:119d25c3-d482-4b37-b895-0ce11bf5b5d7", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "65111", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8682", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "61184040-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-316284489461785110855343", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "partTypeInformation" : { + "manufacturerPartId" : "61184040-23", + "customerPartId" : "61184040-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight rear", + "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0b880072-1796-400e-bc15-bd6f7e70770f", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "217551", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "7891", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "78744126-74", + "key" : "manufacturerPartId" + }, { + "value" : "NO-265182792920770739941687", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "partTypeInformation" : { + "manufacturerPartId" : "78744126-74", + "customerPartId" : "78744126-74", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight front", + "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Taillight front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:af0805ca-4888-4ed9-a44f-f88660530a17", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "36728", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5908", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "12093297-03", + "key" : "manufacturerPartId" + }, { + "value" : "NO-321655538588745557898831", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "partTypeInformation" : { + "manufacturerPartId" : "12093297-03", + "customerPartId" : "12093297-03", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part front", + "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9892f6d7-97a4-4fb5-a561-89884cbb8aca", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "318095", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1883", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "88111709-49", + "key" : "manufacturerPartId" + }, { + "value" : "NO-628587963061640627744540", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "partTypeInformation" : { + "manufacturerPartId" : "88111709-49", + "customerPartId" : "88111709-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part rear", + "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:419f4ca8-6520-471d-b7ae-71d80e1b2f83", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "121748", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1250", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "00871379-44", + "key" : "manufacturerPartId" + }, { + "value" : "NO-650434778386338517411768", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "partTypeInformation" : { + "manufacturerPartId" : "00871379-44", + "customerPartId" : "00871379-44", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Chassis", + "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Chassis" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:374c0129-0a25-47b3-98fa-2a43aafbc87d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "580190", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7234", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "08901347-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-231583231538167331069744", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "partTypeInformation" : { + "manufacturerPartId" : "08901347-87", + "customerPartId" : "08901347-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Rims", + "nameAtCustomer" : "Rims" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Rims" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b419fd99-0419-4a24-aae4-760e2ee5d30e", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "277682", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "2775", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "45863316-60", + "key" : "manufacturerPartId" + }, { + "value" : "NO-291029776531969586623216", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "partTypeInformation" : { + "manufacturerPartId" : "45863316-60", + "customerPartId" : "45863316-60", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tires", + "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Tires" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e5f9ef63-db9d-4af0-9edd-df5e52aede67", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 74, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 12, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 86, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "childItems" : [ { + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "bpnl" : "BPNL00000003B2OM", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "740341", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5354", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B2OM", + "key" : "manufacturerId" + }, { + "value" : "42555H1-52", + "key" : "manufacturerPartId" + }, { + "value" : "NO-035290552043863858362908", + "key" : "partInstanceId" + }, { + "value" : "Company 2", + "key" : "company" + }, { + "value" : "Brand 2", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "partTypeInformation" : { + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Transmission", + "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:733f72ea-c327-4de4-bf29-c6f597595a85", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c1d012f2-2f4c-4cc5-85a9-78ab809fff87", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9068fa71-141e-43ac-94db-3d7d51550a16", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" + } + } ], + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "productSpecificParameters" : { + "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], + "driveType" : "combustion engine", + "oilType" : "Lifeguard Hybrid 2", + "spreading" : 6.79, + "torque" : 500, + "power" : 300, + "standardGearRatio" : { + "gear" : "1", + "ratio" : 4.1567 + }, + "oilCapacity" : 8.9, + "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], + "speedResistance" : { + "speed" : 7800, + "gear" : "1" + } + }, + "instructions" : { + "packagingInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "transportationInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "dismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "vehicleDismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "safetyMeasures" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ] + }, + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-035290552043863858362908", + "key" : "PartInstanceID" + } ], + "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", + "manufacturerId" : "BPNL00000003B2OM" + }, + "sparePartSupplier" : [ { + "supplierId" : "BPNL1234567890ZZ", + "supplierContact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "sparePartName" : "torque converter" + } ], + "stateOfHealth" : { + "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], + "remanufacturing" : { + "productStatusValue" : "first life", + "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" + }, + "expectedLifespan" : 500000 + }, + "generalInformation" : { + "additionalInformation" : "JxkyvRnL", + "physicalDimensionsProperty" : { + "diameter" : 0.03, + "width" : 1000, + "length" : 20000.1, + "weight" : 100.7, + "height" : 0.1 + }, + "warrantyPeriod" : 60, + "productDescription" : "manual transmission", + "productType" : "8HP60MH" + }, + "sustainability" : { + "carbonFootprint" : { + "productOrSectorSpecificRules" : [ { + "otherOperatorName" : "NSF", + "ruleNames" : [ "ABC 2021" ], + "operator" : "PEF" + } ], + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "GHG Protocol Product standard" + } ], + "co2FootprintTotal" : -1.7976931348623157E308 + }, + "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], + "responsibleSourcingDocument" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "recyclateContent" : { + "nickel" : -1.7976931348623157E308, + "lithium" : -1.7976931348623157E308, + "cobalt" : -1.7976931348623157E308, + "otherSubstance" : [ { + "substanceName" : "Lead", + "substancePercentage" : 8 + } ] + }, + "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "customers" : [ { + "businessPartner" : "BPNL00000003B2OM", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 22, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 82, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "171714", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3822", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "partTypeInformation" : { + "manufacturerPartId" : "FW-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:98aeb31e-6919-418d-ae7b-68b21e4f3a2d", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "childItems" : [ { + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "353267", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5162", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "06302Y8-24", + "key" : "manufacturerPartId" + }, { + "value" : "NO-567469628275481484503905", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "partTypeInformation" : { + "manufacturerPartId" : "06302Y8-24", + "customerPartId" : "06302Y8-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:27e1e609-2c18-46c7-9dac-791ce42fa3b8", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "partTypeInformation" : { + "ownerPartId" : "06302Y8-24", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "NTIER Product", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 83, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 60 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + }, { + "materialName" : "Other", + "recycledContent" : 11, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 40 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "477848", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1650", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "partTypeInformation" : { + "manufacturerPartId" : "CK-14", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b518e810-41c7-4432-87f6-491f1b3b486b", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:57293dc4-e04e-4c1d-8f28-05c321cc8b66", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.2341", + "materialAbbreviation" : "GL338" + } ] + } ], + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "680147", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8455", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "partTypeInformation" : { + "manufacturerPartId" : "WI-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:af01428c-fe09-47d5-8648-e0ef4ee05f9f", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3a37dee0-12f7-4a70-9cb3-500f53defc6e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "recycledContent" : 15, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.3301 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "childItems" : [ { + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "quantity" : { + "quantityNumber" : 0.3301, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "quantity" : { + "quantityNumber" : 0.2001, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "488720", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8711", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B5MJ", + "key" : "manufacturerId" + }, { + "value" : "46614X1-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-259210182774842440463682", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "partTypeInformation" : { + "manufacturerPartId" : "46614X1-98", + "customerPartId" : "46614X1-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b437202-c07c-4a4e-921a-03c01c724184", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1e8dddda-b3f2-4719-b9b8-d3eedf7f1d92", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2736ba00-f1c7-4a3b-8978-ca9f9f58674f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "partTypeInformation" : { + "ownerPartId" : "46614X1-98", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "customers" : [ { + "businessPartner" : "BPNL00000003B5MJ", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Glue", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 88, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "AL7" + }, { + "materialName" : "Other", + "recycledContent" : 14, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "141371", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6371", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "partTypeInformation" : { + "manufacturerPartId" : "GR-15", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d26ee1fc-2a6c-460e-b3ac-14d5bf23806b", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "childItems" : [ { + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "348770", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "9834", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "56212J7-52", + "key" : "manufacturerPartId" + }, { + "value" : "NO-727634309611409688637610", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "partTypeInformation" : { + "manufacturerPartId" : "56212J7-52", + "customerPartId" : "56212J7-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9941c55f-8624-4702-8de9-a9823424f7a5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "partTypeInformation" : { + "ownerPartId" : "56212J7-52", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 60, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 52, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "897849", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4800", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "partTypeInformation" : { + "manufacturerPartId" : "JK-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b527ccc-85f3-4787-ac4e-7a0356d4175f", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:be00b3d2-67a3-4677-ae22-60592f296a52", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 15, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 27, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "930368", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7013", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "67982V2-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-737073696787221982590376", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "partTypeInformation" : { + "manufacturerPartId" : "67982V2-87", + "customerPartId" : "67982V2-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "partTypeInformation" : { + "ownerPartId" : "67982V2-87", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d550cdd-b810-43f8-8a7d-782b8cee42b3", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:c6dccf32-d983-4ec7-ba18-3cb9624f0f5d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "38049661-08", + "key" : "manufacturerPartId" + }, { + "value" : "NO-895713475469629339512267", + "key" : "partInstanceId" + }, { + "value" : "Company 1", + "key" : "company" + }, { + "value" : "Brand 1", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "partTypeInformation" : { + "manufacturerPartId" : "38049661-08", + "customerPartId" : "38049661-08", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "incoterms" : "DAP (Delivered at Place)", + "image" : { + "name" : "eOMtThyhVNLWUZNRcBaQKxI", + "location" : "telnet://192.0.2.16:80/" + }, + "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", + "quantity" : 50, + "mechanicalDamage" : true, + "unitOfMeasure" : "each", + "bundleOffer" : false, + "availabilityDate" : "2022-03-11", + "corroded" : true, + "pickupLocation" : { + "latitude" : 48.137154, + "longitude" : -117.28333 + }, + "burned" : true, + "condition" : "New", + "attachment" : [ { + "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" + } ], + "discolored" : true, + "price" : { + "currency" : "EUR", + "value" : 250 + }, + "missingParts" : true, + "dismantled" : true, + "marketplaceProduct" : { + "manufacturerPartNumber" : "38049661-08", + "technicalSpecification" : [ { + "technicalValue" : "RYtGKbgicZaHCBRQDSx", + "key" : "JxkyvRnL" + } ], + "productLink" : "https://123", + "oeNumber" : "NO-895713475469629339512267", + "category" : { + "subCategory" : [ "Battery" ], + "mainCategory" : [ "Audio, video, navigation" ] + }, + "originalManufacturer" : "Company 1", + "brand" : "Brand 1", + "productDescription" : "Battery" + }, + "sku" : "1002090, xYz.09, ABcXYZ", + "mileage" : 120000.06 + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ff168200-fba9-4d50-8074-116121dd9c48", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5e73f952-0541-4d3c-b1b3-11e7bb8ef690", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dd8779e0-f4e3-429c-8e6d-f5e64984645c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55e3b256-5df2-4b27-b0bf-24ef35aff527", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ba7f0989-cb80-4f21-825b-f557e529664d", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2f6855f9-fdcc-4dd1-9606-1661b39876d7", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a Battery", + "class" : { + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" + }, + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-09-27", + "version" : 2.2, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 1257.0484, + "width" : 1257, + "length" : 2052, + "weight" : 675, + "height" : 303 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2020-10-07", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-895713475469629339512267", + "key" : "PartInstanceID" + } ], + "gtin" : " 29402437", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "299862107" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-12-29", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 0.9695 ] + }, + "id" : "XE1625" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Cobalt" + } ], + "critical" : [ "Graphite" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 113 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ea02e4f3-4f95-4784-8ae5-461ce4c6f7ef", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 2, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 8, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 79, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "childItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AVTH", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "98791", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4910", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "partTypeInformation" : { + "ownerPartId" : "38049661-08", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "Battery" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-895713475469629339512267", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 77, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 58, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 64, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "276472", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "4561", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-687113612968742222940062", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2a9c3adb-c757-4c14-bcea-07920643bf17", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ad92ac7d-a13d-4338-a6de-8a01e66c3896", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:488e74af-d665-4b41-a6f3-74f2384773f2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:82621f3a-6943-4b28-a17b-6b7bd600ddb5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bd609bc9-b8b6-404e-90a7-32ec9111050f", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3cad2036-f3aa-4117-a32c-efcc07975c0d", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fbfd002a-0f50-4f73-a768-47d64ad9e0b5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a54fc9c0-d2dd-417d-9d31-4d764e114782", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5868633e-c78c-4411-9bd6-a5bed1069a82", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3e4124e6-3c37-4910-8aaf-c09ffdd6252d", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e3b0f102-98b3-42de-973c-0e34aa51bc22", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-687113612968742222940062", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2022-10-13", + "version" : 1.2, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6427, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2022-03-21", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-687113612968742222940062", + "key" : "PartInstanceID" + } ], + "gtin" : " 63000226", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "100159072" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-10-22", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.2394 ] + }, + "id" : "JG9921" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Graphite" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 116 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-10-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "29945", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8692", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-991767235182356540580326", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0629471c-f896-4217-b79e-0aeb31224d62", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-991767235182356540580326", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:10be664a-70c4-419c-9210-0cc01fa12b58", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-10-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "512105", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "4439", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-545804594773407247538373", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9697415f-e8cb-4f58-9527-ea63f831902a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-545804594773407247538373", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f57c3942-fdf3-423c-9c8b-5287c8583915", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-11-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "550731", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6134", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-631371404662581637455960", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cdbd0dc2-9482-45e6-9e2a-bd2bf2bce918", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-631371404662581637455960", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0a37ea17-b981-43fc-93a0-fd0b78a9c195", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-08-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "783564", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1182", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-045002863370677316790179", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:37b41ccc-e207-418a-814a-70471ab92615", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-045002863370677316790179", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:43694f40-4ff6-4ba1-ba7d-ac20f57c6b96", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-11-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-06", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "166529", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2290", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-352043035937848602986982", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1a349f23-007b-4065-b06d-37db5a8ff2b9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-352043035937848602986982", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6cf22a85-aa55-43db-898c-e701856054b7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-04-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-25", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "59352", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7924", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-632396764290897802894727", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f02aa833-37b4-4dc1-b296-1cb081f28863", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-632396764290897802894727", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b35a16a7-b275-4870-8f0d-896b42b0669f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-10-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "250126", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7219", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-609733587434520163359758", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e4efde77-c9a7-4ca6-8dec-e6eb0b47633e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-609733587434520163359758", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0cb2c4b4-58f2-485d-9801-8cc0bd853a50", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-04-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "245679", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8593", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-000743277368034273286877", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:05b8ea1b-a9ad-4747-a573-1ebf1b8d963e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-000743277368034273286877", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:71481b81-107a-45b9-b320-25c5b81b5157", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-12-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "757463", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3457", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-081673198748776020784976", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:630521f7-1210-4911-b636-c52af839b667", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-081673198748776020784976", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9925b429-6410-44b0-900a-d8d00640d956", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-01-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "345102", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4091", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-340269000861175179352744", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:dd8e0ecd-3bc9-4d33-82b3-2d22b48b4b24", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-340269000861175179352744", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fd3b4a75-5300-4cba-8d2b-7188b7ff6929", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b922d44e-3284-4bf3-87e6-1586d647414e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 0, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 75, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 26, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "528112", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4264", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-930399204706280839185780", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:30726710-6781-4ecf-bc10-32f4603e472e", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1627b916-c61f-45c2-8373-a3cde6dca474", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:68dc0b52-484d-43a4-951a-c9aae0d3f6e0", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:315888a4-412c-4ac6-bf04-e86a413202e9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c4c3b3b1-90b6-46cb-9b75-8d1db6390061", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:db348591-16d7-4045-828f-cbc2d8dd55d4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:82e82195-5ea8-4672-b954-fdf6cb3616aa", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1031da68-24f2-429e-a453-acc8c31c0f9c", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8fd8a5ad-fd1f-43f3-8cda-f7d0c50602dd", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b6ff08f4-f895-4730-8f98-e0f7ef1d7158", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f33b8ad-f7d7-4ee0-9eee-a320b9408782", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-930399204706280839185780", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-07", + "version" : 1.5, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6988, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2022-03-14", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-930399204706280839185780", + "key" : "PartInstanceID" + } ], + "gtin" : " 50405858", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "217762458" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-03-02", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.8673 ] + }, + "id" : "CO2626" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 115 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-09-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-01", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "849845", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6614", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-875824163752079594295649", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:45932070-a93c-4c77-81a3-116aec564a05", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-875824163752079594295649", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ddca3b3c-7820-4758-ab71-272c21df1d9d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-03-30", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "94016", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3455", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-181274919815027048779446", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4c34eac1-9a0b-4675-9821-7217b4d3dc42", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-181274919815027048779446", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9df1f8dc-6c77-45d7-a4bf-e9ce065b134c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-11-28", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "613386", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5374", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-624099875318346541799114", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:06f38f5c-3879-4e92-a522-686f5443428a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-624099875318346541799114", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9a7797e4-673e-4864-9158-501410e6bf7a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-04-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "884019", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6746", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-605812180459007775211801", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e0cc79df-b1cc-4179-9407-4e0f4fd4f19f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-605812180459007775211801", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:24465c42-2bb3-4927-9f16-b110753e4875", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-10-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-02", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "935131", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8100", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-968546653898175607848081", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3bf6c18f-02d0-49d6-bf85-dfefbce4e4b0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-968546653898175607848081", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:04d0c240-2765-4d2c-af60-ce808a2becf9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-01-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "444876", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2660", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-855241899954855664946610", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85425f36-99aa-459b-918a-82a54553705e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-855241899954855664946610", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:75cf6632-198d-4245-8666-bd3a75b1eb08", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-07-16", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "789866", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3022", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-971962340442720997066820", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0dd31796-d329-4f79-a566-f5188ad9cc55", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-971962340442720997066820", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a5f37703-d9cd-4e59-b3c2-fdaf77bf7f57", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-07-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "663613", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8743", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-912642282493118256153758", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5644e790-c4b5-4a8d-960d-b6c6aa8d3b07", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-912642282493118256153758", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:105669f8-00df-440b-b4d9-8bf355fda2ca", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-06-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "879377", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1411", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-289487941315784350536387", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ff50fc9e-ef9c-4235-bd06-98727d11795e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-289487941315784350536387", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d337a1b8-a554-4109-bcc2-7fbd3016b422", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-04-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "696702", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3942", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-218925641782669622254168", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a970c990-c8f9-4636-b5d4-a3b9e3d1e2d4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-218925641782669622254168", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1517d3a2-f171-480a-a547-94150d13c67f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:356b795e-1e4f-487e-aeb0-db0daf1129a7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 88, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 65, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 29, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "278337", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "9037", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-266625803499013057727310", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e553e26e-de63-4ce9-ac24-6ef009c72cce", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5f5a1239-6412-40c6-b6bb-ab1c48d605c1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:81503307-6207-4ac6-952f-ee5ac97d9b37", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:56796667-e8b6-47c8-8473-0f4405280d8c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2a3d807a-8c0f-4724-8168-dc926a3fa9b8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:94957af5-c50c-409d-89fb-4bd8cffc8855", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4bd91ba0-653d-43cc-896f-98f1ff031526", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b90f6671-e863-4c61-b478-50a26cf38042", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:66137a0e-4a71-4360-b556-ef8fe211e9ae", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ef675976-6da6-4e89-bc9e-3f18212bbcdf", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c467d5c5-dcb6-49bc-af93-6a3c1318ce79", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-266625803499013057727310", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-09-07", + "version" : 2.3, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6781, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2021-06-07", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-266625803499013057727310", + "key" : "PartInstanceID" + } ], + "gtin" : " 52245597", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "388682915" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-03-30", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.25 ] + }, + "id" : "VX5322" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 121 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-07-03", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "720827", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4083", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-813531313449156434340447", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f46e4ec9-3791-4bcc-bda1-1b381c4c0007", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-813531313449156434340447", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ada1fd0d-fad3-4e01-afa3-7c3f72f4eaa2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-08-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "726830", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6045", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-160502363712170606609249", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e30f53f5-d096-4b8d-b738-16f2a8c86bb7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-160502363712170606609249", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:23c7ea17-c79b-4539-8492-b6060b08e4b6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-03-03", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "125411", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9687", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-598740850606585963235307", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:161425eb-a656-474a-bc48-cc822e5c431e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-598740850606585963235307", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:59c7b4c9-1bbf-459d-9fd8-09bbdb484f66", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-05-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "845221", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1665", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-088559388438816364444095", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a7852bf6-ea94-40e5-895b-bd240eee8469", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-088559388438816364444095", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b7c9dad-820b-4a96-87fa-589c9134345b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-04-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "433380", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3214", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-226975986307778816726774", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e5e314f5-4ab2-4457-84b1-51ca5d68ee87", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-226975986307778816726774", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:98527461-16bc-4ab2-be09-76738f7ef0a1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-10-05", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "899752", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "5551", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-169345443003327596491868", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bb5ff2c-66ce-408a-85ac-045c03bb3df7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-169345443003327596491868", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:92f598d1-b19c-4442-acce-141e17d97bf3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-09-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "862255", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "8043", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-928993266068674740609748", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:408cc932-804a-4584-ab9a-1861aa32bc8a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-928993266068674740609748", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fe802749-c65a-4e93-a9de-0a4344527211", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-08-07", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "656036", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5594", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-522142872283988107476796", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9bb5d74f-5549-427f-b637-0d465dc0a7c6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-522142872283988107476796", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5671007-f4f4-499e-8c0f-0bae5d8157d1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-02-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "388692", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5187", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-824705014257620858873450", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1c2db2cd-b93c-4058-8b7a-b96d302f33e0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-824705014257620858873450", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dac8ff31-53f9-4333-87f7-0729f0bd3e13", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-09-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-25", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "711477", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2407", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-405159030052090407177399", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:89209001-da0e-46b3-9b2c-65fb28926cc9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-405159030052090407177399", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6748384-1aef-4984-8b89-4430b6a6d654", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:3b2345a5-b08e-4cfb-9131-5e8414f27984", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 49, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 23, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 34, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "750204", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8597", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-666462495321800521350161", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4637acf8-9fa4-4cb8-93f2-cc4b5e6386f1", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6c31ae6b-6a71-4279-beb7-b8c8093f3767", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:31e21a39-3b30-4b01-ab7c-c97d1a85e0e0", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5f543e94-1085-4252-b326-be28aac57cff", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:075cd693-5bfb-49eb-98ea-8ef0bc986709", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e19b6141-eb8d-4fdb-a678-f5ed47ac25d9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6352c846-ae60-4aad-95ac-060e611688e7", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55d77876-0c90-4f80-a890-f9e42df95adb", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0fe5ffab-5d1d-4db2-ab12-7c11858a6169", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4542651d-ec6d-4dc0-9e81-03013a793abd", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:40c9674b-f1fd-4b6a-89d2-ead5403c6883", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-666462495321800521350161", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-26", + "version" : 2.6, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.68019999999999, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2023-12-12", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-666462495321800521350161", + "key" : "PartInstanceID" + } ], + "gtin" : " 80816507", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "338960894" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-28", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.8569 ] + }, + "id" : "TV8227" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "UV Varnish" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 120 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003B3NX", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-02-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "440587", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1784", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-243431359981652793976124", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1b6966e0-303a-4f61-9fee-c98a94297ed5", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-243431359981652793976124", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b84f41bd-c2f6-4b74-91e6-2c1bc9bade9c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-11-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "804866", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8876", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-023002600992356013537416", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c29ae841-3b6e-47b9-a5fc-65f9f7edd927", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-023002600992356013537416", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b5ed46d9-a41b-4780-85c9-1eb494657ed7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-02-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "941283", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9395", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-723900595323676180970239", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7d921a84-ce8b-42ef-b6c6-4e4c8abea760", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-723900595323676180970239", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0000a108-14db-4d42-8c7e-323cfefe2946", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-07-16", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "201539", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "3201", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-852995337686482639469224", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c69859ac-dbd1-4d65-97c4-8318f78d36a4", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-852995337686482639469224", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8d9b4bb1-9541-461d-aeb4-d3ff94a37dbf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-02-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-02", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "608424", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4955", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-864271430120841368141725", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7bd13c22-ca20-4588-8251-28386e9c68a6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-864271430120841368141725", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6de63abf-a5f5-40ca-815f-ede651e6c96f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-06-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "83839", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2658", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-493965559315963173200149", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ade79d38-7a36-44c7-80a8-fdc08a7cb8fb", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-493965559315963173200149", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e361f5ca-eca9-429c-bb71-27273d308c61", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-06-05", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-04", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "391038", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "4977", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-631945854224183782802522", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0f5748c3-c0bd-46e4-9832-db3120d291c8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-631945854224183782802522", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d21b5bab-2128-49a5-8589-66bf6a80c2d1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-09-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-17", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "64252", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7550", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-528164755627618925093346", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab698cc6-6b42-41ba-97ae-50ea78e7078a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-528164755627618925093346", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c63bd7d6-d171-4b03-a4b3-435be5e653a9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-10-31", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "182499", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4222", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-080946431019630794165586", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec903206-ddb7-4c2c-8b6c-abd3cd3f419b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-080946431019630794165586", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:10adefe2-635e-4579-b461-83e43bafff18", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-02-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-23", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "716893", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6717", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-562616991863372023913717", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7813e8b3-9f24-4c98-be61-804592f09faf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-562616991863372023913717", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:801a616a-1909-4b34-bc15-7faf81450df8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:11bbe0cc-3128-4f76-b299-b56dad4a591d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 80, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 50, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 72, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "296324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5460", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-867046467379395919343188", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b3502fb-4137-4569-806f-9c91d4a544da", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:185a4fcf-7340-48d8-b32c-e34a1ac7ff7b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fab74cea-2b28-448a-82f4-cf8a68018087", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2bd560c5-6f6a-4897-91ef-8e12cbe69f46", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f9420cbc-700e-47b6-86f5-0e09f6e21687", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:29556c31-a6e0-4c19-b11d-bde92fb31779", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fcd11560-75ec-459b-ad76-601049cfacaf", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e09d57d2-0c2e-42a9-b695-e3a5191f082b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b5c89ee-5d84-4331-b4ef-15f04a727aca", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8f362f14-95d6-4b17-8f06-99f97549d351", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c5f07ed3-9c8f-4f31-b7c0-58297f97f30f", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-867046467379395919343188", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-12-27", + "version" : 2, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6324, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 15 + } + }, + "commercial" : { + "placedOnMarket" : "2022-11-06", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-867046467379395919343188", + "key" : "PartInstanceID" + } ], + "gtin" : " 78885933", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "394264016" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-02", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 0.9146 ] + }, + "id" : "FO5164" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 111 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-06-16", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "486113", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9750", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-527219620679419431905191", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9f76b956-94c1-40af-bc0b-f775f5768aac", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-527219620679419431905191", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c883f22f-985d-403d-ac87-945615b93647", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-02-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "576741", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7917", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-617791177853609557272147", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e01f7173-86fb-4daa-b205-a9b56a07da2d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-617791177853609557272147", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:91a7fc16-119e-435d-908f-3b5a9a5bfe4a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-02", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-27", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "250089", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5129", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-431960051195561035016450", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6a5ac78c-93ff-475d-8d4f-73bdd745dfb7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-431960051195561035016450", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b1481ed3-4846-41fd-be22-32cacd17c2ea", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-03-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "57892", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5839", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-642498843554646731896600", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fde1fc3c-d687-40a6-ab10-5330a445a477", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-642498843554646731896600", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:96265701-b16d-4c52-8b3a-932ccb3513b9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-10-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "839129", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4989", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-475634520880851519671204", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d92d17c4-9867-40c1-aff8-ccf6777effe7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-475634520880851519671204", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:291fb007-f9ef-4c6a-948b-e2f3d157e176", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-01-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "73823", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4218", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-964473612808435756536485", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a97420bd-45e7-4cc7-9f60-c990732828b9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-964473612808435756536485", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8a95f447-f466-45b6-90db-d9a2646fef17", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-02-03", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "530545", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1441", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-389701329773588536459130", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:28cdce65-60ca-44f7-9a05-3a292fc1e45a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-389701329773588536459130", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:93e26aaf-24b0-4ea9-9642-1d96241b800c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-03-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-04", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "208638", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7389", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-265855892739828724648190", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:896cf53b-e577-4954-b7e1-06e33124c6dd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-265855892739828724648190", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cc9d7df2-ecbb-4b6e-92d2-23f6771cad5f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-09-13", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-04", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "680948", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "2281", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-175875555612811823933211", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8429cf4e-279a-4d09-97a6-8e28ac4f2ee1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-175875555612811823933211", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:04163e4e-f2be-4a37-882f-9ce0f14557d3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-09-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "160595", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2208", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-903660072999464921495584", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4832e797-d414-4c54-a3c5-d82dcab59894", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-903660072999464921495584", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2e50a59e-9c24-4854-a5ab-3f1c9b581290", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:997a01f7-098d-4d66-a18b-872cc3f026d3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 57, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 43, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 83, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "bpnl" : "BPNL00000003AVTH", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "38931", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "8142", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AVTH", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-791731492084972438194145", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "manufacturerId" : "BPNL00000003AVTH", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:68bddd21-7586-4158-95c2-9c89a88e558c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:61022aa8-8094-4f27-9c40-5cdd19dddcac", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4357a21d-09ee-4218-9db8-234ca45a8daf", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ec38531c-4f82-4fb2-a8fa-d3d4912a9f63", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:51530b79-d709-43f7-a481-b30b2d75c6a6", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:708f39f2-a4fd-4c52-957e-136d8fffd699", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6ee407d0-250a-45d6-892e-26068c3a8362", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:47c7d8b7-027a-4164-a997-3dbeba5a50e1", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2b65d05f-3c67-4001-a36e-ff7766fb146a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1c117fd9-628e-482f-85ee-9fbe4eb43211", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:475bd658-600d-41b1-a20b-4e110cba6118", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AVTH:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-791731492084972438194145", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AVTH", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-01-24", + "version" : 2.7, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6739, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2023-12-28", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-791731492084972438194145", + "key" : "PartInstanceID" + } ], + "gtin" : " 58660936", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "971564677" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-26", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 0.2396 ] + }, + "id" : "VD3168" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Cobalt" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 103 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AVTH" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "customers" : [ { + "businessPartner" : "BPNL00000003AVTH", + "parentItems" : [ { + "catenaXId" : "urn:uuid:1639eb63-0a2b-48b2-94fd-69bee6b0dedc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-11-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "273853", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4715", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-045528680871181123527870", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3aa2a2cf-30c1-41dd-ab51-4d55b3c37850", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-045528680871181123527870", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a9e47a50-4fb8-4ac2-9473-ed9e10f5d67c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-11-06", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "712590", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7917", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-432762596534102360005521", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a38f1235-949a-4422-ad21-606efa26af11", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-432762596534102360005521", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:26c9b16c-4eae-4d7f-bacd-c62461230719", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-11-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "416054", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6133", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-773784648231452499786492", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:08eb587a-3b9a-42e1-84d0-feb6fa9f3509", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-773784648231452499786492", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:73214a08-0595-404e-aa8b-65d52138e6eb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-02-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "203822", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1349", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-931089020852644605885160", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0726b2ee-7b3c-4508-a61f-5f032a3dfc00", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-931089020852644605885160", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:74e1fd8f-a202-4415-b582-4dcf3682c2d9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-07-09", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "51836", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2864", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-052559054522519128170672", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c57cc6c4-e720-4aa8-a1e1-fab106760396", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-052559054522519128170672", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9739e35d-affa-47ab-97e4-89f93099e4f9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-11-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "702518", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9016", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-069888996325895048192020", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4fecbf7e-15ce-407e-abb3-ea9279febdb7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-069888996325895048192020", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:00e52eea-08f2-43a7-aea5-863d67ef4aee", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-10-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "40243", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7525", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-726411710200643729429321", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:61a2e795-3787-4bd2-82be-f3b2a77bbfeb", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-726411710200643729429321", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b2c5ccbc-ea01-4b9f-9c28-0e65215e7900", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-03-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-13", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "363896", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6846", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-778428442049642183418940", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9097c151-5813-4b55-b756-8aabc22824eb", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-778428442049642183418940", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1398cd56-682b-4c94-93ac-4807f9bfca41", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-09-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-01", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "926923", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7022", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-876479343707965086240559", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5cf0de64-f33c-4657-8529-4d161c907012", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-876479343707965086240559", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9f1bd7c2-3e0a-495d-a2cb-71529f8f18eb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-11-16", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "623430", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "4536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-724113540825337678971966", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:90b56fcc-07bc-4939-b0cc-c4a021760305", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-724113540825337678971966", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bc902f55-3a75-4588-94fb-d7067059f4cb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:ef42fd46-bc8b-4917-b651-6c6c23ad14f2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Iron", + "recycledContent" : 85, + "materialClass" : "1.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 327.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "IR334" + }, { + "materialName" : "Polyethylen", + "recycledContent" : 64, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 163.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PE221" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 24, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 40.95 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Aluminium", + "recycledContent" : 68, + "materialClass" : "2.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 286.65 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "ALU331" + }, { + "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", + "recycledContent" : 23, + "materialClass" : "0.7", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 109.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "W123" + }, { + "materialName" : "Glue", + "recycledContent" : 29, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 54.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 57, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 382.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Cooper", + "recycledContent" : 9, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 250.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Rubber", + "recycledContent" : 65, + "materialClass" : "5.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 7.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "R22" + }, { + "materialName" : "Textiles", + "recycledContent" : 22, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.12 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "TEX1" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "childItems" : [ { + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B2OM", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B5MJ", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "XH-93", + "key" : "manufacturerPartId" + }, { + "value" : "OMALJMMEXIGNTJZQM", + "key" : "partInstanceId" + }, { + "value" : "OMALJMMEXIGNTJZQM", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2016-03-06T12:29:16.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "partTypeInformation" : { + "manufacturerPartId" : "XH-93", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Mehrzweckfahrzeug", + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S388C", + "description" : "security plus", + "group" : "special equipment" + }, { + "code" : "S763C", + "description" : "sport package", + "group" : "special equipment" + }, { + "code" : "A01CR", + "description" : "remote engine start", + "group" : "special equipment" + }, { + "code" : "C247R", + "description" : "trailer hitch", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2023-10-09", + "mileageDistance" : 120000 + } ] + } ] + }, { + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "885363", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "73849201-61", + "key" : "manufacturerPartId" + }, { + "value" : "NO-131732937300126776815176", + "key" : "partInstanceId" + }, { + "value" : "Company 10", + "key" : "company" + }, { + "value" : "Brand 10", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "partTypeInformation" : { + "manufacturerPartId" : "73849201-61", + "customerPartId" : "73849201-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Catalysator", + "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Catalysator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:966a7b97-c980-4bc1-a086-0e26057b62a3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "childItems" : [ { + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "669818", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "3527", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "22782277-50", + "key" : "manufacturerPartId" + }, { + "value" : "NO-797084545053066023664316", + "key" : "partInstanceId" + }, { + "value" : "Company 3", + "key" : "company" + }, { + "value" : "Brand 3", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "partTypeInformation" : { + "manufacturerPartId" : "22782277-50", + "customerPartId" : "22782277-50", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-l", + "nameAtCustomer" : "Door front-left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:64b5d052-0bbf-42d3-81a9-bf7e0e8d76b7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "76426224RGI", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "171827", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1908", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-529712629956906801236711", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3c318665-39b6-496c-aad6-83c1e946366b", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:033d0bcf-8e84-4a88-bf66-8da624468f1b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "childItems" : [ { + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "746375", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3597", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "95657362-64", + "key" : "manufacturerPartId" + }, { + "value" : "NO-864754207488573774479092", + "key" : "partInstanceId" + }, { + "value" : "Company 4", + "key" : "company" + }, { + "value" : "Brand 4", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "partTypeInformation" : { + "manufacturerPartId" : "33740332-54", + "customerPartId" : "33740332-54", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-r", + "nameAtCustomer" : "Door front-right" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:17a27633-730c-4aba-a8f9-ebfaaa3ca92a", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "26807698BLW", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "928025", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8284", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-827581289882481230478999", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:05e94f87-d421-4d8a-85d6-c9bfb1ff63af", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d252eb23-be78-419e-a957-4bd358543631", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "519156", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4527", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "15635759-16", + "key" : "manufacturerPartId" + }, { + "value" : "NO-406065790934879225608594", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "partTypeInformation" : { + "manufacturerPartId" : "15635759-16", + "customerPartId" : "15635759-16", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-l", + "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:321d1bb6-e94c-400b-8825-49a2a15bcdd6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "39570", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9104", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "28673126-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-796167989573498912686635", + "key" : "partInstanceId" + }, { + "value" : "Company 5", + "key" : "company" + }, { + "value" : "Brand 5", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "partTypeInformation" : { + "manufacturerPartId" : "28673126-98", + "customerPartId" : "28673126-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-r", + "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f1b7236f-5a7e-44f6-ab3a-8a4f6482f644", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "273750", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5752", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "94421589-82", + "key" : "manufacturerPartId" + }, { + "value" : "NO-388537891916977013611943", + "key" : "partInstanceId" + }, { + "value" : "Company 6", + "key" : "company" + }, { + "value" : "Brand 6", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "partTypeInformation" : { + "manufacturerPartId" : "94421589-82", + "customerPartId" : "94421589-82", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engine hood", + "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Engine hood" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:117a2d7c-2673-4bc7-aac1-679f6950a041", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "42825", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1379", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "85023955-75", + "key" : "manufacturerPartId" + }, { + "value" : "NO-857004458075736523524597", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "partTypeInformation" : { + "manufacturerPartId" : "85023955-75", + "customerPartId" : "85023955-75", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tailgate", + "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailgate" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3dc8826d-dc1b-4259-8f59-df3149160cc0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "657696", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6767", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "13769860-47", + "key" : "manufacturerPartId" + }, { + "value" : "NO-957399938211976692050930", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "partTypeInformation" : { + "manufacturerPartId" : "13769860-47", + "customerPartId" : "13769860-47", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender left", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:37981b45-6ff5-4789-8af4-596ba3356835", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "434372", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "9366", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "36643162-35", + "key" : "manufacturerPartId" + }, { + "value" : "NO-827857791188817306605242", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "partTypeInformation" : { + "manufacturerPartId" : "36643162-35", + "customerPartId" : "36643162-35", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender right", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0b4dae10-a4bc-46db-8347-8a916f0af610", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "973698", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7475", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "54165444-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-183355004442600440398895", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "partTypeInformation" : { + "manufacturerPartId" : "54165444-59", + "customerPartId" : "54165444-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper front", + "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:750018a4-bbad-4709-a01e-5a0f94433d7c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "736137", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1274", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "22768257-25", + "key" : "manufacturerPartId" + }, { + "value" : "NO-139283692052251878287186", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "partTypeInformation" : { + "manufacturerPartId" : "22768257-25", + "customerPartId" : "22768257-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper rear", + "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:abad4b0f-d730-44b5-a4f3-469e6d60794f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "527263", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3530", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "65529521-37", + "key" : "manufacturerPartId" + }, { + "value" : "NO-953346655646650556865701", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "partTypeInformation" : { + "manufacturerPartId" : "65529521-37", + "customerPartId" : "65529521-37", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror left", + "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9579c49f-aaa0-46ae-8780-c9a247544aa5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "343957", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "6339", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "58471477-24", + "key" : "manufacturerPartId" + }, { + "value" : "NO-844308332835266576477207", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "partTypeInformation" : { + "manufacturerPartId" : "58471477-24", + "customerPartId" : "58471477-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror right", + "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c9decf95-4054-49f7-b44f-f50f75913f0c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "574423", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "2476", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "09002013-68", + "key" : "manufacturerPartId" + }, { + "value" : "NO-255262622365556582484075", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "partTypeInformation" : { + "manufacturerPartId" : "09002013-68", + "customerPartId" : "09002013-68", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Trailer coupling", + "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d98bcb46-17f4-4510-980f-e346090db000", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "690660", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3813", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "43501996-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-214622233852735436570638", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "partTypeInformation" : { + "manufacturerPartId" : "43501996-98", + "customerPartId" : "43501996-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Dashboard", + "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Dashboard" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:95806ff6-7565-4633-b8dd-da2d4ed33cc6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "349639", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4929", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "77795937-13", + "key" : "manufacturerPartId" + }, { + "value" : "NO-842938359590063280117347", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "partTypeInformation" : { + "manufacturerPartId" : "77795937-13", + "customerPartId" : "77795937-13", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Steering wheel", + "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0ce1a61e-182e-4449-af69-616bacbdb84b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "473361", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9106", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "20125432-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-644622011883694931091746", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "partTypeInformation" : { + "manufacturerPartId" : "20125432-59", + "customerPartId" : "20125432-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator left", + "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3b7b3934-9928-4fe8-85f3-a29438577bc4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "947011", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4435", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "19073706-76", + "key" : "manufacturerPartId" + }, { + "value" : "NO-039873956461761228319899", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "partTypeInformation" : { + "manufacturerPartId" : "19073706-76", + "customerPartId" : "19073706-76", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator right", + "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bf2d1448-a4aa-424f-8573-8d173e21f71f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "884392", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8046", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "45415162-57", + "key" : "manufacturerPartId" + }, { + "value" : "NO-465941145566936814653478", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "partTypeInformation" : { + "manufacturerPartId" : "45415162-57", + "customerPartId" : "45415162-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Led headlight", + "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Led headlight" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c5027aab-8e10-40f4-8ece-44dec093e13b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "998607", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 23 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "8657", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "78141846-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-839773269783048448130319", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "partTypeInformation" : { + "manufacturerPartId" : "78141846-87", + "customerPartId" : "78141846-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Starter motor", + "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Starter motor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:33d2c7fe-f325-45c1-8d48-b348a339b18d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "893422", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3955", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "81324139-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-420904072316887872619111", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "partTypeInformation" : { + "manufacturerPartId" : "81324139-23", + "customerPartId" : "81324139-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Alternator", + "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Alternator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:11465055-6b63-4d7d-b91a-8b043a67a3a9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "675466", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "8025", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "57929013-09", + "key" : "manufacturerPartId" + }, { + "value" : "NO-424790817498696449441638", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "partTypeInformation" : { + "manufacturerPartId" : "57929013-09", + "customerPartId" : "57929013-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "AC compressor", + "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:72ebfbd5-54eb-430c-80dd-b40c167364c9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "286636", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "7871", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "61184040-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-875900226307888871498847", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "partTypeInformation" : { + "manufacturerPartId" : "61184040-23", + "customerPartId" : "61184040-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight rear", + "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8b9f45e8-e2ac-4d34-9662-4973f5be4f04", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "424622", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1932", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "78744126-74", + "key" : "manufacturerPartId" + }, { + "value" : "NO-322885601135436788460719", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "partTypeInformation" : { + "manufacturerPartId" : "78744126-74", + "customerPartId" : "78744126-74", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight front", + "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8d3fd3a4-e308-4d77-82ee-5adeee96a355", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "980587", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1137", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "12093297-03", + "key" : "manufacturerPartId" + }, { + "value" : "NO-095583662686007569223747", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "partTypeInformation" : { + "manufacturerPartId" : "12093297-03", + "customerPartId" : "12093297-03", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part front", + "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5c182eb5-3fd3-4c12-afe0-87980571d8ed", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "396639", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5176", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "88111709-49", + "key" : "manufacturerPartId" + }, { + "value" : "NO-360068828389685342134227", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "partTypeInformation" : { + "manufacturerPartId" : "88111709-49", + "customerPartId" : "88111709-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part rear", + "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9cf7d147-02f8-4a48-81a2-e272b481842e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "723657", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "1030", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "00871379-44", + "key" : "manufacturerPartId" + }, { + "value" : "NO-635693250173819121828510", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "partTypeInformation" : { + "manufacturerPartId" : "00871379-44", + "customerPartId" : "00871379-44", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Chassis", + "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Chassis" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7493784-0aa6-4499-bfc5-6f49d044b510", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "375771", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6470", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "08901347-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-083480373139670709044407", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "partTypeInformation" : { + "manufacturerPartId" : "08901347-87", + "customerPartId" : "08901347-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Rims", + "nameAtCustomer" : "Rims" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Rims" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b265612f-0986-4b83-8eea-696bca0b0f83", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "753648", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 27 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2434", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "45863316-60", + "key" : "manufacturerPartId" + }, { + "value" : "NO-665173854732642413380781", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "partTypeInformation" : { + "manufacturerPartId" : "45863316-60", + "customerPartId" : "45863316-60", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tires", + "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tires" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:85aa8a5c-2248-4964-923f-e9f08737ebdc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 32, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 84, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 40, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "childItems" : [ { + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "bpnl" : "BPNL00000003B2OM", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "785054", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4763", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B2OM", + "key" : "manufacturerId" + }, { + "value" : "42555H1-52", + "key" : "manufacturerPartId" + }, { + "value" : "NO-297862023737110452281832", + "key" : "partInstanceId" + }, { + "value" : "Company 2", + "key" : "company" + }, { + "value" : "Brand 2", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "partTypeInformation" : { + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Transmission", + "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4704d750-a40f-4331-a8c5-174d71599841", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8f716038-19c3-4db9-9cea-040c6ba48f0f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1d4ee559-402d-4274-99d5-4ad3c13b72d2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" + } + } ], + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "productSpecificParameters" : { + "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], + "driveType" : "combustion engine", + "oilType" : "Lifeguard Hybrid 2", + "spreading" : 6.79, + "torque" : 500, + "power" : 300, + "standardGearRatio" : { + "gear" : "1", + "ratio" : 4.1567 + }, + "oilCapacity" : 8.9, + "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], + "speedResistance" : { + "speed" : 7800, + "gear" : "1" + } + }, + "instructions" : { + "packagingInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "transportationInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "dismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "vehicleDismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "safetyMeasures" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ] + }, + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-297862023737110452281832", + "key" : "PartInstanceID" + } ], + "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", + "manufacturerId" : "BPNL00000003B2OM" + }, + "sparePartSupplier" : [ { + "supplierId" : "BPNL1234567890ZZ", + "supplierContact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "sparePartName" : "torque converter" + } ], + "stateOfHealth" : { + "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], + "remanufacturing" : { + "productStatusValue" : "first life", + "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" + }, + "expectedLifespan" : 500000 + }, + "generalInformation" : { + "additionalInformation" : "JxkyvRnL", + "physicalDimensionsProperty" : { + "diameter" : 0.03, + "width" : 1000, + "length" : 20000.1, + "weight" : 100.7, + "height" : 0.1 + }, + "warrantyPeriod" : 60, + "productDescription" : "manual transmission", + "productType" : "8HP60MH" + }, + "sustainability" : { + "carbonFootprint" : { + "productOrSectorSpecificRules" : [ { + "otherOperatorName" : "NSF", + "ruleNames" : [ "ABC 2021" ], + "operator" : "PEF" + } ], + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "GHG Protocol Product standard" + } ], + "co2FootprintTotal" : -1.7976931348623157E308 + }, + "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], + "responsibleSourcingDocument" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "recyclateContent" : { + "nickel" : -1.7976931348623157E308, + "lithium" : -1.7976931348623157E308, + "cobalt" : -1.7976931348623157E308, + "otherSubstance" : [ { + "substanceName" : "Lead", + "substancePercentage" : 8 + } ] + }, + "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "customers" : [ { + "businessPartner" : "BPNL00000003B2OM", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 49, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 44, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "909034", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1177", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "partTypeInformation" : { + "manufacturerPartId" : "WZ-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:48ed4ff4-e7d6-4602-bbe7-678e9454d965", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "childItems" : [ { + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "675120", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "4961", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "20713L6-02", + "key" : "manufacturerPartId" + }, { + "value" : "NO-599077453926031454448409", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "partTypeInformation" : { + "manufacturerPartId" : "20713L6-02", + "customerPartId" : "20713L6-02", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d85fce44-58aa-4a49-967b-534ffa3e0ab8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "partTypeInformation" : { + "ownerPartId" : "20713L6-02", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "NTIER Product", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 32, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 60 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + }, { + "materialName" : "Other", + "recycledContent" : 66, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 40 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "576400", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4682", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "partTypeInformation" : { + "manufacturerPartId" : "WN-36", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6648425-07d1-45f5-92a2-74f4b07876cc", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:2cae5dcf-6111-4401-a154-3f62f9efed70", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.2341", + "materialAbbreviation" : "GL338" + } ] + } ], + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "330135", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4981", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "partTypeInformation" : { + "manufacturerPartId" : "IH-58", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7c6aadb5-a734-43b7-98ed-a8b474a0e93d", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:6169d1ed-029b-4b6a-8a24-09f90bc7cada", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "recycledContent" : 4, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.3301 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "childItems" : [ { + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "quantity" : { + "quantityNumber" : 0.3301, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "quantity" : { + "quantityNumber" : 0.2001, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "614008", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "7710", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B5MJ", + "key" : "manufacturerId" + }, { + "value" : "93096K5-94", + "key" : "manufacturerPartId" + }, { + "value" : "NO-059518126168909770052269", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "partTypeInformation" : { + "manufacturerPartId" : "93096K5-94", + "customerPartId" : "93096K5-94", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aa89581e-15e5-4672-ba57-ce2902df6b4c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2133329a-1931-4197-927a-07d2672252e5", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:83990e87-ed0d-4ebe-9bf8-33523d57bad6", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "partTypeInformation" : { + "ownerPartId" : "93096K5-94", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "customers" : [ { + "businessPartner" : "BPNL00000003B5MJ", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Glue", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 48, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "AL7" + }, { + "materialName" : "Other", + "recycledContent" : 68, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "767035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9969", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "partTypeInformation" : { + "manufacturerPartId" : "IJ-97", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a5e37d05-f9e4-4ded-8d23-cfe62c2bf688", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "childItems" : [ { + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "36903", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5182", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "21461W2-49", + "key" : "manufacturerPartId" + }, { + "value" : "NO-639962420336668821218916", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "partTypeInformation" : { + "manufacturerPartId" : "21461W2-49", + "customerPartId" : "21461W2-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cae41ef3-ec33-4ae6-bbf9-a8a7d81dc504", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "partTypeInformation" : { + "ownerPartId" : "21461W2-49", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 70, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 87, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "484665", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "6810", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "partTypeInformation" : { + "manufacturerPartId" : "PR-60", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:389c7b9e-7e46-48a5-9c7b-2130d6a34b12", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:0eb9bcbe-ff87-4e02-82b9-6566ba490dbd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 63, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 61, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "156108", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7857", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "56931M6-58", + "key" : "manufacturerPartId" + }, { + "value" : "NO-184597319146186417552311", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "partTypeInformation" : { + "manufacturerPartId" : "56931M6-58", + "customerPartId" : "56931M6-58", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "partTypeInformation" : { + "ownerPartId" : "56931M6-58", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:40720e84-e8b7-4fb4-8051-4286ea37836d", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b61983a8-d065-4cb2-877a-5b49d4ff27c0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "38049661-08", + "key" : "manufacturerPartId" + }, { + "value" : "NO-524017634554899551071911", + "key" : "partInstanceId" + }, { + "value" : "Company 1", + "key" : "company" + }, { + "value" : "Brand 1", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "partTypeInformation" : { + "manufacturerPartId" : "38049661-08", + "customerPartId" : "38049661-08", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "incoterms" : "DAP (Delivered at Place)", + "image" : { + "name" : "eOMtThyhVNLWUZNRcBaQKxI", + "location" : "telnet://192.0.2.16:80/" + }, + "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", + "quantity" : 50, + "mechanicalDamage" : true, + "unitOfMeasure" : "each", + "bundleOffer" : false, + "availabilityDate" : "2022-03-11", + "corroded" : true, + "pickupLocation" : { + "latitude" : 48.137154, + "longitude" : -117.28333 + }, + "burned" : true, + "condition" : "New", + "attachment" : [ { + "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" + } ], + "discolored" : true, + "price" : { + "currency" : "EUR", + "value" : 250 + }, + "missingParts" : true, + "dismantled" : true, + "marketplaceProduct" : { + "manufacturerPartNumber" : "38049661-08", + "technicalSpecification" : [ { + "technicalValue" : "RYtGKbgicZaHCBRQDSx", + "key" : "JxkyvRnL" + } ], + "productLink" : "https://123", + "oeNumber" : "NO-524017634554899551071911", + "category" : { + "subCategory" : [ "Battery" ], + "mainCategory" : [ "Audio, video, navigation" ] + }, + "originalManufacturer" : "Company 1", + "brand" : "Brand 1", + "productDescription" : "Battery" + }, + "sku" : "1002090, xYz.09, ABcXYZ", + "mileage" : 120000.06 + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5bbdd5c0-382a-4124-9bbc-a5cd70d09215", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:555ec19c-b017-4061-b2eb-5f5f92d9ca5a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:11be7ff3-50a2-4695-8e21-27185b6ad879", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bdd3a663-f213-4ae8-b627-dc9bbb5d970a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f5708bd6-b73b-490d-ad27-cc5bd7e90a59", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5dae8822-faed-4f36-8ebf-82eff0d50d36", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a Battery", + "class" : { + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" + }, + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-08-05", + "version" : 2.5, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 1074.0808, + "width" : 1074, + "length" : 2410, + "weight" : 511, + "height" : 275 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2020-08-27", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-524017634554899551071911", + "key" : "PartInstanceID" + } ], + "gtin" : " 16830141", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "714927210" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-12", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 0.8403 ] + }, + "id" : "FD7625" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 117 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:bbc73e8e-e09a-4042-899c-699a089a1e8c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 33, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 73, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 87, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "childItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "654735", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8671", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "partTypeInformation" : { + "ownerPartId" : "38049661-08", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Battery" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-524017634554899551071911", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 25, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 50, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 29, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "273206", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1736", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-437222166318482402504580", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3999547f-2b94-4ab5-b447-cdec7625c2ca", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:37f760aa-779e-40fe-b240-91ae810af92f", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b42557ad-3bb3-44db-b36d-e1f63798edfc", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c2710673-d671-42d6-8d0e-c935c011fb64", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e3db81f2-6ba7-4363-a4b9-872ba74e29e8", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:206d3b69-3eb2-4659-830b-05379b8a124a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cde33f9a-77b0-4ed7-b8ec-4fe8206eaf5c", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3cb725ba-086b-4c7e-a9fb-2fa3aabd6a93", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a07e4be6-1cf7-4d67-b944-49b6657053f9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fd8e93c6-6843-4bee-8336-31a1058f7113", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1f027e83-d4df-4b07-b886-d21cbf8efa89", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-437222166318482402504580", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-02-29", + "version" : 1, + "status" : "Draft" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.642, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2023-09-13", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-437222166318482402504580", + "key" : "PartInstanceID" + } ], + "gtin" : " 66301870", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "829467178" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-03-05", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.0243 ] + }, + "id" : "WD4510" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Insulator" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-09-06", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "161005", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5583", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-695649331867836258032978", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e548a9c0-ee1c-4c82-917a-2ea906651ea8", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-695649331867836258032978", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:77934d92-171a-4a0b-9a3d-c64ec31c9853", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-05-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "564849", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7058", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-888132613663078235630423", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f5c10410-07d6-48de-8bc1-1cf602e5b355", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-888132613663078235630423", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a09778a9-1b7e-4aee-85ba-17b29a28d663", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-01-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "656638", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "7771", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-969570155601910380830420", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8bfd8b50-f2eb-4a44-b714-dc5428d27848", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-969570155601910380830420", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ade8bfe6-b776-4329-a2fc-4aded2f1e61b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-04-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "285930", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6866", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-565760403114294608440766", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c6397c41-3dc2-4daf-b3e4-58a709b0d2c4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-565760403114294608440766", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:50d17f64-0e6d-40b7-b42d-709b35f75a1e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-09-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "339013", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8019", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-549662913585943094603411", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:595e3365-624b-4ea1-9fca-7503bc7022d3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-549662913585943094603411", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb1e670-15c8-4de6-a4f6-64bda1c791e6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-10-05", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "809420", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1978", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-221883872424118254324385", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c680e92a-0fb5-49ca-9f84-3917493662e6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-221883872424118254324385", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ba7fae0f-79d7-4ad3-8627-585c50788d43", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-09-07", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "586045", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "2179", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-361394052163820362674142", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f28b5152-b3d9-4510-90fe-080a4ce5ceb7", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-361394052163820362674142", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b378ce0c-adb5-4af8-9425-bee6fd86319d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-08-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "45934", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "3486", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-405115524948461037888275", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9ec2fa8e-68ab-4d8a-9861-d6ae75494c06", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-405115524948461037888275", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7673cf9-1daa-4036-b080-1d41f0d39d54", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-08-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "690236", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9327", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-687245070682008690060213", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f36d1321-7174-413b-a8b4-e7d77755c39e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-687245070682008690060213", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:17b3ad6f-edc8-4490-9a93-aec58f8f80bd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-02-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "281167", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "6658", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-153305463722086790275389", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af2d2529-42b6-41d5-acaa-84b57eb40235", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-153305463722086790275389", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70e89fff-8d11-470d-a0af-04072eebb816", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e09ea0c2-0251-4d32-bc51-3a3a8d2a17d9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 67, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 25, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 52, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "50016", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2244", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-973954279957624820638186", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1678866b-7393-4244-8b51-de9a08dc2f80", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9d75d3ce-c3ec-4244-87f0-019b0c06a5ce", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8103a66c-3e8e-4df3-b7e9-fd1ee82f538b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:38967ae6-bdaa-4e04-ade3-a6cd43cc650f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:69d13cd3-847b-4c1b-be63-6c58e96f201c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0b2aeb67-2cf1-4420-9274-79c04c22fdf0", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7611fea4-7121-4d4c-a6df-ea1a42551d72", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cb034949-ec53-47ea-ad08-52150fedbdf0", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:02f01928-7865-4497-9c0e-0dda7c851f2d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ce248ff3-dd7c-49ee-ae10-a20474aa3758", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:08db6c8d-c7c7-435a-8bac-229ad5ace3a3", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-973954279957624820638186", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-04-25", + "version" : 1.5, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6918, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2021-03-29", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-973954279957624820638186", + "key" : "PartInstanceID" + } ], + "gtin" : " 24293609", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "532048433" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2022-10-06", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.1058 ] + }, + "id" : "WX3550" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Copper" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 118 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003AXS3", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-02-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "951213", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "9847", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-992195203154788914340114", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ee06ec61-d892-4f5e-9dbe-5c420fc45df5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-992195203154788914340114", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7756c5b9-9dd2-4ecb-a024-849aa731a78a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-07-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "310623", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "5436", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-347677125419085124787924", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ab0b6060-309c-47a6-9fa1-d012c1a1aace", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-347677125419085124787924", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d7ff2afa-51db-4956-af3c-1928b683ac14", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-06-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "890064", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1846", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-758372629663542271212580", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:41d8fcb1-775d-4d41-b181-2bb7070835d2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-758372629663542271212580", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b719d933-2797-491f-8c62-83d83a9e06dc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-07-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "616887", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6569", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-235749068781688754853632", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:66cb1026-6c8a-42fa-998c-b5d777f2dd98", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-235749068781688754853632", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2267f417-8fd9-41bc-906e-3c37c489499f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-08-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-04", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "880788", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8878", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-637522255197238915757394", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:47f03566-7c54-4ace-968d-8b3580ed8a41", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-637522255197238915757394", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0c768145-46c7-4c17-b337-8ca97bcc40ea", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-02-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "459310", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9876", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-013538992992080944605829", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:26d4a0c1-dfb8-4c72-a987-f1f189af44bd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-013538992992080944605829", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee5eccfa-dde6-40b4-a1be-4de059a16ca0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-06-10", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-25", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "800341", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6894", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-642680594659421069431919", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a9d5cb5b-3789-4848-a789-4c2867767a16", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-642680594659421069431919", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5952c05a-e2ba-4fa7-875c-dd92dc6fcaf4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-08-18", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "550091", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "6258", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-827788544499292219780017", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:53d01b82-7d7d-40db-b4fb-787bd6d7696a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-827788544499292219780017", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ee9976a9-e4b8-4881-8d0f-e8ce5d673fd5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-02-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "360508", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1156", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-051211648132031036055007", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9f463c75-5ea6-4f5b-89c8-1d3783be1a54", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-051211648132031036055007", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0f2b4b2d-d60a-4962-82f2-024e5b937425", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-11-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "501372", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "8190", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-274639447767522987739067", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:429ccd5f-2019-41d4-ae7b-20aacb54238a", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-274639447767522987739067", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7a57bdf-f625-468b-b03a-5d5457d810a4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:81c38fba-ecc1-45b9-a4cb-0441cc348ad1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 53, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 54, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 59, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "446905", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1337", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-866219940925227686334114", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3a22d8ba-a7be-4a60-bb38-f04cb3ab487e", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bc792b88-9b63-4a83-b291-e3753ce78079", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:766ac4da-face-4c72-ad81-0ff2d8454d60", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8b5c1cc1-8da2-4043-8454-a4fd263639a7", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:17e49d1a-b12d-465f-988f-f60722b5de24", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:38bf8a9a-c7a0-474b-a7de-5e9e6217997d", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:80dacd9f-01ae-45e2-8fff-faf462043825", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:487fd997-6f52-4de3-8256-56a5e3e8d572", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d688d80f-388f-430a-b99a-afb8e785c2d9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7d159ee5-594a-4922-a4c6-16e178bfaeaa", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:35adc373-22a3-4322-af7f-88f98d763e20", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-866219940925227686334114", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-07-27", + "version" : 2.4, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6521, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2023-03-28", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-866219940925227686334114", + "key" : "PartInstanceID" + } ], + "gtin" : " 19599333", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "857042567" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-03", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.8125 ] + }, + "id" : "WS5730" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Insulator" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 106 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-11-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "593779", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "6516", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-372384834342259220312175", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e90a86a6-b620-446e-8d31-3ba294e2e6a2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-372384834342259220312175", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1bb414f9-8c2e-445c-a601-13f38bb8ed7f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-11-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "810678", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "1229", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-088469934382593208474125", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4197d8ec-b394-47b6-a0f5-cc6cf0f42944", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-088469934382593208474125", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ff5fe639-b7ca-45de-8217-acc0ec22bd85", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-10-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-23", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "670796", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "2316", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-767840854500043743649525", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:00005e49-d0e9-44bc-9cf5-e8da99fba448", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-767840854500043743649525", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9c0a4d8b-d50a-47ea-824d-98c99bf6d991", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-09-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "945397", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8121", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-079329468576037813719169", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f90e61b6-edf5-4385-b9d0-e6713103ccc9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-079329468576037813719169", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6886710b-f31e-4476-95eb-a6be8b5d8dd1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-12-28", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-01", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "814586", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "4609", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-860984087418700593268333", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0b9d3361-1e9f-47ec-be20-1713fa59ec31", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-860984087418700593268333", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1ba3e5d4-407e-4673-aa54-52d858bce7cf", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-07-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-24", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "47731", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 25 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9755", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-588045754284188865698792", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f09ff04f-923e-446a-bee2-43d9e1e17e4a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-588045754284188865698792", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:138d6978-b2e2-4703-918a-3dfcdd1b419f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-08-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "459658", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 6 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-473896456356548303789394", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:800e224f-deb1-49ab-9b96-b839f98dcfc6", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-473896456356548303789394", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1a609fb1-8a53-4853-8c5f-97bb00e0486b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-05-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "524027", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "3450", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-352472143033398477945379", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3f12b395-5e31-415e-a84f-2f0a9af0d78c", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-352472143033398477945379", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:816c7c23-cce3-4115-8cd3-411a721df66d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-05-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "320239", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4640", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-536814342114624374891194", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:aef1b00c-7fa1-415d-b7bc-553eedd82fb6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-536814342114624374891194", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:79f7a06d-adb7-4f23-9e17-d2c21b10bcf6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-02-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "992855", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4053", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-535040345656499211042489", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f8ce7da-bd67-4909-862c-17f574d7f2fc", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-535040345656499211042489", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9b59adb4-cf1f-4c0c-bceb-190794d2dd49", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:f5c73400-a5b0-46e0-a698-f5d3bc01cf76", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 6, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 84, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 17, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "461716", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2220", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-770181704086780547564889", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0f205c69-39ca-43af-b148-d51cd1e45ed6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a6f9d394-aee1-4d52-9fee-de07a68edd6f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e57b2b4c-0859-4bb1-a1e1-69565716e8f4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:311b83f6-d424-4de7-ae16-8bb8d307e71b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1d868cd3-c65f-403c-af92-e95e90a61b4b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a61387e4-1f80-4757-b73a-66e5a8186725", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4b8b2fcb-52f1-4639-98e0-16e8169e38f0", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b5fd97e1-0d5c-4b56-adea-2145c7ffd167", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ad2d63d7-6a30-461b-8bbe-a2cd06448f81", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b99634df-2aa0-4fce-866e-e7222add942d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a7ef4402-9df8-4c4d-b9cd-790bcdb482b9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-770181704086780547564889", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-06-19", + "version" : 2, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6676, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2023-02-05", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-770181704086780547564889", + "key" : "PartInstanceID" + } ], + "gtin" : " 86400073", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "421133551" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Passport", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-08-30", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 6.1438 ] + }, + "id" : "GR3626" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Sealant" + } ], + "critical" : [ "Manganese" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 116 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-02-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "46035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 24 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5621", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-576353883553719482494985", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:20fb0219-2f09-4ace-8ac8-6190b4eaf8e8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-576353883553719482494985", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:819fb3b3-d507-49e9-8ead-d9a0172ff509", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-06-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "939508", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1305", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-314815112889745255848637", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:418dae1c-9e55-4334-92e4-37696a809049", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-314815112889745255848637", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26fbc50-ffcc-4cce-8452-3349a2cf0e10", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-12-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "503315", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3063", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-053115580491418530649598", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:72bf08bc-b2d5-4bc5-9288-78c02792b85e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-053115580491418530649598", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f666c923-8ce1-4165-a2f8-64ab82cbab72", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-01-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-27", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "91565", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1441", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-254757851873936956103930", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0eaef2be-8da2-45b9-8760-803608eaf870", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-254757851873936956103930", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:94466a99-6106-41a4-9ebe-767dc2539d1b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-01-20", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-01", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "850720", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2230", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-316542918139942968601736", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:287ee7a7-9af3-4416-afbd-27b90f68d150", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-316542918139942968601736", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6533a393-f8d2-47a2-98b2-cc49948077c1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2024-01-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-29", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "180324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "4767", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-145334258560133215613931", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6b356ed3-6029-4a66-9cc3-020505e70d73", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-145334258560133215613931", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:685abc0c-193e-41c8-970b-c7256c7db0a0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-04-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "199207", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3283", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-190658911471063410526864", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9e79a5b3-9dca-4d40-a1b3-5843bbb318b2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-190658911471063410526864", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:57522790-652d-429e-8fd1-ddc8f396d237", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-07-30", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "523247", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4993", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-063455783697007035630988", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4d1e3bf-9c07-47b3-9393-544c11c653df", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-063455783697007035630988", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f33059fa-7d4d-4e30-99be-fad88269928c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-05-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-02", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "530781", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2939", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-359826011078845138239347", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:831f684d-6617-4538-b73a-1db77bc3c92e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-359826011078845138239347", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f7a1bb80-2e2f-4e2c-9aa9-b0ce666d0619", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-04-07", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "761973", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "7989", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-242290872237139567707577", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:eaedbf9a-fed7-4a2f-bd24-d4dd0d5641a5", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-242290872237139567707577", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:75076b13-330b-4178-a1a3-d04317cbb1dd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7930c980-8b42-463f-a349-ee8fbfed920d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 6, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 59, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 61, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "926754", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "1822", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-961586982769257604561524", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:674b71f2-c1e4-40dc-8e8f-24a851e456fd", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4728cc86-deb0-4f50-aab8-a28b7dbd87e2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6960ba04-3f36-46dc-9692-9f2735d14536", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:18778815-6f53-4901-ae8b-058b3814701e", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:48a99965-934b-4b52-a8a3-56880b18a006", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:83f815b7-a78b-40c8-adcc-c3ff6f2341e2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:64aa51bc-f88b-403a-98a7-1a6a3540d6ec", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2feec351-a5ba-40ce-83fe-ff8fdad9fad1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5b32e660-90aa-4d32-91de-141c3e532e96", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a71aea01-86f3-4cc3-a269-9d2d66416c7b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:10d2d3d4-fdc4-4b9e-b76a-fd5a13e1ea00", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-961586982769257604561524", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2021-09-25", + "version" : 2.1, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6393, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2020-07-08", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-961586982769257604561524", + "key" : "PartInstanceID" + } ], + "gtin" : " 60297435", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "383428586" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-10", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.556 ] + }, + "id" : "UZ5630" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Manganese" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 101 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "985570", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "7618", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-888312493038162373043992", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:cbc13776-f61f-4fd1-91bb-1efb638dcdc9", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-888312493038162373043992", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:46dd1075-d1cf-4244-b9cd-60f7f76de22e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-01-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "541645", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1540", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-114670847427380311843029", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ea5c00d9-d225-4ef6-8f04-894dd714f606", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-114670847427380311843029", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:4b7bb58d-eb9a-46da-b704-d7ac5baae2cd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-11-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "105441", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8071", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-042328502545500094738731", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c75a3e14-3de1-4175-aa60-36ad003ae549", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-042328502545500094738731", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:a6efb3a7-95a5-4b9a-b850-6146e4300130", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-10-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "43845", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-077606097660377021193127", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:5ae146b2-2596-4f20-b4c4-95179b7fef8c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-077606097660377021193127", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0172dc1c-3d50-4e7c-98f2-924d1d5c8574", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-12-28", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-11", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "412406", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "5611", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-808477872124908084381017", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b3f85dd0-6289-4a0f-b412-e2df2bb4c1d2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-808477872124908084381017", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:272ee63b-dabf-4338-9dbc-94cdb5593183", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-12-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-23", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "906104", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "5705", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-656125482639453250677361", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b7139c96-2bbd-4793-a8ee-968e35ea078f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-656125482639453250677361", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bca8b42d-9613-455b-9a63-458ec92d3fd4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-08-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-02", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "992623", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "9700", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-153177385520734383337939", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:89592ff2-5288-4106-85bc-eab16481d484", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-153177385520734383337939", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:3baf8b40-c0b7-4cd5-82aa-544d8035feb2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-11-15", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-08", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "824750", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "5909", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-804050053485016238437303", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:67db5dbe-af19-427e-9147-5b4fab771b17", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-804050053485016238437303", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:cf0cc19d-c755-4aee-a907-bde2459959c8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-01-24", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "605859", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "6122", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-960618439422934171911338", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2da60b18-4bdd-4734-ba77-07ae5ca4c45f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-960618439422934171911338", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dc78a5c2-d6ef-40a7-83af-baec02e7f4db", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-02", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "907412", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3571", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-525934761064530276316729", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7f3e32b8-985b-4e87-97b5-e531485457f4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-525934761064530276316729", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6b4fae95-8f02-490b-92ea-b24309d2694e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:7551c519-a0ce-497d-bcdb-6a678db7dd1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 33, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 34, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 62, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "110423", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7708", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-793352892420425441608700", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:914b8c53-dabe-4312-9a36-a07e0581ad2a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:86b55ae5-8561-42bb-8977-6c3a1028901f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:458c4d07-09fc-4af7-b6b0-b862bfedb6eb", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:55ba3ac6-fde0-439a-be81-0e2cdad631cc", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8e106643-a959-4467-86df-56908888f54d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8fee7515-113d-49c8-909c-092acb903933", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a1801c9e-4163-478c-9559-41cfec7061a6", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9250e1a9-3c30-4ee7-916b-0c92bc466de4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9ad8a564-90e4-4f66-b0d7-8bab3c9790ca", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b4d58852-494e-4011-ab36-be8d1e428636", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7525d075-2592-4446-8f2c-fcd88c4cec10", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-793352892420425441608700", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-02-26", + "version" : 1.5, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6291, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2024-02-22", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-793352892420425441608700", + "key" : "PartInstanceID" + } ], + "gtin" : " 55998351", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "186201518" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-03-11", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 7.4429 ] + }, + "id" : "KH1887" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Steel" + } ], + "critical" : [ "Nickel" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 115 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B3NX", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afe7fddb-46af-4a1c-8215-750dfa85c3d7", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-08-30", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-10", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "528527", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "5292", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-216391419426668087358748", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:04ef9794-5054-4671-adef-340ce03f7a7d", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-216391419426668087358748", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:114c630f-9bad-4339-8082-a9d831afd951", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-09-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-13", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "533136", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1275", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-070573056146020140114258", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a29b9359-bf3f-4ee6-82a9-7fda6c96043f", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-070573056146020140114258", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e1291029-851e-4859-a1f9-6cdfe6ccdcdb", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-09-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-19", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "480742", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4908", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-998470145454027100913530", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:3aa721af-7321-4c44-b9fe-02b29bdaed36", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-998470145454027100913530", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e29b7e9d-6c94-4809-887b-2e38e3fe2a66", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-09-05", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "729044", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2690", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-553870064722951756380389", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:276f5550-a09f-41e2-bf05-3c69bc1175be", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-553870064722951756380389", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:5e9dab88-9b30-4a33-80fd-c45d76e9fbad", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-10-01", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-23", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "462035", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "8159", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-770755434441842670470708", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:32356d8d-4ce9-4b15-af23-c816b7066f76", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-770755434441842670470708", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6d182614-2947-49ba-9d01-6848ef998b4d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-04-03", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "708923", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "8210", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-795780647921641316860975", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0267052f-b1a9-4ca4-90d2-40360bf31a49", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-795780647921641316860975", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:97ff0d3a-75d9-4a72-9f9b-cda6cdc699b2", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-06-13", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-28", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "706727", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5671", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-651190678479839520199228", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:419941ea-191a-4b77-901e-f438a859ecd6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-651190678479839520199228", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:329d1f44-b9ea-4cd1-8a78-d7e816af50e5", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-12-27", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "349925", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7656", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-428045788323091672467060", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4eff8d49-ad1b-420c-8162-9eb9fc370238", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-428045788323091672467060", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f5ef7d29-65d8-4a26-9d0a-5701e7936051", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-07-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "47812", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "7304", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-759557059617093989385682", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85ac2def-32fc-4d72-9a32-ca53570392aa", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-759557059617093989385682", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:59eaaf2d-3e6b-45df-bdce-0f9c24320f44", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-09-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "396934", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1290", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-066639614700637985131228", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:676db28d-c7e3-4ad1-8ebb-d94c8fd8b770", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-066639614700637985131228", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70358406-396a-4469-821e-e10eeb303777", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:12698e0c-6901-4a88-91c5-ea1ab7ec88b1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Iron", + "recycledContent" : 40, + "materialClass" : "1.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 327.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "IR334" + }, { + "materialName" : "Polyethylen", + "recycledContent" : 87, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 163.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PE221" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 32, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 40.95 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Aluminium", + "recycledContent" : 62, + "materialClass" : "2.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 286.65 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "ALU331" + }, { + "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", + "recycledContent" : 81, + "materialClass" : "0.7", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 109.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "W123" + }, { + "materialName" : "Glue", + "recycledContent" : 10, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 54.6 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 74, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 382.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Cooper", + "recycledContent" : 55, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 250.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Rubber", + "recycledContent" : 79, + "materialClass" : "5.3", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 7.8 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "R22" + }, { + "materialName" : "Textiles", + "recycledContent" : 42, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.12 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "TEX1" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "childItems" : [ { + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003CSGV", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B2OM", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B5MJ", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "GG-88", + "key" : "manufacturerPartId" + }, { + "value" : "OMAUTSWWLUZIALLQA", + "key" : "partInstanceId" + }, { + "value" : "OMAUTSWWLUZIALLQA", + "key" : "van" + } ], + "manufacturingInformation" : { + "date" : "2013-05-30T05:25:44.000Z", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "partTypeInformation" : { + "manufacturerPartId" : "GG-88", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Vehicle Fully Electric" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { + "bodyVariant" : "Van", + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "engine" : { + "size" : 2998, + "power" : 143 + }, + "emptyWeight" : 1.73, + "fuel" : "Elektro", + "vehicleModel" : "Vehicle Fully Electric", + "productionDateGMT" : "2010-01-01", + "equipmentVariants" : [ { + "code" : "S2AVB", + "description" : "adaptive drive", + "group" : "special equipment" + }, { + "code" : "S218A", + "description" : "sport automatic transmission", + "group" : "special equipment" + }, { + "code" : "S378B", + "description" : "integrated child seats", + "group" : "special equipment" + }, { + "code" : "B298B", + "description" : "keyless entry", + "group" : "special equipment" + } ], + "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", + "mileage" : [ { + "mileagePhase" : "as maintained by workshop", + "mileageTimestamp" : "2014-03-24", + "mileageDistance" : 120000 + } ] + } ] + }, { + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "142050", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7983", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "73849201-61", + "key" : "manufacturerPartId" + }, { + "value" : "NO-897103492718576075219698", + "key" : "partInstanceId" + }, { + "value" : "Company 10", + "key" : "company" + }, { + "value" : "Brand 10", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "partTypeInformation" : { + "manufacturerPartId" : "73849201-61", + "customerPartId" : "73849201-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Catalysator", + "nameAtCustomer" : "Catalysator" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "partTypeInformation" : { + "ownerPartId" : "73849201-61", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Catalysator", + "partClassification" : [ { + "value" : "Catalysator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Catalysator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:1700529b-f39b-4b13-b7a9-e808a9dbbaad", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "335362", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2823", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "22782277-50", + "key" : "manufacturerPartId" + }, { + "value" : "NO-211534666015366566012745", + "key" : "partInstanceId" + }, { + "value" : "Company 3", + "key" : "company" + }, { + "value" : "Brand 3", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "partTypeInformation" : { + "manufacturerPartId" : "22782277-50", + "customerPartId" : "22782277-50", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-l", + "nameAtCustomer" : "Door front-left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:26e85232-2b60-47b6-985e-d83772378e0b", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "partTypeInformation" : { + "ownerPartId" : "22782277-50", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Door front-left", + "partClassification" : [ { + "value" : "Door front-left", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "14388717EVX", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "522039", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8589", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-810295075415539190881160", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c6ae9d8b-8b89-45d6-bd7d-dafbe9600b09", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:50b3f9d3-9ac9-4907-a7fd-d0c429816812", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "childItems" : [ { + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000000BJTL", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "bpnl" : "BPNL00000003CSGV", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "252563", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "8858", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003CSGV", + "key" : "manufacturerId" + }, { + "value" : "95657362-64", + "key" : "manufacturerPartId" + }, { + "value" : "NO-522606169119282135007012", + "key" : "partInstanceId" + }, { + "value" : "Company 4", + "key" : "company" + }, { + "value" : "Brand 4", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "partTypeInformation" : { + "manufacturerPartId" : "33740332-54", + "customerPartId" : "33740332-54", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door f-r", + "nameAtCustomer" : "Door front-right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "manufacturerId" : "BPNL00000003CSGV", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c8bb38b4-1ad6-4176-9766-24222d715c9f", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "partTypeInformation" : { + "ownerPartId" : "33740332-54", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Door front-right", + "partClassification" : [ { + "value" : "Door front-right", + "key" : "BPNL00000003CSGV:PartFamily" + } ], + "nameAtOwner" : "Door front-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "customers" : [ { + "businessPartner" : "BPNL00000003CSGV", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.just_in_sequence_part:3.0.0#JustInSequencePart" : [ { + "localIdentifiers" : [ { + "value" : "73869864QSZ", + "key" : "jisNumber" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000000BJTL", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "partTypeInformation" : { + "manufacturerPartId" : "123-0.740-3434-A", + "customerPartId" : "PRT-12345", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left", + "nameAtCustomer" : "side element A" + } + } ], + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "bpnl" : "BPNL00000000BJTL", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "929989", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 8 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "2393", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000000BJTL", + "key" : "manufacturerId" + }, { + "value" : "95657762-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-526060008250250591571360", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "partTypeInformation" : { + "manufacturerPartId" : "95657762-59", + "customerPartId" : "95657762-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door Key", + "nameAtCustomer" : "Door Key" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "manufacturerId" : "BPNL00000000BJTL", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "partTypeInformation" : { + "ownerPartId" : "95657762-59", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Door Key", + "partClassification" : [ { + "value" : "Door Key", + "key" : "BPNL00000000BJTL:PartFamily" + } ], + "nameAtOwner" : "Door Key" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d1e9d9b9-13fe-4f46-8924-4aaa8dc84a99", + "customers" : [ { + "businessPartner" : "BPNL00000000BJTL", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d42b4b49-0226-49fb-ab99-bc7d7437b4d1", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "169179", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "1040", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "15635759-16", + "key" : "manufacturerPartId" + }, { + "value" : "NO-112437134579525713767718", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "partTypeInformation" : { + "manufacturerPartId" : "15635759-16", + "customerPartId" : "15635759-16", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-l", + "nameAtCustomer" : "Door rear-left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "partTypeInformation" : { + "ownerPartId" : "15635759-16", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Door rear-left", + "partClassification" : [ { + "value" : "Door rear-left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fdcc8494-a863-45df-9cf3-6c68c1484555", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "158072", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6647", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "28673126-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-353669866416007480479809", + "key" : "partInstanceId" + }, { + "value" : "Company 5", + "key" : "company" + }, { + "value" : "Brand 5", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "partTypeInformation" : { + "manufacturerPartId" : "28673126-98", + "customerPartId" : "28673126-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Door r-r", + "nameAtCustomer" : "Door rear-right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "partTypeInformation" : { + "ownerPartId" : "28673126-98", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Door rear-right", + "partClassification" : [ { + "value" : "Door rear-right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Door rear-right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9603a05d-d943-482e-aa70-8522094fc470", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "295231", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "3221", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "94421589-82", + "key" : "manufacturerPartId" + }, { + "value" : "NO-745506815228397423604793", + "key" : "partInstanceId" + }, { + "value" : "Company 6", + "key" : "company" + }, { + "value" : "Brand 6", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "partTypeInformation" : { + "manufacturerPartId" : "94421589-82", + "customerPartId" : "94421589-82", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engine hood", + "nameAtCustomer" : "Engine hood" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "partTypeInformation" : { + "ownerPartId" : "94421589-82", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Engine hood", + "partClassification" : [ { + "value" : "Engine hood", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Engine hood" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ad00a996-98b4-40d2-a1ba-d5041256f42c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "780572", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "4945", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "85023955-75", + "key" : "manufacturerPartId" + }, { + "value" : "NO-111494423758526603085139", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "partTypeInformation" : { + "manufacturerPartId" : "85023955-75", + "customerPartId" : "85023955-75", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tailgate", + "nameAtCustomer" : "Tailgate" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "partTypeInformation" : { + "ownerPartId" : "85023955-75", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Tailgate", + "partClassification" : [ { + "value" : "Tailgate", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailgate" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b3a264ae-15ac-4d6b-be7f-94eed6cc07df", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "283160", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "5283", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "13769860-47", + "key" : "manufacturerPartId" + }, { + "value" : "NO-445614779824118555770555", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "partTypeInformation" : { + "manufacturerPartId" : "13769860-47", + "customerPartId" : "13769860-47", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender left", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "partTypeInformation" : { + "ownerPartId" : "13769860-47", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:522285f6-ee75-4ce2-b6c4-55a0d9c27f0a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "73515", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "6978", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "36643162-35", + "key" : "manufacturerPartId" + }, { + "value" : "NO-379402067665339366723185", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "partTypeInformation" : { + "manufacturerPartId" : "36643162-35", + "customerPartId" : "36643162-35", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Fender right", + "nameAtCustomer" : "Fender right" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "partTypeInformation" : { + "ownerPartId" : "36643162-35", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Fender right", + "partClassification" : [ { + "value" : "Fender right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Fender right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:f787560e-61ad-4033-9211-18fe267f44b6", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "880115", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "5404", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "54165444-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-881090076445243310184722", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "partTypeInformation" : { + "manufacturerPartId" : "54165444-59", + "customerPartId" : "54165444-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper front", + "nameAtCustomer" : "Bumper front" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "partTypeInformation" : { + "ownerPartId" : "54165444-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Bumper front", + "partClassification" : [ { + "value" : "Bumper front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:508d3291-fe2d-4b8b-be33-3a273e0f8380", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "706395", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "3766", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "22768257-25", + "key" : "manufacturerPartId" + }, { + "value" : "NO-523618767337566841620574", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "partTypeInformation" : { + "manufacturerPartId" : "22768257-25", + "customerPartId" : "22768257-25", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Bumper rear", + "nameAtCustomer" : "Bumper rear" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "partTypeInformation" : { + "ownerPartId" : "22768257-25", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Bumper rear", + "partClassification" : [ { + "value" : "Bumper rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Bumper rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c165cc98-41e0-41fa-8dd1-c452b3e2657c", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "136173", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4297", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "65529521-37", + "key" : "manufacturerPartId" + }, { + "value" : "NO-134972035386407420689973", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "partTypeInformation" : { + "manufacturerPartId" : "65529521-37", + "customerPartId" : "65529521-37", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror left", + "nameAtCustomer" : "Exterior mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "partTypeInformation" : { + "ownerPartId" : "65529521-37", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Exterior mirror left", + "partClassification" : [ { + "value" : "Exterior mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c26530a1-8be0-412a-8baa-27a2eea51b09", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "964210", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "4812", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "58471477-24", + "key" : "manufacturerPartId" + }, { + "value" : "NO-267889602260734086865808", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "partTypeInformation" : { + "manufacturerPartId" : "58471477-24", + "customerPartId" : "58471477-24", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Exterior mirror right", + "nameAtCustomer" : "Exterior mirror right" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "partTypeInformation" : { + "ownerPartId" : "58471477-24", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Exterior mirror right", + "partClassification" : [ { + "value" : "Exterior mirror right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Exterior mirror right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:138fb061-fa92-473e-b799-d59967a84ef9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "326337", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7271", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "09002013-68", + "key" : "manufacturerPartId" + }, { + "value" : "NO-202606871824681721163696", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "partTypeInformation" : { + "manufacturerPartId" : "09002013-68", + "customerPartId" : "09002013-68", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Trailer coupling", + "nameAtCustomer" : "Tailer coupling" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "partTypeInformation" : { + "ownerPartId" : "09002013-68", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tailer coupling", + "partClassification" : [ { + "value" : "Tailer coupling", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tailer coupling" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:48e5b3f2-e1f9-498f-9d5d-7016bb0bd5ad", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "408093", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AISI", + "referencedStandardID" : "1001", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "43501996-98", + "key" : "manufacturerPartId" + }, { + "value" : "NO-131978078535616439777638", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "partTypeInformation" : { + "manufacturerPartId" : "43501996-98", + "customerPartId" : "43501996-98", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Dashboard", + "nameAtCustomer" : "Dashboard" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "partTypeInformation" : { + "ownerPartId" : "43501996-98", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Dashboard", + "partClassification" : [ { + "value" : "Dashboard", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Dashboard" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ed5eadb7-0ae7-4fcc-9463-b6521be631dc", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "223934", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "1268", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "77795937-13", + "key" : "manufacturerPartId" + }, { + "value" : "NO-669032114632615288919023", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "partTypeInformation" : { + "manufacturerPartId" : "77795937-13", + "customerPartId" : "77795937-13", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Steering wheel", + "nameAtCustomer" : "Steering wheel" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "partTypeInformation" : { + "ownerPartId" : "77795937-13", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Steering wheel", + "partClassification" : [ { + "value" : "Steering wheel", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Steering wheel" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:99f8880e-0925-47a8-abde-75fb2e07337a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "838606", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "1139", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "20125432-59", + "key" : "manufacturerPartId" + }, { + "value" : "NO-285471949284935640933709", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "partTypeInformation" : { + "manufacturerPartId" : "20125432-59", + "customerPartId" : "20125432-59", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator left", + "nameAtCustomer" : "Indicator left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "partTypeInformation" : { + "ownerPartId" : "20125432-59", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Indicator left", + "partClassification" : [ { + "value" : "Indicator left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator left" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:84810a02-6478-481d-aebf-647268c2ff0e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "699453", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4108", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "19073706-76", + "key" : "manufacturerPartId" + }, { + "value" : "NO-330957184442058171647578", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "partTypeInformation" : { + "manufacturerPartId" : "19073706-76", + "customerPartId" : "19073706-76", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Indicator right", + "nameAtCustomer" : "Indicator right" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "partTypeInformation" : { + "ownerPartId" : "19073706-76", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Indicator right", + "partClassification" : [ { + "value" : "Indicator right", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Indicator right" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7b132c7a-0766-4875-9aa5-95b36441027b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "236482", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5981", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "45415162-57", + "key" : "manufacturerPartId" + }, { + "value" : "NO-822796740548188148943670", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "partTypeInformation" : { + "manufacturerPartId" : "45415162-57", + "customerPartId" : "45415162-57", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Led headlight", + "nameAtCustomer" : "Led headlight" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "partTypeInformation" : { + "ownerPartId" : "45415162-57", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Led headlight", + "partClassification" : [ { + "value" : "Led headlight", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Led headlight" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:816d3ae0-a616-4754-bbb3-542fc70712f3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "131404", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "3300", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "78141846-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-771564318302097683905104", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "partTypeInformation" : { + "manufacturerPartId" : "78141846-87", + "customerPartId" : "78141846-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Starter motor", + "nameAtCustomer" : "Starter motor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "partTypeInformation" : { + "ownerPartId" : "78141846-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Starter motor", + "partClassification" : [ { + "value" : "Starter motor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Starter motor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:85f21a6c-5ba2-440d-88d9-f81a319dcafe", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "460640", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "2681", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "81324139-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-239260272543321279088898", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000000815DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "partTypeInformation" : { + "manufacturerPartId" : "81324139-23", + "customerPartId" : "81324139-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Alternator", + "nameAtCustomer" : "Alternator" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "partTypeInformation" : { + "ownerPartId" : "81324139-23", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Alternator", + "partClassification" : [ { + "value" : "Alternator", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Alternator" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:29b5b716-f29b-4c37-91f9-b0344212122f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "125824", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2923", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "57929013-09", + "key" : "manufacturerPartId" + }, { + "value" : "NO-306396512245970743345151", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "partTypeInformation" : { + "manufacturerPartId" : "57929013-09", + "customerPartId" : "57929013-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "AC compressor", + "nameAtCustomer" : "Air conditioning compressor" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "partTypeInformation" : { + "ownerPartId" : "57929013-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Air conditioning compressor", + "partClassification" : [ { + "value" : "Air conditioning compressor", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Air conditioning compressor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:702862bc-42af-4301-92de-ae7f93f69f1e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "969328", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "4926", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "61184040-23", + "key" : "manufacturerPartId" + }, { + "value" : "NO-895054980590632690004187", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "partTypeInformation" : { + "manufacturerPartId" : "61184040-23", + "customerPartId" : "61184040-23", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight rear", + "nameAtCustomer" : "Taillight rear" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "partTypeInformation" : { + "ownerPartId" : "61184040-23", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Taillight rear", + "partClassification" : [ { + "value" : "Taillight rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:ec941d14-7c9c-4322-a8ff-aa2050b676a0", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "213237", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8871", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "78744126-74", + "key" : "manufacturerPartId" + }, { + "value" : "NO-620547476734310789610821", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS1234567890ZZ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "partTypeInformation" : { + "manufacturerPartId" : "78744126-74", + "customerPartId" : "78744126-74", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Taillight front", + "nameAtCustomer" : "Taillight front" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "partTypeInformation" : { + "ownerPartId" : "78744126-74", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Taillight front", + "partClassification" : [ { + "value" : "Taillight front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Taillight front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8ccb9f63-0b18-4b8a-8dd1-ba284fac9078", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "348657", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7617", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "12093297-03", + "key" : "manufacturerPartId" + }, { + "value" : "NO-600852313453046969357341", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "partTypeInformation" : { + "manufacturerPartId" : "12093297-03", + "customerPartId" : "12093297-03", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part front", + "nameAtCustomer" : "Axle part front" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "partTypeInformation" : { + "ownerPartId" : "12093297-03", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part front", + "partClassification" : [ { + "value" : "Axle part front", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part front" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b4075225-1f8e-48df-a702-11a4886fab9e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "584409", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "3210", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "88111709-49", + "key" : "manufacturerPartId" + }, { + "value" : "NO-552693740323920547409688", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "partTypeInformation" : { + "manufacturerPartId" : "88111709-49", + "customerPartId" : "88111709-49", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Axle part rear", + "nameAtCustomer" : "Axle part rear" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "partTypeInformation" : { + "ownerPartId" : "88111709-49", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Axle part rear", + "partClassification" : [ { + "value" : "Axle part rear", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Axle part rear" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:23ae9d62-5777-4158-b23b-d614486cb24a", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "676051", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "5707", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "00871379-44", + "key" : "manufacturerPartId" + }, { + "value" : "NO-647814508944148501691202", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "partTypeInformation" : { + "manufacturerPartId" : "00871379-44", + "customerPartId" : "00871379-44", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Chassis", + "nameAtCustomer" : "Chassis" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "partTypeInformation" : { + "ownerPartId" : "00871379-44", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Chassis", + "partClassification" : [ { + "value" : "Chassis", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Chassis" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:dd235927-b616-46d6-8576-b201022e40c9", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "26618", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "8901", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "08901347-87", + "key" : "manufacturerPartId" + }, { + "value" : "NO-248823758665297496645777", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "partTypeInformation" : { + "manufacturerPartId" : "08901347-87", + "customerPartId" : "08901347-87", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Rims", + "nameAtCustomer" : "Rims" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "partTypeInformation" : { + "ownerPartId" : "08901347-87", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Rims", + "partClassification" : [ { + "value" : "Rims", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Rims" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fa304506-6c78-4e33-9dec-35063ea62b56", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "911188", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "3536", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "45863316-60", + "key" : "manufacturerPartId" + }, { + "value" : "NO-648856597195950857904627", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "partTypeInformation" : { + "manufacturerPartId" : "45863316-60", + "customerPartId" : "45863316-60", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Tires", + "nameAtCustomer" : "Tires" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "partTypeInformation" : { + "ownerPartId" : "45863316-60", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Tires", + "partClassification" : [ { + "value" : "Tires", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Tires" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9687cdab-5f35-4afe-8828-d41ab0cfa6e1", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Carbon Steel", + "recycledContent" : 57, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 72.843 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + }, { + "materialName" : "Oil", + "recycledContent" : 1, + "materialClass" : "9.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 6.9 + }, + "aggregateState" : "liquid", + "materialAbbreviation" : "SAE40" + }, { + "materialName" : "Copper", + "recycledContent" : 43, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "childItems" : [ { + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "quantity" : { + "quantityNumber" : 0.2014, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "quantity" : { + "quantityNumber" : 0.2341, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AZQP", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "bpnl" : "BPNL00000003B2OM", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "836732", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "8877", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B2OM", + "key" : "manufacturerId" + }, { + "value" : "42555H1-52", + "key" : "manufacturerPartId" + }, { + "value" : "NO-969650964344996854382343", + "key" : "partInstanceId" + }, { + "value" : "Company 2", + "key" : "company" + }, { + "value" : "Brand 2", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B2OM", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "partTypeInformation" : { + "manufacturerPartId" : "42555H1-52", + "customerPartId" : "42555H1-52", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Transmission", + "nameAtCustomer" : "Transmission" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "manufacturerId" : "BPNL00000003B2OM", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b4e5ec3-51bb-4ced-b0ab-b26c13b4bbf2", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:229a00f0-5b01-4e8b-9d7a-95ae3e94aace", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a9148af8-298a-40cf-8fb9-72e7f9d88edd", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "partTypeInformation" : { + "ownerPartId" : "42555H1-52", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "Transmission", + "partClassification" : [ { + "value" : "Transmission", + "key" : "BPNL00000003B2OM:PartFamily" + } ], + "nameAtOwner" : "Transmission" + } + } ], + "urn:samm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { + "productSpecificParameters" : { + "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], + "driveType" : "combustion engine", + "oilType" : "Lifeguard Hybrid 2", + "spreading" : 6.79, + "torque" : 500, + "power" : 300, + "standardGearRatio" : { + "gear" : "1", + "ratio" : 4.1567 + }, + "oilCapacity" : 8.9, + "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], + "speedResistance" : { + "speed" : 7800, + "gear" : "1" + } + }, + "instructions" : { + "packagingInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "transportationInstructions" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "dismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "vehicleDismantlingProcedure" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "safetyMeasures" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ] + }, + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-969650964344996854382343", + "key" : "PartInstanceID" + } ], + "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", + "manufacturerId" : "BPNL00000003B2OM" + }, + "sparePartSupplier" : [ { + "supplierId" : "BPNL1234567890ZZ", + "supplierContact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "sparePartName" : "torque converter" + } ], + "stateOfHealth" : { + "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], + "remanufacturing" : { + "productStatusValue" : "first life", + "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" + }, + "expectedLifespan" : 500000 + }, + "generalInformation" : { + "additionalInformation" : "JxkyvRnL", + "physicalDimensionsProperty" : { + "diameter" : 0.03, + "width" : 1000, + "length" : 20000.1, + "weight" : 100.7, + "height" : 0.1 + }, + "warrantyPeriod" : 60, + "productDescription" : "manual transmission", + "productType" : "8HP60MH" + }, + "sustainability" : { + "carbonFootprint" : { + "productOrSectorSpecificRules" : [ { + "otherOperatorName" : "NSF", + "ruleNames" : [ "ABC 2021" ], + "operator" : "PEF" + } ], + "crossSectoralStandardsUsed" : [ { + "crossSectoralStandard" : "GHG Protocol Product standard" + } ], + "co2FootprintTotal" : -1.7976931348623157E308 + }, + "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], + "responsibleSourcingDocument" : [ { + "documentLink" : "https://www.xxx.pdf", + "documentTitle" : "Title A" + } ], + "recyclateContent" : { + "nickel" : -1.7976931348623157E308, + "lithium" : -1.7976931348623157E308, + "cobalt" : -1.7976931348623157E308, + "otherSubstance" : [ { + "substanceName" : "Lead", + "substancePercentage" : 8 + } ] + }, + "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "customers" : [ { + "businessPartner" : "BPNL00000003B2OM", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 61, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 69, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "417316", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "7728", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "partTypeInformation" : { + "manufacturerPartId" : "NY-00", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:77270139-0c55-454e-9e22-3e117e2a2a5b", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "childItems" : [ { + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "918525", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "4830", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "28560P2-12", + "key" : "manufacturerPartId" + }, { + "value" : "NO-067369307894106711566433", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "partTypeInformation" : { + "manufacturerPartId" : "28560P2-12", + "customerPartId" : "28560P2-12", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f409347a-97a4-41b8-a0c5-e461fce6ab20", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "partTypeInformation" : { + "ownerPartId" : "28560P2-12", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "NTIER Product", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 55, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 60 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + }, { + "materialName" : "Other", + "recycledContent" : 2, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 40 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "457148", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "2088", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "partTypeInformation" : { + "manufacturerPartId" : "IB-48", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:9be6c416-f04d-4059-95e7-9f9c9a19c26a", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:197a5f75-7b59-4b14-85d5-d9639c6ba714", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "weight" : "0.2341", + "materialAbbreviation" : "GL338" + } ] + } ], + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "179318", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5658", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "partTypeInformation" : { + "manufacturerPartId" : "BJ-61", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:834ea129-008e-4d07-a62c-d9b962e9045b", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:d50b5ef1-aaa9-40fc-848e-9547e8cbe5cc", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Glue", + "recycledContent" : 17, + "materialClass" : "6.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.3301 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GL338" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "childItems" : [ { + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "quantity" : { + "quantityNumber" : 0.3301, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B3NX", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "quantity" : { + "quantityNumber" : 0.2001, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "bpnl" : "BPNL00000003B5MJ", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "549588", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "5925", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B5MJ", + "key" : "manufacturerId" + }, { + "value" : "64019Q7-00", + "key" : "manufacturerPartId" + }, { + "value" : "NO-826773693399477683890623", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B5MJ", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "partTypeInformation" : { + "manufacturerPartId" : "64019Q7-00", + "customerPartId" : "64019Q7-00", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ECU", + "nameAtCustomer" : "ECU" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "manufacturerId" : "BPNL00000003B5MJ", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:be280555-de15-4b87-9b91-94684e83e0c9", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f78b0e12-91d7-43c1-ac31-fc5fa8057e24", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:99552ffe-2354-4627-9275-fab0debcd9da", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "partTypeInformation" : { + "ownerPartId" : "64019Q7-00", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ECU", + "partClassification" : [ { + "value" : "ECU", + "key" : "BPNL00000003B5MJ:PartFamily" + } ], + "nameAtOwner" : "ECU" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "customers" : [ { + "businessPartner" : "BPNL00000003B5MJ", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Glue", + "materialClass" : "5.5", + "component" : [ { + "materialName" : "Aluminium oxide", + "recycledContent" : 66, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "AL7" + }, { + "materialName" : "Other", + "recycledContent" : 77, + "materialClass" : "5.5.2", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "" + } ] + } ], + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "bpnl" : "BPNL00000003AXS3", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "798954", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "9906", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "manufacturerId" : "BPNL00000003AXS3", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AXS3", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003AXS3", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "partTypeInformation" : { + "manufacturerPartId" : "TQ-65", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Mirror left" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003AXS3:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:777acf38-36c7-4d7d-8a4b-48ed56263075", + "customers" : [ { + "businessPartner" : "BPNL00000003AXS3", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "childItems" : [ { + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "quantity" : { + "quantityNumber" : 0.1908, + "measurementUnit" : "unit:kilogram" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "bpnl" : "BPNL00000003B3NX", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "324779", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "EN", + "referencedStandardID" : "8959", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B3NX", + "key" : "manufacturerId" + }, { + "value" : "81438W4-69", + "key" : "manufacturerPartId" + }, { + "value" : "NO-995949081304639517654037", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003CSGV", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "partTypeInformation" : { + "manufacturerPartId" : "81438W4-69", + "customerPartId" : "81438W4-69", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Sensor", + "nameAtCustomer" : "Sensor" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "manufacturerId" : "BPNL00000003B3NX", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fe8e1f2b-6448-41ac-9ade-d6586fc28853", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "partTypeInformation" : { + "ownerPartId" : "81438W4-69", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "Sensor", + "partClassification" : [ { + "value" : "Sensor", + "key" : "BPNL00000003B3NX:PartFamily" + } ], + "nameAtOwner" : "Sensor" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "customers" : [ { + "businessPartner" : "BPNL00000003B3NX", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 31, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 35, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "368264", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "3966", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.batch:3.0.0#Batch" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "batchId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "HUR", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "partTypeInformation" : { + "manufacturerPartId" : "CW-13", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "partTypeInformation" : { + "ownerPartId" : "", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "", + "partClassification" : [ { + "value" : "", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:44edb71f-e32a-40fe-b19c-57e4f2594a3b", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:85e2cfde-1f43-460e-a8e0-765c86792ad2", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "materialName" : "Engineering Plastics", + "materialClass" : "5.1", + "component" : [ { + "materialName" : "PA66", + "recycledContent" : 4, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 70 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "PA66" + }, { + "materialName" : "GF-Faser", + "recycledContent" : 53, + "materialClass" : "5.1", + "quantity" : { + "unit" : "unit:percent", + "value" : 30 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "GF30" + } ] + } ], + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "bpnl" : "BPNL00000003B0Q0", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "627552", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "2856", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003B0Q0", + "key" : "manufacturerId" + }, { + "value" : "46106B9-16", + "key" : "manufacturerPartId" + }, { + "value" : "NO-016852990645172955032259", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS00000003B0Q0", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "partTypeInformation" : { + "manufacturerPartId" : "46106B9-16", + "customerPartId" : "46106B9-16", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Engineering Plastics", + "nameAtCustomer" : "Engineering Plastics" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "manufacturerId" : "BPNL00000003B0Q0", + "childItems" : [ ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "partTypeInformation" : { + "ownerPartId" : "46106B9-16", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "Engineering Plastics", + "partClassification" : [ { + "value" : "Engineering Plastics", + "key" : "BPNL00000003B0Q0:PartFamily" + } ], + "nameAtOwner" : "Engineering Plastics" + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0654aedc-2549-4a3b-8c19-9b85b88f49f1", + "customers" : [ { + "businessPartner" : "BPNL00000003B0Q0", + "parentItems" : [ { + "catenaXId" : "urn:uuid:afa9f3c4-ca4f-4fb6-9a60-e1f5fb4ffc48", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "38049661-08", + "key" : "manufacturerPartId" + }, { + "value" : "NO-191917430528725375106893", + "key" : "partInstanceId" + }, { + "value" : "Company 1", + "key" : "company" + }, { + "value" : "Brand 1", + "key" : "brand" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "partTypeInformation" : { + "manufacturerPartId" : "38049661-08", + "customerPartId" : "38049661-08", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { + "incoterms" : "DAP (Delivered at Place)", + "image" : { + "name" : "eOMtThyhVNLWUZNRcBaQKxI", + "location" : "telnet://192.0.2.16:80/" + }, + "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", + "quantity" : 50, + "mechanicalDamage" : true, + "unitOfMeasure" : "each", + "bundleOffer" : false, + "availabilityDate" : "2022-03-11", + "corroded" : true, + "pickupLocation" : { + "latitude" : 48.137154, + "longitude" : -117.28333 + }, + "burned" : true, + "condition" : "New", + "attachment" : [ { + "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", + "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" + } ], + "discolored" : true, + "price" : { + "currency" : "EUR", + "value" : 250 + }, + "missingParts" : true, + "dismantled" : true, + "marketplaceProduct" : { + "manufacturerPartNumber" : "38049661-08", + "technicalSpecification" : [ { + "technicalValue" : "RYtGKbgicZaHCBRQDSx", + "key" : "JxkyvRnL" + } ], + "productLink" : "https://123", + "oeNumber" : "NO-191917430528725375106893", + "category" : { + "subCategory" : [ "Battery" ], + "mainCategory" : [ "Audio, video, navigation" ] + }, + "originalManufacturer" : "Company 1", + "brand" : "Brand 1", + "productDescription" : "Battery" + }, + "sku" : "1002090, xYz.09, ABcXYZ", + "mileage" : 120000.06 + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a272da79-26d7-4fbc-95d6-d45867b72487", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2c70eb5d-d1db-46d7-a5a4-968e4632e40c", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:926f4443-f04a-4ba2-93dd-a5f7db4b9ec1", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ae74877d-3423-484c-b431-71cc85145850", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d2dbda1c-1a8e-4a44-9cf3-b9ddde82d89e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c7412f24-fd1f-49d5-8492-376df636a0b3", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:befab831-7855-4c24-a69d-82db4902c5ac", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:27ca6efa-3f00-41f9-9f47-51c8f244c473", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cc88364a-4358-4b85-a61d-2b45391348ae", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "38049661-08", + "manufacturerPartId" : "38049661-08" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a Battery", + "class" : { + "code" : "27-05-02-91", + "definition" : "Traction battery, starter battery (parts)" + }, + "nameAtManufacturer" : "Battery", + "nameAtCustomer" : "Battery" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-10-09", + "version" : 1.7, + "status" : "Expired" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 1086.0725, + "width" : 1086, + "length" : 2005, + "weight" : 661, + "height" : 318 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 19 + } + }, + "commercial" : { + "placedOnMarket" : "2022-12-19", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-191917430528725375106893", + "key" : "PartInstanceID" + } ], + "gtin" : " 27217354", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "464053879" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-01-13", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 6.3151 ] + }, + "id" : "YM2584" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "Aluminium" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 112 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003B2OM", + "manufacturer" : { + "facilityId" : "BPNL00000003B3NX", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:a8892eff-3518-4e96-979e-ae9267e30b2f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 69, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 5.4 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 42, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 11.75 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 2, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "childItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d2dbda1c-1a8e-4a44-9cf3-b9ddde82d89e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:befab831-7855-4c24-a69d-82db4902c5ac", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cc88364a-4358-4b85-a61d-2b45391348ae", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "887964", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "1783", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "partTypeInformation" : { + "ownerPartId" : "38049661-08", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "Battery", + "partClassification" : [ { + "value" : "Battery", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "Battery" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-191917430528725375106893", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "pack" + } ], + "productType" : "pack" + } ], + "urn:samm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { + "productConditions" : "at least 1990 model", + "desiredPrice" : { + "cost" : 15340, + "currency" : "EUR" + }, + "returnConditions" : "Wishes to buy", + "requestDate" : "2022-01-01", + "needsReturn" : true, + "latestReturnDate" : "2025-01-01" + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 77, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 89, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 22, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "298796", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "5373", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-225047452744455302636553", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4abdf863-5c92-4597-acc4-df683a905d42", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:c931e6e6-f903-4bd9-9fb1-198c62b74bd8", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fa3e56c6-550c-4f2a-970d-2c7cad4b962d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:52b808cd-bd9b-451a-baba-99be73c3c7dd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:70c2a674-8246-4922-ac74-5cf37d0f3df4", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:bae04eaa-ae94-4153-8708-a69bb7cf1da6", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:676d16ce-6204-4fb7-b2bb-9ba0dd87666d", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d47d5975-669c-4c11-8b27-2aadfd3ebe71", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:458090b2-a5d3-44cf-843c-70a8c2d07464", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9b9ca33c-7116-40c6-8634-12c43e84c5d8", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:50d33e5f-89b3-40b5-b1fe-3a3884174be3", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-225047452744455302636553", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2024-02-18", + "version" : 1.3, + "status" : "Approved" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6302, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2024-02-05", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-225047452744455302636553", + "key" : "PartInstanceID" + } ], + "gtin" : " 14780081", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "409566483" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "SubstanceOfConcern", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2024-02-26", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 1.9548 ] + }, + "id" : "SS5922" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Others" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 101 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AXS3", + "manufacturer" : { + "facilityId" : "BPNL00000003AYRE", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-03-06", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-12", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "725804", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "2851", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-053023736599742615848117", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:54182658-d04f-465b-8f01-a728b833239e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-053023736599742615848117", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:fba6d959-ded0-4335-b0ca-ffaea5daf6ee", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-03-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-18", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "816796", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "1874", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-732864797332146475523520", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:59835551-c523-48bf-b101-a46ac58c71af", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-732864797332146475523520", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c2bcddc3-a4fa-4de1-899c-78a710197a26", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-05-03", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-23", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "544648", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8094", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-319097498421815324263900", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:44f7751a-913f-440f-ac80-fb65c2995962", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-319097498421815324263900", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:0bcfb2b0-31e1-466e-8fa2-58b1ce2b98a8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-01-14", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "858159", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8825", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-640293564015841806077713", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:af32bd0f-dfc8-4288-842c-0f271e7897a2", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-640293564015841806077713", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d91811b9-14ef-4ddc-92fb-5ab7c0d4da3f", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-01-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-13", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "487026", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 9 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6119", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-407255088704313260876574", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ca42c12d-0261-411f-ac01-f5470fdf6dcc", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-407255088704313260876574", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:553b860d-7fce-4c3b-8323-0205ff5cd70b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-12-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-14", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "377925", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "3125", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-005247654431541669301900", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4e658c29-5d6c-450c-8e38-22b1e7865515", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-005247654431541669301900", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:622dbe19-5d89-46e5-91a1-6db7e3062355", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2022-04-08", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-09", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "899144", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "4990", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-780079092640291814128113", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ac6e4d6e-7747-4276-b180-de7de0434af9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-780079092640291814128113", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:8349d1a6-19c5-4a3c-83d1-86673f06b234", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-06-19", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-13", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "235877", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-498860958581428795638850", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:508524ec-32c0-44e1-a888-5792e65b603e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-498860958581428795638850", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:7014b9be-57d6-4976-aa9a-6cacf0cb810b", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2017-08-04", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-20", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "641749", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "7206", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-439183532206865037256516", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:135aad36-9dcc-4371-80aa-dd154f43b993", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-439183532206865037256516", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:6fbdb611-7208-4306-a7aa-94d3dd3a8fbd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-02-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "395682", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 21 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN EN", + "referencedStandardID" : "9300", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-677437679047578781943212", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:634cd7dd-9090-468e-9e91-cc286eccb9e1", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-677437679047578781943212", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:70663164-82b8-44a4-bfc3-e4117970c4f3", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:44dd31f4-eaea-4051-81cf-6eefdfd41615", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 43, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 11, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 12, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "childItems" : [ { + "catenaXId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "174324", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "3450", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-501018305274784241602073", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:7005e9ff-95c3-4bd2-8bfd-66ab8fbc303b", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:1fc83fab-e165-483b-8eb4-3f034acad3b5", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d3f3cf42-a96e-4d3c-8d03-7d066ea0036b", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ea6af487-5e6c-4f3f-843d-61f43eaea0c3", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fae704ff-3e17-44b9-bdee-193c432cf0f3", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fdd6c61a-0001-4800-8abb-1be0a38c170c", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:2ea28c34-ca0e-4f63-ad60-55e245621623", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:598c43f3-72c8-4951-906a-a3798416e804", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:703769af-1d9a-4acc-a985-30ef7290e07a", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:030202dc-0537-4956-bcfb-f7418398730c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a6e0d698-113b-49d9-a766-e3f0c60b9c3e", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:752a5318-a0c1-42c6-b2ee-05b355f8f9e6", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-501018305274784241602073", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-09-10", + "version" : 2.5, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.682, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 17 + } + }, + "commercial" : { + "placedOnMarket" : "2020-01-27", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-501018305274784241602073", + "key" : "PartInstanceID" + } ], + "gtin" : " 94170391", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "717119110" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-11-17", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : true, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 8.5621 ] + }, + "id" : "JU8706" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : false, + "renewable" : false, + "percentage" : 5, + "name" : "UV Varnish" + } ], + "critical" : [ "Graphite" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 113 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B2OM", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2019-08-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-06", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "68136", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "4731", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-713498680690089344875157", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:db2e23a7-d8ef-4bb6-9711-b63286662691", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-713498680690089344875157", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:2b475733-8f83-4bf5-bae6-30c67f2c474d", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-12-02", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "489279", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "8875", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-754901179164912952471287", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:1004fb48-3648-4f61-bc67-dd0112550aaf", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-754901179164912952471287", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:847a61e9-f11a-4409-a081-e01113b0be07", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2018-12-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-26", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "659447", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "2372", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-212384038764272037807021", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ac4d19b7-72da-4a03-a860-98bcdb1bf69d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-212384038764272037807021", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:34b3e5cf-98fe-43af-9441-41f59de12e67", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-07-23", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-25", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "474433", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 19 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "6538", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-281978893666347349939292", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f1e4467c-8639-4f9c-a119-7cd31e41d021", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-281978893666347349939292", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:d55d34ad-8de4-4e72-9b0d-8f4d43768b94", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-05-16", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "681473", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 18 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "IS", + "referencedStandardID" : "6801", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-197282769557955963065227", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:e30d0e57-17ac-442f-8793-874349153f9a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-197282769557955963065227", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:29f9cc73-a4f9-4eb9-afaa-93b51e3776f8", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2016-02-22", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "614739", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2371", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-513627497057751447854533", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:8efa5dca-68db-4de1-979a-59cad63e1c6d", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-513627497057751447854533", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c66b3a31-5a61-4471-b05b-6919a3057111", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2014-07-25", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-15", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "970142", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 15 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JIS", + "referencedStandardID" : "2928", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-222036500728807004532007", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:6a68c0ef-5bcd-4851-8be8-9c7594c4d226", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-222036500728807004532007", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c7447a9c-d843-43af-803d-ee2b091f0296", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-04-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-07", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "577396", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:centigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "JASO", + "referencedStandardID" : "5747", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-867497373255801160984990", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:9302bb26-ce53-4b0f-8d74-2ef39075b3ef", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-867497373255801160984990", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e6705ef0-dc3d-46cd-b758-60ec50b3ec9e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2015-11-29", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "228999", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "3.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "2870", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-234433363527778995608209", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0f13f249-d965-477f-ae0a-08ab28801cf4", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-234433363527778995608209", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:bb6bf085-27fe-43c9-82eb-91aba653b8cd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-11-11", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-22", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "574946", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "1733", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-352108796706027868787571", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b5da61e9-871c-4ecc-99ba-79b0d377d985", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-352108796706027868787571", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:27d6f0a5-c3b0-4461-9e53-a4d7ffbbc792", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:b8788fa7-793c-4a49-a2bb-e4a31705319d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { + "component" : [ { + "materialName" : "Cooper", + "recycledContent" : 49, + "materialClass" : "3.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 1.2 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CO7" + }, { + "materialName" : "Polyamid6", + "recycledContent" : 34, + "materialClass" : "5.5.1", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 2.5 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "POL6" + }, { + "materialName" : "Carbon Steel", + "recycledContent" : 40, + "materialClass" : "1.1.2", + "quantity" : { + "unit" : "unit:kilogram", + "value" : 0.23 + }, + "aggregateState" : "solid", + "materialAbbreviation" : "CS2" + } ] + } ], + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "childItems" : [ { + "catenaXId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AXS3", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:8676f165-bf4c-4a55-ace1-08df65e2f835", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a1d66637-a7e1-48f6-b242-fa2217f691b6", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:a462bfe5-5071-4a30-950d-54c1f083e904", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + }, { + "catenaXId" : "urn:uuid:cb36d626-0fc9-4b0f-b322-de454d6bb41d", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003AYRE", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "90764", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 12 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Greencert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "AS", + "referencedStandardID" : "6177", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840837-48", + "key" : "manufacturerPartId" + }, { + "value" : "NO-513465712429541111831569", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000001111DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "partTypeInformation" : { + "manufacturerPartId" : "8840838-04", + "customerPartId" : "8840838-04", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0d7c9619-af62-41fe-a888-cecb4ed250cd", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c6651227-bad6-4b39-b3b0-9fef41230c3a", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:fefa38d5-0efd-4d71-a92a-eeccb72ac3b9", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4a8b5cf8-93fc-4f6e-abbd-f6df7d5492bd", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:544145c5-6553-4f7f-8450-eacb815b415a", + "itemVersion" : "02", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:b99ab465-e8b8-4686-b604-187720ac60a6", + "itemVersion" : "03", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:f38ef7b5-e5b9-43b7-9161-6c03b3543e18", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:4495b76c-88b4-4590-9533-6c8a1d09dd1f", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:85eb4b3f-dfcb-49ea-b279-3c123b8a4e77", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:8676f165-bf4c-4a55-ace1-08df65e2f835", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:405cb7cb-c22a-44aa-a129-c7395d2415b2", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a1d66637-a7e1-48f6-b242-fa2217f691b6", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:ba17dda5-76b0-462a-9941-6b8064a0b640", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:a462bfe5-5071-4a30-950d-54c1f083e904", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + }, { + "item" : [ { + "itemClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:d7535b59-cda6-4e4f-bd4d-c4702d5dcef5", + "itemVersion" : "01", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:cb36d626-0fc9-4b0f-b322-de454d6bb41d", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "partTypeInformation" : { + "ownerPartId" : "8840838-04", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "HV MODUL", + "partClassification" : [ { + "value" : "HV MODUL", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "HV MODUL" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-513465712429541111831569", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { + "serialization" : { + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU" + }, + "quantity" : { + "unit" : "unit:piece", + "value" : 1 + }, + "registration" : { + "customerPartId" : "8840838-04", + "manufacturerPartId" : "8840838-04" + } + }, + "typology" : { + "name" : "Transmission Type 8HP60", + "description" : "This is the product description of a module", + "class" : { + "code" : "27-05-02-01", + "definition" : "Traction battery, starter battery" + }, + "nameAtManufacturer" : "HV MODUL", + "nameAtCustomer" : "HV MODUL" + }, + "metadata" : { + "validityDate" : "2000-01-01", + "economicOperator" : { + "id" : "BPNL00000003AYRE", + "eori" : "DE012345678901" + }, + "issueDate" : "2023-04-14", + "version" : 1.1, + "status" : "Invalid" + }, + "characteristics" : { + "physicalDimensionsProperty" : { + "diameter" : 229.6336, + "width" : 229.6, + "length" : 471.1, + "weight" : 14.1, + "height" : 99.1 + }, + "lifespan" : { + "unit" : "unit:year", + "value" : 16 + } + }, + "commercial" : { + "placedOnMarket" : "2022-05-22", + "warranty" : 60 + }, + "identification" : { + "localIdentifiers" : [ { + "value" : "NO-513465712429541111831569", + "key" : "PartInstanceID" + } ], + "gtin" : " 30556220", + "additionalCode" : [ { + "name" : "TARIC", + "value" : "162038866" + } ] + }, + "sources" : { + "optional" : [ { + "document" : { + "header" : "Responsible sourcing report 2023", + "category" : "Sustainability", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "sustainability" + } ], + "mandatory" : { + "safetyTransportation" : { + "header" : "Shipping guidelines", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernDisassembly" : { + "header" : "Dismantling procedure of HVB Module HV MODUL", + "category" : "Compliance", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "substanceOfConcernInstruction" : { + "header" : "Laboratory test results HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "safetyPackaging" : { + "header" : "Packaging instruction for HVB Module HV MODUL", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "declarationOfConformity" : [ { + "document" : { + "header" : "Sustainability Document Material XY", + "category" : "Safety", + "type" : "catena-x.net/testdata/productpass/SN12345678", + "content" : "catena-x.net/testdata/productpass/SN12345678" + }, + "name" : "other" + } ] + } + }, + "handling" : { + "maintenanceHistory" : [ { + "date" : "2023-04-24", + "activity" : "Inspection", + "description" : "Battery test", + "title" : "Maintenance Service" + } ], + "reusablePackaging" : false, + "spareParts" : [ { + "partId" : "Aluminum Housing 952/C", + "name" : "Aluminum Housing", + "producerId" : "BPNL1234567890ZZ" + } ], + "substanceOfConcern" : [ { + "unit" : "unit:percent", + "name" : "Lead", + "location" : "HvbCell", + "concentration" : { + "left" : [ 4.767 ] + }, + "id" : "IW4785" + } ] + }, + "additionalData" : [ { + "data" : "23", + "children" : [ { + "data" : "", + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "description" : "", + "label" : "", + "type" : { + "dataType" : "xsd:string", + "typeUnit" : "" + } + } ], + "sustainability" : { + "material" : [ { + "recycled" : true, + "renewable" : false, + "percentage" : 5, + "name" : "Nickel" + } ], + "critical" : [ "Cobalt" ], + "carbonFootprint" : { + "crossSectoralStandard" : "GHG Protocol Product standard", + "productOrSectorSpecificRules" : [ { + "extWBCSD_otherOperatorName" : "NSF", + "extWBCSD_operator" : "PEF", + "productOrSectorSpecificRules" : [ { + "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" + } ] + } ], + "carbonContentTotal" : 106 + }, + "state" : "first life" + }, + "operation" : { + "importer" : "BPNL00000003AYRE", + "manufacturer" : { + "facilityId" : "BPNL00000003B3NX", + "manufacturerId" : "BPNL00000003AYRE" + } + } + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "module" + } ], + "productType" : "module" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e3af1368-4d8a-4093-a4c6-b849fc6e1e67", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-08-21", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-16", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "883160", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 14 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 16 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "5.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:gram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "DIN", + "referencedStandardID" : "2652", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-882472948282380332973098", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "05" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:0ad6dd3f-c673-40b5-a37e-72c399af9b08", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "05", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-882472948282380332973098", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:e743ec42-634b-41de-ae68-adf360f26e62", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-08-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-21", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "278409", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen2", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "9260", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 14 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-377536511860412570066760", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:da3d43ee-d2ac-4797-ba8f-fa65b29aa40e", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-377536511860412570066760", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:db58502f-bda6-4c54-8e64-11db726462b4", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2020-11-02", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-27", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "295968", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 10 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 22 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decagram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "2028", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : true, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-701547472602799656630142", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "02" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:75bf40e6-8e1b-43a1-9723-bccc9e145a5b", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "02", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-701547472602799656630142", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:41bd5849-0413-4987-96c1-c4863e181222", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-07-12", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-03", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "124613", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 20 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "4.2", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Bluecert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ASME", + "referencedStandardID" : "5294", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 11 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-198122193606342526648807", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "03" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:77247910-191b-4599-bc1f-b1dfb6234afd", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "03", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-198122193606342526648807", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:c5078f06-6db6-42d2-9456-28e42b35f238", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "childItems" : [ { + "catenaXId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2023-05-26", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-02-18", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "310629", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 11 + }, + "bioBasedClass" : "gen3", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 17 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "2.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Yellowcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "ISO", + "referencedStandardID" : "7292", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : false, + "percentageOfMaterialWeight" : 10 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 10 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-861416653605285640927773", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "04" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:765bd7f0-d494-41d8-8641-1380055afe8a", + "itemVersion" : "04", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "left", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:27c36e82-32f1-47db-8a33-a31ec208d5f3", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "04", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-861416653605285640927773", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:73fbfe6d-648c-4895-a2f2-b8842b772e36", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + }, { + "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "childItems" : [ { + "catenaXId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "hasAlternatives" : false, + "businessPartner" : "BPNL00000003B0Q0", + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ], + "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { + "minimalStateOfHealth" : { + "minimalStateOfHealthValue" : 90, + "specificatorId" : "OEM", + "minimalStateOfHealthPhase" : "as specified by OEM" + }, + "currentStateOfHealth" : [ { + "currentStateOfHealthTimestamp" : "2021-07-17", + "currentStateOfHealthPhase" : "as specified by OEM", + "currentStateOfHealthValue" : 105 + }, { + "currentStateOfHealthTimestamp" : "2024-03-05", + "currentStateOfHealthPhase" : "as recieved by dismantling", + "currentStateOfHealthValue" : 95 + } ], + "performanceIndicator" : { + "electrictiyCapacityMax" : 3117.732935335289, + "electrictiyCapacityMin" : 26212.182226034147 + }, + "type" : "HVB" + } ], + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "bpnl" : "BPNL00000003AYRE", + "urn:samm:io.catenax.secondary_material_content_verifiable:1.0.0#SecondaryMaterialContentVerifiable" : [ { + "orderNumber" : "938186", + "secondaryMaterialContent" : [ { + "bioBased" : { + "primaryBioBased" : { + "percentageOfMaterialWeight" : 13 + }, + "bioBasedClass" : "gen1", + "secondaryBioBased" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "additionalInformation" : "eOMtThyhVNLWUZNRcBaQKxI", + "materialClass" : "1.1", + "unitOfMeasure" : { + "unitOfMeasureKey" : "unit:decigram", + "grossMaterialInputMass" : 3500, + "materialNetMass" : 3000 + }, + "certificate" : [ { + "certificateName" : "Redcert", + "certificateLink" : "telnet://192.0.2.16:80/" + } ], + "materialNameStandardized" : { + "referencedStandard" : "GB", + "referencedStandardID" : "6877", + "materialNameStandardizedValue" : "PP-TD10" + }, + "inorganic" : { + "primaryInorganic" : { + "percentageOfMaterialWeight" : 12 + }, + "secondaryInorganic" : { + "postConsumer" : { + "isPreviousIndustryAutomotive" : false, + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 13 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "postConsumerAutomotive" : { + "chemicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + }, + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 12 + } + }, + "preConsumer" : { + "mechanicalRecycling" : { + "isMassBalanced" : true, + "percentageOfMaterialWeight" : 14 + } + } + } + } + } ] + } ], + "urn:samm:io.catenax.serial_part:3.0.0#SerialPart" : [ { + "localIdentifiers" : [ { + "value" : "BPNL00000003AYRE", + "key" : "manufacturerId" + }, { + "value" : "8840838-04", + "key" : "manufacturerPartId" + }, { + "value" : "NO-549783520636760057701443", + "key" : "partInstanceId" + } ], + "manufacturingInformation" : { + "date" : "2022-02-04T14:48:54", + "country" : "DEU", + "sites" : [ { + "catenaXsiteId" : "BPNS000004711DMY", + "function" : "production" + } ] + }, + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "partTypeInformation" : { + "manufacturerPartId" : "8840374-09", + "customerPartId" : "8840374-09", + "partClassification" : [ { + "classificationDescription" : "Standard data element types with associated classification scheme for electric components.", + "classificationStandard" : "IEC", + "classificationID" : "61360- 2:2012 " + } ], + "nameAtManufacturer" : "ZB ZELLE", + "nameAtCustomer" : "ZB ZELLE" + }, + "itemVersion" : "01" + } ], + "urn:samm:io.catenax.single_level_bom_as_specified:2.0.0#SingleLevelBomAsSpecified" : [ { + "assetId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "manufacturerId" : "BPNL00000003AYRE", + "childItems" : [ { + "item" : [ { + "itemClassification" : [ { + "value" : "Mirror left", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "itemQuantity" : { + "quantityNumber" : 2, + "measurementUnit" : "unit:litre" + }, + "ownerItemId" : "urn:uuid:a9c4698c-1568-4fad-a44c-356a30e8762c", + "itemVersion" : "05", + "itemDescription" : "The steering wheel is nice and round", + "createdOn" : "2022-02-03T14:48:54.709Z", + "itemPositioning" : "right", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "childassetId" : "urn:uuid:6ad55f6a-8654-43f2-98c1-8b2642b4c860", + "childItemCategory" : "e.g. vehicle, winter wheels, bicycle rack" + } ] + } ], + "urn:samm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { + "physicalDimensionsProperty" : { + "diameter" : 380, + "width" : 590, + "length" : 810, + "weight" : 85, + "height" : 610 + } + } ], + "urn:samm:io.catenax.part_as_specified:2.0.0#PartAsSpecified" : [ { + "validityPeriod" : { + "validFrom" : "2023-02-10T07:17:52.396Z", + "validTo" : "2023-02-10T07:17:52.396Z" + }, + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "partTypeInformation" : { + "ownerPartId" : "8840374-09", + "partVersion" : "01", + "itemCategory" : "component", + "partDescription" : "ZB ZELLE", + "partClassification" : [ { + "value" : "ZB ZELLE", + "key" : "BPNL00000003AYRE:PartFamily" + } ], + "nameAtOwner" : "ZB ZELLE" + } + } ], + "urn:samm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { + "electrochemicalProperties" : { + "ratedCapacity" : 210, + "batteryEnergy" : { + "energyRoundtripEfficiencyChange" : 67, + "maximumAllowedBatteryEnergy" : 90000, + "energyRoundtripEfficiency" : 56 + }, + "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, + "batteryVoltage" : { + "nominalVoltage" : 4.3, + "maxVoltage" : 6, + "minVoltage" : 2.04 + }, + "internalResistance" : { + "cellInternalResistance" : 45, + "packInternalResistance" : 67, + "packInternalResistanceIncrease" : 23 + }, + "capacityThresholdExhaustion" : 23, + "batteryPower" : { + "originalPowerCapability" : -1.7976931348623157E308, + "powerFade" : 23, + "originalPowerCapabilityLimits" : -1.7976931348623157E308, + "maximumAllowedBatteryPower" : -1.7976931348623157E308, + "powerCapabilityAt20Charge" : -1.7976931348623157E308, + "powerCapabilityAt80Charge" : -1.7976931348623157E308 + }, + "capacityFade" : 34 + }, + "document" : { + "responsibleSourcing" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "LlN" + } ], + "packagingInstructions" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "eOMtThyhVNLWUZNRcBaQKxI" + } ], + "transportationInstructions" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" + } ], + "vehicleDismantlingProcedure" : [ { + "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", + "title" : "JxkyvRnL" + } ], + "testReportsResults" : [ { + "fileLocation" : "telnet://192.0.2.16:80/", + "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" + } ], + "batteryDismantlingProcedure" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "RYtGKbgicZaHCBRQDSx" + } ], + "safetyMeasures" : [ { + "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", + "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" + } ], + "declarationOfConformity" : [ { + "fileLocation" : "http://www.wikipedia.org", + "title" : "dpHYZGhtgdntugzvvKAXLhM" + } ] + }, + "datePlacedOnMarket" : "2023-03-14", + "cellChemistry" : { + "anodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "anodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeCompositionOther" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "electrolyteComposition" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "recyclateContentActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "cathodeActiveMaterials" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ] + }, + "physicalDimensions" : { + "diameter" : 3, + "length" : 20000, + "width" : 1000, + "weight" : 1007, + "height" : 1 + }, + "temperatureRangeIdleState" : { + "temperatureRangeIdleStateUpperLimit" : 67, + "temperatureRangeIdleStateLowerLimit" : 67 + }, + "batteryCycleLife" : { + "cycleLifeTestCRate" : 45, + "expectedLifetime" : 456, + "cycleLifeTestDepthOfDischarge" : 23 + }, + "manufacturer" : { + "address" : { + "country" : { + "shortName" : "XB-1M" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + }, + "name" : "Company A" + }, + "warrantyPeriod" : 60, + "composition" : { + "components" : { + "componentsSupplier" : [ { + "componentsSupplierName" : "XY Corporation", + "address" : { + "country" : { + "shortName" : "" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "contact" : { + "website" : "https://www.samsung.com", + "phoneNumber" : "+49 89 1234567890", + "faxNumber" : "+49 89 0987654321", + "email" : "test.mail@example.com" + } + } ], + "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] + }, + "compositionOfBattery" : [ { + "materialName" : "Graphite", + "materialWeight" : 2.5, + "materialPercentageMassFraction" : 19 + } ], + "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" + }, + "manufacturing" : { + "address" : { + "country" : { + "shortName" : "RG-8" + }, + "premise" : { + "technicalKey" : "BUILDING", + "value" : "Werk 1" + }, + "postalDeliveryPoint" : { + "technicalKey" : "INTERURBAN_DELIVERY_POINT", + "value" : "Tor 1" + }, + "locality" : { + "technicalKey" : "BLOCK", + "value" : "Mannheim" + }, + "postCode" : { + "technicalKey" : "CEDEX", + "value" : "68161-12" + }, + "thoroughfare" : { + "number" : "45", + "technicalKey" : "STREET", + "value" : "Bernstraße" + } + }, + "dateOfManufacturing" : "2023-03-07" + }, + "batteryIdentification" : { + "batteryIDDMCCode" : "NO-549783520636760057701443", + "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", + "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" + }, + "stateOfBattery" : { + "stateOfCharge" : 23, + "stateOfHealth" : 12, + "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" + }, + "cO2FootprintTotal" : 124 + } ], + "urn:samm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "subcomponents" : [ { + "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", + "productType" : "cell" + } ], + "productType" : "cell" + } ], + "urn:samm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { + "catenaXId" : "urn:uuid:aafdd873-41a5-40d6-8edb-3a93cd7f83dd", + "customers" : [ { + "businessPartner" : "BPNL00000003AYRE", + "parentItems" : [ { + "catenaXId" : "urn:uuid:e26e1a74-8662-4a82-ba2b-9507e912476e", + "quantity" : { + "quantityNumber" : 2.5, + "measurementUnit" : "unit:litre" + }, + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ], + "createdOn" : "2022-02-03T14:48:54.709Z", + "lastModifiedOn" : "2022-02-03T14:48:54.709Z" + } ] + } ] + } + ] + +} \ No newline at end of file From 08f981d0632b4138d44f94e1f290f71e35147f16 Mon Sep 17 00:00:00 2001 From: "Krzysztof Massalski (Extern)" Date: Fri, 29 Mar 2024 15:12:35 +0100 Subject: [PATCH 3/6] feat(impl):[#488] update --- ...rsItemGraphQueryServiceSpringBootTest.java | 2 +- ...v1.6.2_AsBuilt-reduced-with-Specified.json | 124520 --------------- ...ta_v1.7.0_AsBuilt-not-accepted-policy.json | 10 +- 3 files changed, 5 insertions(+), 124527 deletions(-) delete mode 100644 local/testing/testdata/CX_Testdata_v1.6.2_AsBuilt-reduced-with-Specified.json diff --git a/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java b/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java index 582ff5902e..82ae9ff5e4 100644 --- a/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java +++ b/irs-api/src/test/java/org/eclipse/tractusx/irs/services/IrsItemGraphQueryServiceSpringBootTest.java @@ -146,7 +146,7 @@ void registerJobWithCollectAspectsShouldIncludeSubmodels() throws InvalidSchemaE // then given().ignoreException(ResponseStatusException.class) .await() - .atMost(10, TimeUnit.MINUTES) + .atMost(10, TimeUnit.SECONDS) .until(() -> getSubmodelsSize(registeredJob.getId()), greaterThan(0)); } diff --git a/local/testing/testdata/CX_Testdata_v1.6.2_AsBuilt-reduced-with-Specified.json b/local/testing/testdata/CX_Testdata_v1.6.2_AsBuilt-reduced-with-Specified.json deleted file mode 100644 index 02c859ee28..0000000000 --- a/local/testing/testdata/CX_Testdata_v1.6.2_AsBuilt-reduced-with-Specified.json +++ /dev/null @@ -1,124520 +0,0 @@ -{ - "policies": { - "ID 3.0 Trace": { - "@context": { - "odrl": "http://www.w3.org/ns/odrl/2/" - }, - "@type": "PolicyDefinitionRequestDto", - "@id": "id-3.0-trace", - "policy": { - "@type": "Policy", - "odrl:permission": [ - { - "odrl:action": "USE", - "odrl:constraint": { - "@type": "AtomicConstraint", - "odrl:or": [ - { - "@type": "Constraint", - "odrl:leftOperand": "PURPOSE", - "odrl:operator": { - "@id": "odrl:eq" - }, - "odrl:rightOperand": "ID 3.0 Trace" - } - ] - } - } - ] - } - } - }, - "https://catenax.io/schema/TestDataContainer/1.0.0" : [ { - "catenaXId" : "urn:uuid:77a75e30-9733-4f54-9cf6-43b41b8dc780", - "bpnl" : "null", - "PlainObject" : [ { - "BPN_OEM_C" : "BPNL00000003AZQP", - "BPN_OEM_A" : "BPNL00000003AYRE", - "BPN_OEM_B" : "BPNL00000003AVTH", - "BPN_IRS_TEST" : "BPNL00000003AWSS", - "BPN_N_TIER_A" : "BPNL00000003B0Q0", - "BATCH_SEALANT_1" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "BATCH_SEALANT_2" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "AUTHOR" : "T-Systems", - "BATCH_GLUE_2" : "urn:uuid:8e08eaba-cd33-49ae-bde7-2cd64e88f30b", - "BATCH_GLUE_1" : "urn:uuid:14dcdfbd-73ba-43e9-8b5c-547e19271213", - "BPN_TRACEX_A_SITE_A" : "BPNS0000000008ZZ", - "BPN_TRACEX_B" : "BPNL00000003CNKC", - "BPN_DISMANTLER" : "BPNL00000003B6LU", - "BPN_TRACEX_A" : "BPNL00000003CML1", - "BPN_TRACEX_B_SITE_A" : "BPNS00000008BDFH", - "BPN_TIER_A" : "BPNL00000003B2OM", - "BPN_TIER_C" : "BPNL00000003CSGV", - "SPT_MPO_LINK" : "urn:uuid:029cff7f-2abe-4033-bece-62b55f17fbc4", - "BPN_TIER_B" : "BPNL00000003B5MJ", - "BPN_SUB_TIER_B" : "BPNL00000003AXS3", - "BPN_SUB_TIER_A" : "BPNL00000003B3NX", - "BATCH_CATHODE_1" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "BATCH_CATHODE_2" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "BPN_SUB_TIER_C" : "BPNL00000000BJTL", - "CREATION_DATE" : "2023-09-29T10:20:58.926Z", - "BATCH_POLYAMID_1" : "urn:uuid:6b54b8a3-d7e7-43ab-8e31-59e852af6a11", - "BATCH_POLYAMID_2" : "urn:uuid:943b225b-47b9-429f-a00c-e5034749220d" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Kombilimousine", - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2014-05-30", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "QH-62", - "key" : "manufacturerPartId" - }, { - "value" : "OMBMXMEHXROOFMPTW", - "key" : "partInstanceId" - }, { - "value" : "OMBMXMEHXROOFMPTW", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2020-08-19T11:21:15.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "partTypeInformation" : { - "manufacturerPartId" : "QH-62", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 48, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 31, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 53, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 31, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 1, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 86, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 66, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 17, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 39, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 7, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "childItems" : [ { - "catenaXId" : "urn:uuid:78a27700-13eb-4ccc-8095-cf35742900f9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:16a8d652-0f37-4bde-96bc-83618c3b256a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:145d41b2-d6b9-4bc6-87ef-993e32341601", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ebf46c60-7bb4-4cd2-9bf5-229a2f4e2495", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b890a234-d184-4315-be96-64d72b7c2425", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eca9d287-af07-4f69-82f0-956a53eb1661", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c4d01eb2-2b5f-403e-9b92-9460273b778c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:23f27c5a-3edb-409d-a676-0e8615396aa9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a2eeceb4-60fc-463b-8627-fa0969031294", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bea00d04-4430-464e-9eb0-ee28f0573bcc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:48953c6b-c644-4860-8ea9-e193066447d0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4cd0a7ce-5d0b-4717-8577-b2719871ee65", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:655df4b0-bb83-4512-aa8f-caff64d32b15", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b245732f-b37b-482f-9177-a8a9c56e8e1e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:741a23d3-5749-40d5-b821-6048fbd84d14", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a5659907-467f-454a-928f-31b4f00aad28", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7167ecf4-73f6-4c22-ad40-9cf0d5ee2372", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e4a153f3-a729-49d8-930c-211315da5408", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:df82b2ff-d9ea-4b63-acb6-b2d82d1de603", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f45fd8ed-b726-4ecd-8fd9-20c238d66b90", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a7aeb5e5-4350-4c3a-baf8-2f2482ef1477", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:36f4e2f7-2026-43bb-add2-3ad6f3871bce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5c08a8b4-ce61-4b2c-9df5-5df8e4e1e59b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:668d2112-0c1a-4803-8adb-efb3e038f811", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d6294cf7-9e86-4737-8aa3-e45c03a7d493", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e8e5628c-5965-4860-91c0-2bc597680b92", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:868135f9-d084-4f55-b58a-27d918bf8850", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9ea87074-6736-489b-a2fd-b696eb090fdb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:821e04e4-7aa5-4bfd-918b-db272d7c24c9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:78a27700-13eb-4ccc-8095-cf35742900f9", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:78a27700-13eb-4ccc-8095-cf35742900f9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-071493188502964558920427", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:78a27700-13eb-4ccc-8095-cf35742900f9", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:16a8d652-0f37-4bde-96bc-83618c3b256a", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:16a8d652-0f37-4bde-96bc-83618c3b256a", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-956254175694445065647100", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:16a8d652-0f37-4bde-96bc-83618c3b256a", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:16a8d652-0f37-4bde-96bc-83618c3b256a", - "childItems" : [ { - "catenaXId" : "urn:uuid:805daf66-3f24-4fa8-9b00-f940fb0b3f19", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:805daf66-3f24-4fa8-9b00-f940fb0b3f19", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:805daf66-3f24-4fa8-9b00-f940fb0b3f19", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:16a8d652-0f37-4bde-96bc-83618c3b256a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-296575121524174694791421", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:805daf66-3f24-4fa8-9b00-f940fb0b3f19", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "59144578DSQ", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:805daf66-3f24-4fa8-9b00-f940fb0b3f19", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:145d41b2-d6b9-4bc6-87ef-993e32341601", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:145d41b2-d6b9-4bc6-87ef-993e32341601", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-843705090809130641546007", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:145d41b2-d6b9-4bc6-87ef-993e32341601", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:145d41b2-d6b9-4bc6-87ef-993e32341601", - "childItems" : [ { - "catenaXId" : "urn:uuid:a0d06bda-9c15-4f15-9bfa-e84679894e6e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a0d06bda-9c15-4f15-9bfa-e84679894e6e", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a0d06bda-9c15-4f15-9bfa-e84679894e6e", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:145d41b2-d6b9-4bc6-87ef-993e32341601", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-288154996010912714669429", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a0d06bda-9c15-4f15-9bfa-e84679894e6e", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "40175433KZL", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:a0d06bda-9c15-4f15-9bfa-e84679894e6e", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:ebf46c60-7bb4-4cd2-9bf5-229a2f4e2495", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ebf46c60-7bb4-4cd2-9bf5-229a2f4e2495", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-160231980307869073364672", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ebf46c60-7bb4-4cd2-9bf5-229a2f4e2495", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:b890a234-d184-4315-be96-64d72b7c2425", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b890a234-d184-4315-be96-64d72b7c2425", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-613758399026670920867448", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b890a234-d184-4315-be96-64d72b7c2425", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:eca9d287-af07-4f69-82f0-956a53eb1661", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eca9d287-af07-4f69-82f0-956a53eb1661", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-552624264914573850134448", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eca9d287-af07-4f69-82f0-956a53eb1661", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:c4d01eb2-2b5f-403e-9b92-9460273b778c", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c4d01eb2-2b5f-403e-9b92-9460273b778c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-138570897000806171141100", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c4d01eb2-2b5f-403e-9b92-9460273b778c", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:23f27c5a-3edb-409d-a676-0e8615396aa9", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:23f27c5a-3edb-409d-a676-0e8615396aa9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-666667912673593712032293", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:23f27c5a-3edb-409d-a676-0e8615396aa9", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:a2eeceb4-60fc-463b-8627-fa0969031294", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a2eeceb4-60fc-463b-8627-fa0969031294", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-846592051809673242494804", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a2eeceb4-60fc-463b-8627-fa0969031294", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:bea00d04-4430-464e-9eb0-ee28f0573bcc", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bea00d04-4430-464e-9eb0-ee28f0573bcc", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-087422141322624363768065", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bea00d04-4430-464e-9eb0-ee28f0573bcc", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:48953c6b-c644-4860-8ea9-e193066447d0", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:48953c6b-c644-4860-8ea9-e193066447d0", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-840401257902996068058761", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:48953c6b-c644-4860-8ea9-e193066447d0", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:4cd0a7ce-5d0b-4717-8577-b2719871ee65", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4cd0a7ce-5d0b-4717-8577-b2719871ee65", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-848690869422406805419756", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4cd0a7ce-5d0b-4717-8577-b2719871ee65", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:655df4b0-bb83-4512-aa8f-caff64d32b15", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:655df4b0-bb83-4512-aa8f-caff64d32b15", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-299472332983552916080262", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:655df4b0-bb83-4512-aa8f-caff64d32b15", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:b245732f-b37b-482f-9177-a8a9c56e8e1e", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b245732f-b37b-482f-9177-a8a9c56e8e1e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-201339038118313661196402", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b245732f-b37b-482f-9177-a8a9c56e8e1e", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:741a23d3-5749-40d5-b821-6048fbd84d14", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:741a23d3-5749-40d5-b821-6048fbd84d14", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-344043698277817125728000", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:741a23d3-5749-40d5-b821-6048fbd84d14", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:a5659907-467f-454a-928f-31b4f00aad28", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a5659907-467f-454a-928f-31b4f00aad28", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-950523660015798097165577", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a5659907-467f-454a-928f-31b4f00aad28", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:7167ecf4-73f6-4c22-ad40-9cf0d5ee2372", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7167ecf4-73f6-4c22-ad40-9cf0d5ee2372", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-414336129947583110591267", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7167ecf4-73f6-4c22-ad40-9cf0d5ee2372", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:e4a153f3-a729-49d8-930c-211315da5408", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e4a153f3-a729-49d8-930c-211315da5408", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-692558266902528852501132", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e4a153f3-a729-49d8-930c-211315da5408", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:df82b2ff-d9ea-4b63-acb6-b2d82d1de603", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:df82b2ff-d9ea-4b63-acb6-b2d82d1de603", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-376952169171830255664076", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:df82b2ff-d9ea-4b63-acb6-b2d82d1de603", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:f45fd8ed-b726-4ecd-8fd9-20c238d66b90", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f45fd8ed-b726-4ecd-8fd9-20c238d66b90", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-308230110883690372789416", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f45fd8ed-b726-4ecd-8fd9-20c238d66b90", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:a7aeb5e5-4350-4c3a-baf8-2f2482ef1477", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a7aeb5e5-4350-4c3a-baf8-2f2482ef1477", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-299032407121791156463945", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a7aeb5e5-4350-4c3a-baf8-2f2482ef1477", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:36f4e2f7-2026-43bb-add2-3ad6f3871bce", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:36f4e2f7-2026-43bb-add2-3ad6f3871bce", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-964809629384365207305514", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:36f4e2f7-2026-43bb-add2-3ad6f3871bce", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:5c08a8b4-ce61-4b2c-9df5-5df8e4e1e59b", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c08a8b4-ce61-4b2c-9df5-5df8e4e1e59b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-759410314382554064184170", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5c08a8b4-ce61-4b2c-9df5-5df8e4e1e59b", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:668d2112-0c1a-4803-8adb-efb3e038f811", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:668d2112-0c1a-4803-8adb-efb3e038f811", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-002938733166083554652286", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:668d2112-0c1a-4803-8adb-efb3e038f811", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:d6294cf7-9e86-4737-8aa3-e45c03a7d493", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d6294cf7-9e86-4737-8aa3-e45c03a7d493", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-559772365248169382799303", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d6294cf7-9e86-4737-8aa3-e45c03a7d493", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:e8e5628c-5965-4860-91c0-2bc597680b92", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8e5628c-5965-4860-91c0-2bc597680b92", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-782035881412913684982928", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e8e5628c-5965-4860-91c0-2bc597680b92", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:868135f9-d084-4f55-b58a-27d918bf8850", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:868135f9-d084-4f55-b58a-27d918bf8850", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-031605385045184295720654", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:868135f9-d084-4f55-b58a-27d918bf8850", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:9ea87074-6736-489b-a2fd-b696eb090fdb", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ea87074-6736-489b-a2fd-b696eb090fdb", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-658086560974979930058942", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9ea87074-6736-489b-a2fd-b696eb090fdb", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:821e04e4-7aa5-4bfd-918b-db272d7c24c9", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:821e04e4-7aa5-4bfd-918b-db272d7c24c9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-108302127745760777742354", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:821e04e4-7aa5-4bfd-918b-db272d7c24c9", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-223043329736843650243373", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-223043329736843650243373", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 33, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 4, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 37, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "childItems" : [ { - "catenaXId" : "urn:uuid:7e4541ea-bb0f-464c-8cb3-021abccbfaf5", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e47f0639-8e20-4ae5-bd4a-6a07e2f106d9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e0390640-5d3f-4e30-bfb8-05e7e802fcb0", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7e4541ea-bb0f-464c-8cb3-021abccbfaf5", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:7e4541ea-bb0f-464c-8cb3-021abccbfaf5", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7e4541ea-bb0f-464c-8cb3-021abccbfaf5", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 30, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 19, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e47f0639-8e20-4ae5-bd4a-6a07e2f106d9", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e47f0639-8e20-4ae5-bd4a-6a07e2f106d9", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "74470K4-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-550767244022562000296953", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e47f0639-8e20-4ae5-bd4a-6a07e2f106d9", - "partTypeInformation" : { - "manufacturerPartId" : "74470K4-08", - "customerPartId" : "74470K4-08", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e47f0639-8e20-4ae5-bd4a-6a07e2f106d9", - "childItems" : [ { - "catenaXId" : "urn:uuid:f3964e8b-dd90-4748-bfeb-53f523b03052", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:f3964e8b-dd90-4748-bfeb-53f523b03052", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:f3964e8b-dd90-4748-bfeb-53f523b03052", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f3964e8b-dd90-4748-bfeb-53f523b03052", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e47f0639-8e20-4ae5-bd4a-6a07e2f106d9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 1, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 24, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e0390640-5d3f-4e30-bfb8-05e7e802fcb0", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e0390640-5d3f-4e30-bfb8-05e7e802fcb0", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e0390640-5d3f-4e30-bfb8-05e7e802fcb0", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:334cce52-1f52-4bc9-9dd1-410bbe497bbc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e0390640-5d3f-4e30-bfb8-05e7e802fcb0", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "31875V0-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-446138059619769028729575", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "partTypeInformation" : { - "manufacturerPartId" : "31875V0-13", - "customerPartId" : "31875V0-13", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 30, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "childItems" : [ { - "catenaXId" : "urn:uuid:ba78a74a-367c-4243-af47-7789d275b525", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6e0ba792-cd80-47c2-8990-e5776935285e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:566df99c-77a4-445b-87ab-6ae6f057ba3f", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ba78a74a-367c-4243-af47-7789d275b525", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ba78a74a-367c-4243-af47-7789d275b525", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ba78a74a-367c-4243-af47-7789d275b525", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 80, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 69, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6e0ba792-cd80-47c2-8990-e5776935285e", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6e0ba792-cd80-47c2-8990-e5776935285e", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "22489I4-52", - "key" : "manufacturerPartId" - }, { - "value" : "NO-102099862503474421369679", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6e0ba792-cd80-47c2-8990-e5776935285e", - "partTypeInformation" : { - "manufacturerPartId" : "22489I4-52", - "customerPartId" : "22489I4-52", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6e0ba792-cd80-47c2-8990-e5776935285e", - "childItems" : [ { - "catenaXId" : "urn:uuid:5e452e92-94f8-46bf-8b11-5ee6359f7184", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5e452e92-94f8-46bf-8b11-5ee6359f7184", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:5e452e92-94f8-46bf-8b11-5ee6359f7184", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e452e92-94f8-46bf-8b11-5ee6359f7184", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6e0ba792-cd80-47c2-8990-e5776935285e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 31, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 74, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:566df99c-77a4-445b-87ab-6ae6f057ba3f", - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:566df99c-77a4-445b-87ab-6ae6f057ba3f", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:bb3284c3-593e-4c2b-b275-2dfccee2501b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "51081N7-46", - "key" : "manufacturerPartId" - }, { - "value" : "NO-196912633280929106646475", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:566df99c-77a4-445b-87ab-6ae6f057ba3f", - "partTypeInformation" : { - "manufacturerPartId" : "51081N7-46", - "customerPartId" : "51081N7-46", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 19, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 25, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d505432-8b31-4966-9514-4b753372683f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-407140057999965409291700", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-407140057999965409291700", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 46, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 15, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 15, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-407140057999965409291700", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "38049661-08", - "manufacturerPartId" : "38049661-08" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a Battery", - "class" : { - "code" : "27-05-02-91", - "definition" : "Traction battery, starter battery (parts)" - }, - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-07-29", - "version" : 1.6, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 1183.0909, - "width" : 1183, - "length" : 2369, - "weight" : 552, - "height" : 336 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2023-03-27", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-407140057999965409291700", - "key" : "PartInstanceID" - } ], - "gtin" : " 46176218", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "169367900" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-01", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 8.4088 ] - }, - "id" : "SE9167" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Manganese" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 103 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B3NX", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "childItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-631460319865795752216886", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-631460319865795752216886", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 33, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 79, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 77, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-10-27", - "version" : 2, - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6243, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 18 - } - }, - "commercial" : { - "placedOnMarket" : "2020-11-17", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-631460319865795752216886", - "key" : "PartInstanceID" - } ], - "gtin" : " 89076493", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "601454027" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Passport", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2022-11-26", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 7.15 ] - }, - "id" : "QK8663" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Cobalt" - } ], - "critical" : [ "Nickel" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 111 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AXS3", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ca8f4933-b62e-40c1-b587-998edd5056f7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bc2095c0-fc67-4789-96a6-2d3cd6a52eb8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:717a3353-d3e0-4a50-9b02-cd6d351cc2fe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5e53acc4-9e53-47c1-bf3a-2b9b943d5fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:82b2eac2-a016-479a-812b-403361ba3ed4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:03ef68ec-225f-4a40-bbe4-b8e01d9a1556", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d128f21a-470c-4e91-86de-f7ec2fa70e98", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8615eae2-6d30-43b2-af48-2440f5f1882d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d997bd22-7d6f-4682-a834-d0c222006302", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4a81499e-217e-4db4-af6d-f4cf5460d35e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Sealant" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:800bc4a7-b1ab-4bf2-bac9-85b8a1299d26", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:ca8f4933-b62e-40c1-b587-998edd5056f7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca8f4933-b62e-40c1-b587-998edd5056f7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.single_level_bom_as_specified:1.0.0#SingleLevelBomAsSpecified": [ { - "catenaXId": "urn:uuid:ca8f4933-b62e-40c1-b587-998edd5056f7", - "childParts": [ - { - "childPartsCategory": "e.g. vehicle, winter wheels, bicycle rack", - "part": [ - { - "ownerPartId": "22782277-50", - "partVersion": "05", - "partQuantity": { - "quantityNumber": 350.0, - "measurementUnit": "kW" - }, - "partDescription": "The steering wheel is nice and round", - "partClassification": [ - { - "value": "STEEWHL", - "key": "BMW:PartFamily" - } - ], - "createdOn": "2022-02-03T14:48:54.709Z", - "lastModifiedOn": "2022-02-03T14:48:54.709Z" - } - ], - "childCatenaXId": "urn:uuid:8510540e-546f-49a7-92bf-ffec38878249" - } - ] - } ], - "urn:bamm:io.catenax.part_as_specified:2.0.0#PartAsSpecified": [ { - "partTypeInformation": { - "partClassification": [ { - "value": "STEEWHL", - "key": "BMW:PartFamily" - } ], - "ownerPartId": "22782277-50", - "partVersion": "05", - "itemCategory": "component", - "nameAtOwner": "Steering Wheel", - "partDescription": "The steering wheel is nice and round" - }, - "validityPeriod": { - "validFrom": "2023-02-10T07:17:52.396Z", - "validTo": "2023-02-10T07:17:52.396Z" - }, - "catenaXId": "urn:uuid:ca8f4933-b62e-40c1-b587-998edd5056f7" - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-524502768425295756790200", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ca8f4933-b62e-40c1-b587-998edd5056f7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-524502768425295756790200", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ca8f4933-b62e-40c1-b587-998edd5056f7", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Cathode Material" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6d5f51f6-af19-4022-8cbe-983626a4ff4e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Cathode Material", - "materialClass" : "8.1", - "component" : [ { - "materialName" : "Cobalt lithium manganese nickel oxide", - "recycledContent" : 13, - "materialClass" : "8.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 100 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "NCM" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:bc2095c0-fc67-4789-96a6-2d3cd6a52eb8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bc2095c0-fc67-4789-96a6-2d3cd6a52eb8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-165065608451789474499024", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bc2095c0-fc67-4789-96a6-2d3cd6a52eb8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-165065608451789474499024", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bc2095c0-fc67-4789-96a6-2d3cd6a52eb8", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Cathode Material" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4e407c37-e011-441c-b86d-4e86b945975a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Cathode Material", - "materialClass" : "8.1", - "component" : [ { - "materialName" : "Cobalt lithium manganese nickel oxide", - "recycledContent" : 64, - "materialClass" : "8.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 100 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "NCM" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:717a3353-d3e0-4a50-9b02-cd6d351cc2fe", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:717a3353-d3e0-4a50-9b02-cd6d351cc2fe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-376281135026227541531918", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:717a3353-d3e0-4a50-9b02-cd6d351cc2fe", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-376281135026227541531918", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:717a3353-d3e0-4a50-9b02-cd6d351cc2fe", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5e53acc4-9e53-47c1-bf3a-2b9b943d5fc1", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e53acc4-9e53-47c1-bf3a-2b9b943d5fc1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-596442995938599775575382", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5e53acc4-9e53-47c1-bf3a-2b9b943d5fc1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-596442995938599775575382", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5e53acc4-9e53-47c1-bf3a-2b9b943d5fc1", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:82b2eac2-a016-479a-812b-403361ba3ed4", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:82b2eac2-a016-479a-812b-403361ba3ed4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-114635922580184342822719", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:82b2eac2-a016-479a-812b-403361ba3ed4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-114635922580184342822719", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:82b2eac2-a016-479a-812b-403361ba3ed4", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-08-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:03ef68ec-225f-4a40-bbe4-b8e01d9a1556", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:03ef68ec-225f-4a40-bbe4-b8e01d9a1556", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-399909055744338357419600", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:03ef68ec-225f-4a40-bbe4-b8e01d9a1556", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-399909055744338357419600", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:03ef68ec-225f-4a40-bbe4-b8e01d9a1556", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d128f21a-470c-4e91-86de-f7ec2fa70e98", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d128f21a-470c-4e91-86de-f7ec2fa70e98", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-719282216894062369332078", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d128f21a-470c-4e91-86de-f7ec2fa70e98", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-719282216894062369332078", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d128f21a-470c-4e91-86de-f7ec2fa70e98", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8615eae2-6d30-43b2-af48-2440f5f1882d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8615eae2-6d30-43b2-af48-2440f5f1882d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-404590042916366363480042", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8615eae2-6d30-43b2-af48-2440f5f1882d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-404590042916366363480042", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8615eae2-6d30-43b2-af48-2440f5f1882d", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d997bd22-7d6f-4682-a834-d0c222006302", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d997bd22-7d6f-4682-a834-d0c222006302", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-750178742602879648142300", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d997bd22-7d6f-4682-a834-d0c222006302", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-750178742602879648142300", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d997bd22-7d6f-4682-a834-d0c222006302", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-12-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4a81499e-217e-4db4-af6d-f4cf5460d35e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a81499e-217e-4db4-af6d-f4cf5460d35e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:397b63ae-89d7-4131-b45a-575e840dc5c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-046567830697919769903671", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a81499e-217e-4db4-af6d-f4cf5460d35e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-046567830697919769903671", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a81499e-217e-4db4-af6d-f4cf5460d35e", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-02-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-409432997237558039047892", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-409432997237558039047892", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 60, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 50, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 55, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-09-03", - "version" : 2.4, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6875, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2023-05-02", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-409432997237558039047892", - "key" : "PartInstanceID" - } ], - "gtin" : " 55070076", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "997803920" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Compliance", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-28", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 2.6657 ] - }, - "id" : "VK5032" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Aluminium" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 106 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:18e8a869-e179-49db-8ff7-5fdb0cc7cb40", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:87e935cb-8f24-4841-9a21-0dca1504bb2f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b7e35f0-a630-4de7-9219-d88c415f4856", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f2b7288c-790f-42ed-a4d5-632943f45305", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:76920e1c-7621-46e0-9c5f-782d6faae99b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:73b09688-d4b9-48eb-baad-d06bd503580d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f420664b-46b4-4b5e-905c-eeaa8f802918", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c9a2a270-2005-44fe-b66e-4f9124b692ac", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:47f3d860-27c4-414f-909c-eb9bee5d527f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c493dac0-eb37-4027-b588-a48a77aac102", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:18e8a869-e179-49db-8ff7-5fdb0cc7cb40", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:18e8a869-e179-49db-8ff7-5fdb0cc7cb40", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-726137964076865307512438", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:18e8a869-e179-49db-8ff7-5fdb0cc7cb40", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-726137964076865307512438", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:18e8a869-e179-49db-8ff7-5fdb0cc7cb40", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-04-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:87e935cb-8f24-4841-9a21-0dca1504bb2f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:87e935cb-8f24-4841-9a21-0dca1504bb2f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-880230362257522268800955", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:87e935cb-8f24-4841-9a21-0dca1504bb2f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-880230362257522268800955", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:87e935cb-8f24-4841-9a21-0dca1504bb2f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-02-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7b7e35f0-a630-4de7-9219-d88c415f4856", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b7e35f0-a630-4de7-9219-d88c415f4856", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-359987793193244493045647", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b7e35f0-a630-4de7-9219-d88c415f4856", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-359987793193244493045647", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b7e35f0-a630-4de7-9219-d88c415f4856", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f2b7288c-790f-42ed-a4d5-632943f45305", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2b7288c-790f-42ed-a4d5-632943f45305", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-645025835360280439767670", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f2b7288c-790f-42ed-a4d5-632943f45305", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-645025835360280439767670", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f2b7288c-790f-42ed-a4d5-632943f45305", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:76920e1c-7621-46e0-9c5f-782d6faae99b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:76920e1c-7621-46e0-9c5f-782d6faae99b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-737588714366292529543291", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:76920e1c-7621-46e0-9c5f-782d6faae99b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-737588714366292529543291", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:76920e1c-7621-46e0-9c5f-782d6faae99b", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:73b09688-d4b9-48eb-baad-d06bd503580d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:73b09688-d4b9-48eb-baad-d06bd503580d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-347232196522716730229866", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:73b09688-d4b9-48eb-baad-d06bd503580d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-347232196522716730229866", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:73b09688-d4b9-48eb-baad-d06bd503580d", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f420664b-46b4-4b5e-905c-eeaa8f802918", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f420664b-46b4-4b5e-905c-eeaa8f802918", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-342216975913593507088574", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f420664b-46b4-4b5e-905c-eeaa8f802918", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-342216975913593507088574", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f420664b-46b4-4b5e-905c-eeaa8f802918", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c9a2a270-2005-44fe-b66e-4f9124b692ac", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c9a2a270-2005-44fe-b66e-4f9124b692ac", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-134306733370561948728619", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c9a2a270-2005-44fe-b66e-4f9124b692ac", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-134306733370561948728619", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c9a2a270-2005-44fe-b66e-4f9124b692ac", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-04-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:47f3d860-27c4-414f-909c-eb9bee5d527f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:47f3d860-27c4-414f-909c-eb9bee5d527f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-971360678437845520470986", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:47f3d860-27c4-414f-909c-eb9bee5d527f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-971360678437845520470986", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:47f3d860-27c4-414f-909c-eb9bee5d527f", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-07-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c493dac0-eb37-4027-b588-a48a77aac102", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c493dac0-eb37-4027-b588-a48a77aac102", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dad101a2-b874-472b-8367-35f0bdf13cef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-098867103474533400350370", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c493dac0-eb37-4027-b588-a48a77aac102", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-098867103474533400350370", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c493dac0-eb37-4027-b588-a48a77aac102", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-11-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-153804830923848195558568", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-153804830923848195558568", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 46, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 20, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 9, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-05-31", - "version" : 2.1, - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.62189999999998, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2021-08-26", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-153804830923848195558568", - "key" : "PartInstanceID" - } ], - "gtin" : " 99848262", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "231922101" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-05", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 7.6892 ] - }, - "id" : "IU6204" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Copper" - } ], - "critical" : [ "Manganese" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 102 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:60a522d7-5b7d-420a-80a3-b196afba3f18", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d5a07cc2-eeab-464f-b4bc-2776aefac9c2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3b2a4ea2-c158-47b9-86dc-4815034a4efa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9dbc8565-8eaa-433b-b618-4942a7137d56", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:53c3aa46-9dcc-45ae-bcf5-5c7ea1e6ab28", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:26c8944d-6641-4ea2-be39-f8b3c470369a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:71f11591-3394-4ca7-a7da-8fc36dd0519c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d0297eed-e5e4-4f4f-9dcd-6c18848c6358", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8442b1ca-88be-4de6-82bb-81a67b98ae96", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1c7f8ce4-273b-4e4f-99d3-6b7e27780f78", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:60a522d7-5b7d-420a-80a3-b196afba3f18", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:60a522d7-5b7d-420a-80a3-b196afba3f18", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-412997877831197341507177", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:60a522d7-5b7d-420a-80a3-b196afba3f18", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-412997877831197341507177", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:60a522d7-5b7d-420a-80a3-b196afba3f18", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-06-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d5a07cc2-eeab-464f-b4bc-2776aefac9c2", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5a07cc2-eeab-464f-b4bc-2776aefac9c2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-185855458042349784978481", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d5a07cc2-eeab-464f-b4bc-2776aefac9c2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-185855458042349784978481", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5a07cc2-eeab-464f-b4bc-2776aefac9c2", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-06-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3b2a4ea2-c158-47b9-86dc-4815034a4efa", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3b2a4ea2-c158-47b9-86dc-4815034a4efa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-552340725739837185667529", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3b2a4ea2-c158-47b9-86dc-4815034a4efa", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-552340725739837185667529", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3b2a4ea2-c158-47b9-86dc-4815034a4efa", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-07-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9dbc8565-8eaa-433b-b618-4942a7137d56", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9dbc8565-8eaa-433b-b618-4942a7137d56", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-466776468792875850052917", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9dbc8565-8eaa-433b-b618-4942a7137d56", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-466776468792875850052917", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9dbc8565-8eaa-433b-b618-4942a7137d56", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-09-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:53c3aa46-9dcc-45ae-bcf5-5c7ea1e6ab28", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:53c3aa46-9dcc-45ae-bcf5-5c7ea1e6ab28", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-666267235407304522021118", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:53c3aa46-9dcc-45ae-bcf5-5c7ea1e6ab28", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-666267235407304522021118", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:53c3aa46-9dcc-45ae-bcf5-5c7ea1e6ab28", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-03-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:26c8944d-6641-4ea2-be39-f8b3c470369a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:26c8944d-6641-4ea2-be39-f8b3c470369a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-941533910629785992353210", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:26c8944d-6641-4ea2-be39-f8b3c470369a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-941533910629785992353210", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:26c8944d-6641-4ea2-be39-f8b3c470369a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:71f11591-3394-4ca7-a7da-8fc36dd0519c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:71f11591-3394-4ca7-a7da-8fc36dd0519c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-228929244074760798319120", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:71f11591-3394-4ca7-a7da-8fc36dd0519c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-228929244074760798319120", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:71f11591-3394-4ca7-a7da-8fc36dd0519c", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d0297eed-e5e4-4f4f-9dcd-6c18848c6358", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d0297eed-e5e4-4f4f-9dcd-6c18848c6358", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-953551346036673804297148", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d0297eed-e5e4-4f4f-9dcd-6c18848c6358", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-953551346036673804297148", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d0297eed-e5e4-4f4f-9dcd-6c18848c6358", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8442b1ca-88be-4de6-82bb-81a67b98ae96", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8442b1ca-88be-4de6-82bb-81a67b98ae96", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-281091607339453798394747", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8442b1ca-88be-4de6-82bb-81a67b98ae96", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-281091607339453798394747", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8442b1ca-88be-4de6-82bb-81a67b98ae96", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-09-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1c7f8ce4-273b-4e4f-99d3-6b7e27780f78", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c7f8ce4-273b-4e4f-99d3-6b7e27780f78", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4aa5c9da-a53b-4a8a-a3b8-fb6d50e328e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-989061057060765794060866", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1c7f8ce4-273b-4e4f-99d3-6b7e27780f78", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-989061057060765794060866", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c7f8ce4-273b-4e4f-99d3-6b7e27780f78", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-746635233543271919930477", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-746635233543271919930477", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 75, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 86, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 79, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-08-21", - "version" : 1.2, - "status" : "Expired" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6643, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 19 - } - }, - "commercial" : { - "placedOnMarket" : "2022-07-14", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-746635233543271919930477", - "key" : "PartInstanceID" - } ], - "gtin" : " 99302090", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "853294242" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "SubstanceOfConcern", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-04-24", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 4.8261 ] - }, - "id" : "WP4437" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Cobalt" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 103 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AXS3", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f7817a1f-11ca-40e0-abd8-25a4c2dfb5c1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1f8f62d7-214f-45cd-8ebf-10c65aec0e56", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e8e746e9-1a2c-490a-8887-fa2c745c4730", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d006e247-d28a-425c-b135-5e41b2686c5e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6cbbc979-2131-4018-a2c7-a3524f9b2c9e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7a2857ee-cca8-4c53-9179-85f64cba99bf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f4ff2137-8f91-403a-98ae-d03279d828ea", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dee1c53a-c476-4356-ab7f-24b2a4d83b24", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0a6cdb07-774e-4598-9c5d-b763e409a922", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:57536826-9412-4605-b05f-1824ca63ec29", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Sealant" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:514118a0-d9eb-48a8-9a13-a682378023a0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - }, { - "component" : [ { - "materialName" : "Sealant", - "materialClass" : "6.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.11", - "materialAbbreviation" : "SEL3321" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:f7817a1f-11ca-40e0-abd8-25a4c2dfb5c1", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f7817a1f-11ca-40e0-abd8-25a4c2dfb5c1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-551394632391596104461139", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f7817a1f-11ca-40e0-abd8-25a4c2dfb5c1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-551394632391596104461139", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f7817a1f-11ca-40e0-abd8-25a4c2dfb5c1", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1f8f62d7-214f-45cd-8ebf-10c65aec0e56", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1f8f62d7-214f-45cd-8ebf-10c65aec0e56", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-854318422546351188025526", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1f8f62d7-214f-45cd-8ebf-10c65aec0e56", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-854318422546351188025526", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1f8f62d7-214f-45cd-8ebf-10c65aec0e56", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e8e746e9-1a2c-490a-8887-fa2c745c4730", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8e746e9-1a2c-490a-8887-fa2c745c4730", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-377043117434258926720581", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e8e746e9-1a2c-490a-8887-fa2c745c4730", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-377043117434258926720581", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8e746e9-1a2c-490a-8887-fa2c745c4730", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-05-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d006e247-d28a-425c-b135-5e41b2686c5e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d006e247-d28a-425c-b135-5e41b2686c5e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-151996518258598385941198", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d006e247-d28a-425c-b135-5e41b2686c5e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-151996518258598385941198", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d006e247-d28a-425c-b135-5e41b2686c5e", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6cbbc979-2131-4018-a2c7-a3524f9b2c9e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6cbbc979-2131-4018-a2c7-a3524f9b2c9e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-462634120051138851960430", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6cbbc979-2131-4018-a2c7-a3524f9b2c9e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-462634120051138851960430", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6cbbc979-2131-4018-a2c7-a3524f9b2c9e", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-05-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7a2857ee-cca8-4c53-9179-85f64cba99bf", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a2857ee-cca8-4c53-9179-85f64cba99bf", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-214951975426824416669873", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7a2857ee-cca8-4c53-9179-85f64cba99bf", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-214951975426824416669873", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a2857ee-cca8-4c53-9179-85f64cba99bf", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-09-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f4ff2137-8f91-403a-98ae-d03279d828ea", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f4ff2137-8f91-403a-98ae-d03279d828ea", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-619187568082844584358355", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f4ff2137-8f91-403a-98ae-d03279d828ea", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-619187568082844584358355", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f4ff2137-8f91-403a-98ae-d03279d828ea", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dee1c53a-c476-4356-ab7f-24b2a4d83b24", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dee1c53a-c476-4356-ab7f-24b2a4d83b24", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-638979519755392106927480", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dee1c53a-c476-4356-ab7f-24b2a4d83b24", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-638979519755392106927480", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dee1c53a-c476-4356-ab7f-24b2a4d83b24", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0a6cdb07-774e-4598-9c5d-b763e409a922", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0a6cdb07-774e-4598-9c5d-b763e409a922", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-891380823764035363708046", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0a6cdb07-774e-4598-9c5d-b763e409a922", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-891380823764035363708046", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0a6cdb07-774e-4598-9c5d-b763e409a922", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:57536826-9412-4605-b05f-1824ca63ec29", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:57536826-9412-4605-b05f-1824ca63ec29", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:35e09b92-b06d-4d2d-b412-d342c0315b0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-402191697052155227498974", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:57536826-9412-4605-b05f-1824ca63ec29", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-402191697052155227498974", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:57536826-9412-4605-b05f-1824ca63ec29", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-470832655454682644320103", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-470832655454682644320103", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 4, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 69, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 79, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-09-13", - "version" : 2.5, - "status" : "Expired" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6269, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 18 - } - }, - "commercial" : { - "placedOnMarket" : "2023-03-16", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-470832655454682644320103", - "key" : "PartInstanceID" - } ], - "gtin" : " 58663830", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "240238956" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-22", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 3.9593 ] - }, - "id" : "TU7044" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Steel" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 123 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5ecb3cd3-fe55-4c53-a4a2-60fef5c79318", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eeeddc84-3f30-4571-a8ed-200b6948c12b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e85e136c-966a-4d5e-9665-d71fba485ed8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ca43d7b-620e-4b03-8464-62aadf96f91e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b38663d0-68f0-4d16-a73f-ca6dbbd84780", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:aca74f12-3e7f-4b27-b0d9-4392f4740a38", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3927a152-dd87-4eae-a52c-caec50c9bdf7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ca976d7-7222-49f6-afd4-77344db82576", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8efaad10-5f1c-445f-8faf-3381c5c29608", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3970962c-e369-4559-bab7-1cbe26b0a6b6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5ecb3cd3-fe55-4c53-a4a2-60fef5c79318", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5ecb3cd3-fe55-4c53-a4a2-60fef5c79318", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-462568479765711332259688", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5ecb3cd3-fe55-4c53-a4a2-60fef5c79318", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-462568479765711332259688", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5ecb3cd3-fe55-4c53-a4a2-60fef5c79318", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:eeeddc84-3f30-4571-a8ed-200b6948c12b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eeeddc84-3f30-4571-a8ed-200b6948c12b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-943935517036589710781761", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eeeddc84-3f30-4571-a8ed-200b6948c12b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-943935517036589710781761", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:eeeddc84-3f30-4571-a8ed-200b6948c12b", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e85e136c-966a-4d5e-9665-d71fba485ed8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e85e136c-966a-4d5e-9665-d71fba485ed8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-282333356931591597979379", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e85e136c-966a-4d5e-9665-d71fba485ed8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-282333356931591597979379", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e85e136c-966a-4d5e-9665-d71fba485ed8", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7ca43d7b-620e-4b03-8464-62aadf96f91e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ca43d7b-620e-4b03-8464-62aadf96f91e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-538336242476710616209368", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ca43d7b-620e-4b03-8464-62aadf96f91e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-538336242476710616209368", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ca43d7b-620e-4b03-8464-62aadf96f91e", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-02-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b38663d0-68f0-4d16-a73f-ca6dbbd84780", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b38663d0-68f0-4d16-a73f-ca6dbbd84780", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-864510078091895214070936", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b38663d0-68f0-4d16-a73f-ca6dbbd84780", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-864510078091895214070936", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b38663d0-68f0-4d16-a73f-ca6dbbd84780", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-12-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:aca74f12-3e7f-4b27-b0d9-4392f4740a38", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aca74f12-3e7f-4b27-b0d9-4392f4740a38", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-381644896168766946852867", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:aca74f12-3e7f-4b27-b0d9-4392f4740a38", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-381644896168766946852867", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:aca74f12-3e7f-4b27-b0d9-4392f4740a38", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3927a152-dd87-4eae-a52c-caec50c9bdf7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3927a152-dd87-4eae-a52c-caec50c9bdf7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-561850148479758672609516", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3927a152-dd87-4eae-a52c-caec50c9bdf7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-561850148479758672609516", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3927a152-dd87-4eae-a52c-caec50c9bdf7", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-05-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7ca976d7-7222-49f6-afd4-77344db82576", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ca976d7-7222-49f6-afd4-77344db82576", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-078594645255533340676412", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ca976d7-7222-49f6-afd4-77344db82576", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-078594645255533340676412", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ca976d7-7222-49f6-afd4-77344db82576", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8efaad10-5f1c-445f-8faf-3381c5c29608", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8efaad10-5f1c-445f-8faf-3381c5c29608", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-844919288970361032140868", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8efaad10-5f1c-445f-8faf-3381c5c29608", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-844919288970361032140868", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8efaad10-5f1c-445f-8faf-3381c5c29608", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3970962c-e369-4559-bab7-1cbe26b0a6b6", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3970962c-e369-4559-bab7-1cbe26b0a6b6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6ebaa472-3f9d-4c80-bcaa-2cee3eaf3fb1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-358608735825775469184056", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3970962c-e369-4559-bab7-1cbe26b0a6b6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-358608735825775469184056", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3970962c-e369-4559-bab7-1cbe26b0a6b6", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4db3b19e-1152-4e4e-8b4b-63c2f4fccc5c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-520999189656487806108000", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-520999189656487806108000", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 59, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 3, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 83, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2021-01-08", - "version" : 1.4, - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.62279999999998, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2020-01-24", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-520999189656487806108000", - "key" : "PartInstanceID" - } ], - "gtin" : " 99748207", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "666191255" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Passport", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2021-01-12", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 1.0956 ] - }, - "id" : "CY1823" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Others" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 121 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b2bc89b4-8561-409b-bc97-5ad8bdb5aec0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e0e5f8da-a96e-48b7-be61-ec095e908e6d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2e5d7196-8b89-487a-b32b-dddb02dde8df", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d1b9029-6f99-4ec2-9c73-61b6fdb8c46f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:35af75da-bdfa-49ce-82a5-c6e820f8f6b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3137f97e-e491-401f-9e0a-1a228ed2e82e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8642a39c-fb2c-4f62-9e24-3084d84b8cde", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b7e53300-e7d4-4f8d-b573-d15e97d723f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a77a6b9a-8c15-46e2-aff4-64ea911473cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e8f81ac1-9567-4e46-ac6c-47f49100a70f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b2bc89b4-8561-409b-bc97-5ad8bdb5aec0", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2bc89b4-8561-409b-bc97-5ad8bdb5aec0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-037111971642316650055027", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b2bc89b4-8561-409b-bc97-5ad8bdb5aec0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-037111971642316650055027", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2bc89b4-8561-409b-bc97-5ad8bdb5aec0", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-02-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e0e5f8da-a96e-48b7-be61-ec095e908e6d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e0e5f8da-a96e-48b7-be61-ec095e908e6d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-683841659233207539734553", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e0e5f8da-a96e-48b7-be61-ec095e908e6d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-683841659233207539734553", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e0e5f8da-a96e-48b7-be61-ec095e908e6d", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2e5d7196-8b89-487a-b32b-dddb02dde8df", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e5d7196-8b89-487a-b32b-dddb02dde8df", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-860944356997240799128194", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2e5d7196-8b89-487a-b32b-dddb02dde8df", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-860944356997240799128194", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2e5d7196-8b89-487a-b32b-dddb02dde8df", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2d1b9029-6f99-4ec2-9c73-61b6fdb8c46f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d1b9029-6f99-4ec2-9c73-61b6fdb8c46f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-416499128147172927197311", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d1b9029-6f99-4ec2-9c73-61b6fdb8c46f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-416499128147172927197311", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d1b9029-6f99-4ec2-9c73-61b6fdb8c46f", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:35af75da-bdfa-49ce-82a5-c6e820f8f6b9", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:35af75da-bdfa-49ce-82a5-c6e820f8f6b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-648342552492811688611644", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:35af75da-bdfa-49ce-82a5-c6e820f8f6b9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-648342552492811688611644", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:35af75da-bdfa-49ce-82a5-c6e820f8f6b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-11-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3137f97e-e491-401f-9e0a-1a228ed2e82e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3137f97e-e491-401f-9e0a-1a228ed2e82e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-537787400788185775252149", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3137f97e-e491-401f-9e0a-1a228ed2e82e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-537787400788185775252149", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3137f97e-e491-401f-9e0a-1a228ed2e82e", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8642a39c-fb2c-4f62-9e24-3084d84b8cde", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8642a39c-fb2c-4f62-9e24-3084d84b8cde", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-104231021832633972185117", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8642a39c-fb2c-4f62-9e24-3084d84b8cde", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-104231021832633972185117", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8642a39c-fb2c-4f62-9e24-3084d84b8cde", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-06-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b7e53300-e7d4-4f8d-b573-d15e97d723f8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b7e53300-e7d4-4f8d-b573-d15e97d723f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-932653127643874343323541", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b7e53300-e7d4-4f8d-b573-d15e97d723f8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-932653127643874343323541", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b7e53300-e7d4-4f8d-b573-d15e97d723f8", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a77a6b9a-8c15-46e2-aff4-64ea911473cc", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a77a6b9a-8c15-46e2-aff4-64ea911473cc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-406434712699172778843172", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a77a6b9a-8c15-46e2-aff4-64ea911473cc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-406434712699172778843172", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a77a6b9a-8c15-46e2-aff4-64ea911473cc", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-08-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e8f81ac1-9567-4e46-ac6c-47f49100a70f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8f81ac1-9567-4e46-ac6c-47f49100a70f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:74cdf13c-a1db-4281-a4b7-ab4bb0abbcf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-990429219318363062301435", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e8f81ac1-9567-4e46-ac6c-47f49100a70f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-990429219318363062301435", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8f81ac1-9567-4e46-ac6c-47f49100a70f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-05-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Pick-up", - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - }, { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2016-01-21", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "YL-94", - "key" : "manufacturerPartId" - }, { - "value" : "OMBCNCOGXRKQRVWWZ", - "key" : "partInstanceId" - }, { - "value" : "OMBCNCOGXRKQRVWWZ", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2013-04-14T01:47:21.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "partTypeInformation" : { - "manufacturerPartId" : "YL-94", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 42, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 43, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 59, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 42, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 39, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 52, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 34, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 42, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 47, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 42, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "childItems" : [ { - "catenaXId" : "urn:uuid:64bd12b6-15bc-48e0-aaae-2f15ad62b88a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d49acdb-558f-4647-b4ec-f30716599cb2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:59260af6-ed4b-4e5f-a2b8-64d5fdcd4ce9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:476da4b6-239a-4a48-acdb-24364e6f8101", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9ef7cb4b-71d9-4cff-be2f-788dd84d0176", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:407b4498-fc96-4904-95e6-8f84e996ed7b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:878b346f-6519-40c0-9e72-604938fd8f51", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7df96f1f-4df8-433d-a77c-cbf67d38c375", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0b022483-f7b4-4dc7-a516-b77928d25ca6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7c03af8c-ee80-478e-a5e1-0c005c065a7f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:764ca789-a523-4990-82e7-c36194ad6004", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:58f42543-2c5a-42df-9e40-c85a36b70aca", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f50de3c5-8675-4d96-9b38-49743253b227", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d5f4a050-8f74-452c-8027-e34b6412cdc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3e2d7dd6-30e0-474a-9cd8-f03e5e17b174", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5080cc24-a422-4a90-9069-ae91f348ae3c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:083ea42a-b678-4833-92c0-7238aebf8caf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0d859b76-ca5e-492c-bdda-40d67a255b72", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7af5d72e-503f-41f3-b5fb-ed10950178e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:864f5a26-9a0d-4344-b41e-42c0558f1936", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eb181094-be6b-49dc-b00b-8647239a88e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:12f3a65a-b97a-4b4e-b653-0e1d53159198", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:edb5b1bc-823d-4afa-9698-1a9236b7735e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:57945ff6-3c56-4716-8623-ecb3a2dda8a4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3bb3e2cc-d376-4a07-9e84-e3b39d4c124b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:64ec096b-29a8-477e-8f52-46d62284a4c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a276e175-5bc9-4a18-877e-2ab413a2635c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:129ea270-234e-40e3-a3f4-d51c5d20d9af", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9e2ae841-d795-4ed7-8f0a-07503e50a341", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:64bd12b6-15bc-48e0-aaae-2f15ad62b88a", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:64bd12b6-15bc-48e0-aaae-2f15ad62b88a", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-405977378019160746410960", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:64bd12b6-15bc-48e0-aaae-2f15ad62b88a", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:2d49acdb-558f-4647-b4ec-f30716599cb2", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d49acdb-558f-4647-b4ec-f30716599cb2", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-216193781052734299612334", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d49acdb-558f-4647-b4ec-f30716599cb2", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d49acdb-558f-4647-b4ec-f30716599cb2", - "childItems" : [ { - "catenaXId" : "urn:uuid:7036c72c-2433-4f98-9484-9670019c6d1e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7036c72c-2433-4f98-9484-9670019c6d1e", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7036c72c-2433-4f98-9484-9670019c6d1e", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:2d49acdb-558f-4647-b4ec-f30716599cb2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-489879690131858823053058", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7036c72c-2433-4f98-9484-9670019c6d1e", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "70265121YJP", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:7036c72c-2433-4f98-9484-9670019c6d1e", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:59260af6-ed4b-4e5f-a2b8-64d5fdcd4ce9", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:59260af6-ed4b-4e5f-a2b8-64d5fdcd4ce9", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-608447113619918741907093", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:59260af6-ed4b-4e5f-a2b8-64d5fdcd4ce9", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:59260af6-ed4b-4e5f-a2b8-64d5fdcd4ce9", - "childItems" : [ { - "catenaXId" : "urn:uuid:83a66a51-3cf8-4248-bd94-9099da110b0b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:83a66a51-3cf8-4248-bd94-9099da110b0b", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:83a66a51-3cf8-4248-bd94-9099da110b0b", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:59260af6-ed4b-4e5f-a2b8-64d5fdcd4ce9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-844921235454372054401442", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:83a66a51-3cf8-4248-bd94-9099da110b0b", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "41574111HLD", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:83a66a51-3cf8-4248-bd94-9099da110b0b", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:476da4b6-239a-4a48-acdb-24364e6f8101", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:476da4b6-239a-4a48-acdb-24364e6f8101", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-319971086265044377070632", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:476da4b6-239a-4a48-acdb-24364e6f8101", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:9ef7cb4b-71d9-4cff-be2f-788dd84d0176", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ef7cb4b-71d9-4cff-be2f-788dd84d0176", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-222949317388546108859431", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9ef7cb4b-71d9-4cff-be2f-788dd84d0176", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:407b4498-fc96-4904-95e6-8f84e996ed7b", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:407b4498-fc96-4904-95e6-8f84e996ed7b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-459203821543343245115816", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:407b4498-fc96-4904-95e6-8f84e996ed7b", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:878b346f-6519-40c0-9e72-604938fd8f51", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:878b346f-6519-40c0-9e72-604938fd8f51", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-022908518678659870653863", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:878b346f-6519-40c0-9e72-604938fd8f51", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:7df96f1f-4df8-433d-a77c-cbf67d38c375", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7df96f1f-4df8-433d-a77c-cbf67d38c375", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-655081340630034132662186", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7df96f1f-4df8-433d-a77c-cbf67d38c375", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:0b022483-f7b4-4dc7-a516-b77928d25ca6", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0b022483-f7b4-4dc7-a516-b77928d25ca6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-197821456321981584133409", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0b022483-f7b4-4dc7-a516-b77928d25ca6", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:7c03af8c-ee80-478e-a5e1-0c005c065a7f", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c03af8c-ee80-478e-a5e1-0c005c065a7f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-213190663644179365520315", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7c03af8c-ee80-478e-a5e1-0c005c065a7f", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:764ca789-a523-4990-82e7-c36194ad6004", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:764ca789-a523-4990-82e7-c36194ad6004", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-197667956958893777979553", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:764ca789-a523-4990-82e7-c36194ad6004", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:58f42543-2c5a-42df-9e40-c85a36b70aca", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:58f42543-2c5a-42df-9e40-c85a36b70aca", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-491409846694633578009700", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:58f42543-2c5a-42df-9e40-c85a36b70aca", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:f50de3c5-8675-4d96-9b38-49743253b227", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f50de3c5-8675-4d96-9b38-49743253b227", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-793465139390246427342474", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f50de3c5-8675-4d96-9b38-49743253b227", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:d5f4a050-8f74-452c-8027-e34b6412cdc1", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5f4a050-8f74-452c-8027-e34b6412cdc1", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-561893470642517811628793", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d5f4a050-8f74-452c-8027-e34b6412cdc1", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:3e2d7dd6-30e0-474a-9cd8-f03e5e17b174", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e2d7dd6-30e0-474a-9cd8-f03e5e17b174", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-137853300458182804041858", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3e2d7dd6-30e0-474a-9cd8-f03e5e17b174", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:5080cc24-a422-4a90-9069-ae91f348ae3c", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5080cc24-a422-4a90-9069-ae91f348ae3c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-889273131028553760759237", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5080cc24-a422-4a90-9069-ae91f348ae3c", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:083ea42a-b678-4833-92c0-7238aebf8caf", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:083ea42a-b678-4833-92c0-7238aebf8caf", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-168023359247873586494513", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:083ea42a-b678-4833-92c0-7238aebf8caf", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:0d859b76-ca5e-492c-bdda-40d67a255b72", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d859b76-ca5e-492c-bdda-40d67a255b72", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-474002736636737482063854", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d859b76-ca5e-492c-bdda-40d67a255b72", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:7af5d72e-503f-41f3-b5fb-ed10950178e3", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7af5d72e-503f-41f3-b5fb-ed10950178e3", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-312433374565327953313586", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7af5d72e-503f-41f3-b5fb-ed10950178e3", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:864f5a26-9a0d-4344-b41e-42c0558f1936", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:864f5a26-9a0d-4344-b41e-42c0558f1936", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-768639051253980661807899", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:864f5a26-9a0d-4344-b41e-42c0558f1936", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:eb181094-be6b-49dc-b00b-8647239a88e9", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eb181094-be6b-49dc-b00b-8647239a88e9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-890760095775994397661708", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eb181094-be6b-49dc-b00b-8647239a88e9", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:12f3a65a-b97a-4b4e-b653-0e1d53159198", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:12f3a65a-b97a-4b4e-b653-0e1d53159198", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-392629333423795523078817", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:12f3a65a-b97a-4b4e-b653-0e1d53159198", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:edb5b1bc-823d-4afa-9698-1a9236b7735e", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:edb5b1bc-823d-4afa-9698-1a9236b7735e", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-373829741106551658327099", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:edb5b1bc-823d-4afa-9698-1a9236b7735e", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:57945ff6-3c56-4716-8623-ecb3a2dda8a4", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:57945ff6-3c56-4716-8623-ecb3a2dda8a4", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-475505673636419668831021", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:57945ff6-3c56-4716-8623-ecb3a2dda8a4", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:3bb3e2cc-d376-4a07-9e84-e3b39d4c124b", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3bb3e2cc-d376-4a07-9e84-e3b39d4c124b", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-771642210838607254436658", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3bb3e2cc-d376-4a07-9e84-e3b39d4c124b", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:64ec096b-29a8-477e-8f52-46d62284a4c5", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:64ec096b-29a8-477e-8f52-46d62284a4c5", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-362183802978792324949084", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:64ec096b-29a8-477e-8f52-46d62284a4c5", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:a276e175-5bc9-4a18-877e-2ab413a2635c", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a276e175-5bc9-4a18-877e-2ab413a2635c", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-740556174638531722921267", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a276e175-5bc9-4a18-877e-2ab413a2635c", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:129ea270-234e-40e3-a3f4-d51c5d20d9af", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:129ea270-234e-40e3-a3f4-d51c5d20d9af", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-676759950012570592554354", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:129ea270-234e-40e3-a3f4-d51c5d20d9af", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:9e2ae841-d795-4ed7-8f0a-07503e50a341", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e2ae841-d795-4ed7-8f0a-07503e50a341", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-900377832150546031580793", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9e2ae841-d795-4ed7-8f0a-07503e50a341", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-587540643429594480183139", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-587540643429594480183139", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 35, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 4, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 10, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "childItems" : [ { - "catenaXId" : "urn:uuid:aa42c959-a79c-4350-8ff8-3126a9e984a0", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d57a0374-45bc-4d9e-b44c-e6e75cfe84c0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:098d565e-915a-4794-a60a-d92a8391bdde", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:aa42c959-a79c-4350-8ff8-3126a9e984a0", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:aa42c959-a79c-4350-8ff8-3126a9e984a0", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:aa42c959-a79c-4350-8ff8-3126a9e984a0", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 33, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 20, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d57a0374-45bc-4d9e-b44c-e6e75cfe84c0", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d57a0374-45bc-4d9e-b44c-e6e75cfe84c0", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "08466Z6-77", - "key" : "manufacturerPartId" - }, { - "value" : "NO-097279706361722651837230", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d57a0374-45bc-4d9e-b44c-e6e75cfe84c0", - "partTypeInformation" : { - "manufacturerPartId" : "08466Z6-77", - "customerPartId" : "08466Z6-77", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d57a0374-45bc-4d9e-b44c-e6e75cfe84c0", - "childItems" : [ { - "catenaXId" : "urn:uuid:6cae0932-05e2-467d-98d0-7d580938a23e", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6cae0932-05e2-467d-98d0-7d580938a23e", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:6cae0932-05e2-467d-98d0-7d580938a23e", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6cae0932-05e2-467d-98d0-7d580938a23e", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d57a0374-45bc-4d9e-b44c-e6e75cfe84c0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 83, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 4, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:098d565e-915a-4794-a60a-d92a8391bdde", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:098d565e-915a-4794-a60a-d92a8391bdde", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:098d565e-915a-4794-a60a-d92a8391bdde", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e95f3ff2-c5e7-49a5-873b-aee2728917d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:098d565e-915a-4794-a60a-d92a8391bdde", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "33876Y3-80", - "key" : "manufacturerPartId" - }, { - "value" : "NO-079194313682507382247770", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "partTypeInformation" : { - "manufacturerPartId" : "33876Y3-80", - "customerPartId" : "33876Y3-80", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 75, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "childItems" : [ { - "catenaXId" : "urn:uuid:9a7c91ff-1253-4d94-b2d5-8ea97a11c330", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8f2ee872-a524-4ecf-88a6-9fcaaa85076b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6a54390b-c4f2-4c16-ad14-d11194e4fd5b", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9a7c91ff-1253-4d94-b2d5-8ea97a11c330", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:9a7c91ff-1253-4d94-b2d5-8ea97a11c330", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9a7c91ff-1253-4d94-b2d5-8ea97a11c330", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 69, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 73, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:8f2ee872-a524-4ecf-88a6-9fcaaa85076b", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f2ee872-a524-4ecf-88a6-9fcaaa85076b", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "12755M3-07", - "key" : "manufacturerPartId" - }, { - "value" : "NO-587656707596946420019609", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8f2ee872-a524-4ecf-88a6-9fcaaa85076b", - "partTypeInformation" : { - "manufacturerPartId" : "12755M3-07", - "customerPartId" : "12755M3-07", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8f2ee872-a524-4ecf-88a6-9fcaaa85076b", - "childItems" : [ { - "catenaXId" : "urn:uuid:3989ab2e-6e17-4090-b888-d3a2d0c55711", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:3989ab2e-6e17-4090-b888-d3a2d0c55711", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:3989ab2e-6e17-4090-b888-d3a2d0c55711", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3989ab2e-6e17-4090-b888-d3a2d0c55711", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:8f2ee872-a524-4ecf-88a6-9fcaaa85076b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 49, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 9, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6a54390b-c4f2-4c16-ad14-d11194e4fd5b", - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6a54390b-c4f2-4c16-ad14-d11194e4fd5b", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f13d12e0-0034-488e-92d8-eefe71bcdbcb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "79571Z8-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-502083730835350834294362", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6a54390b-c4f2-4c16-ad14-d11194e4fd5b", - "partTypeInformation" : { - "manufacturerPartId" : "79571Z8-74", - "customerPartId" : "79571Z8-74", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 88, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 19, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:36273d1e-5e57-4a46-a829-43dbc7597d33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-133949112533853502040058", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-133949112533853502040058", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 50, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 78, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 11, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-133949112533853502040058", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "38049661-08", - "manufacturerPartId" : "38049661-08" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a Battery", - "class" : { - "code" : "27-05-02-91", - "definition" : "Traction battery, starter battery (parts)" - }, - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-04-07", - "version" : 2.3, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 1135.0923, - "width" : 1135, - "length" : 2172, - "weight" : 679, - "height" : 295 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 18 - } - }, - "commercial" : { - "placedOnMarket" : "2020-02-10", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-133949112533853502040058", - "key" : "PartInstanceID" - } ], - "gtin" : " 42896373", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "941342599" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2022-06-30", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 2.1658 ] - }, - "id" : "XD5715" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Steel" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 106 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "childItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AVTH", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-458466618645009038318992", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-458466618645009038318992", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 72, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 77, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 9, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-08-23", - "version" : 1.7, - "status" : "Expired" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6983, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2022-10-19", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-458466618645009038318992", - "key" : "PartInstanceID" - } ], - "gtin" : " 66156329", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "141299731" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "SubstanceOfConcern", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-24", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 3.8322 ] - }, - "id" : "GX8727" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Manganese" - } ], - "critical" : [ "Graphite" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 117 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0524bdc0-8ed0-4917-a967-e3113ac87f74", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ec45c5a9-7380-4c53-9b4b-bd375af75071", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a85089c5-348b-41e4-9c8b-915fe5d20866", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c8364d30-a911-4b64-9d4b-83d56d8d6ecf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e1029264-3bac-48b9-9042-7a01f5710e62", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:afb066c2-32ac-478a-978f-2b82e909765a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2c6304cc-6b11-4ad4-986b-0fc53cc4d9b3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8a70f4f7-9ef9-4a2b-82db-3703e5458c74", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:97634ad8-8115-4d73-a658-5b6df51f5ad2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:570eee9d-5718-4ee7-8620-7260355fa293", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:0524bdc0-8ed0-4917-a967-e3113ac87f74", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0524bdc0-8ed0-4917-a967-e3113ac87f74", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-439238771898104425448305", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0524bdc0-8ed0-4917-a967-e3113ac87f74", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-439238771898104425448305", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0524bdc0-8ed0-4917-a967-e3113ac87f74", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-12-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ec45c5a9-7380-4c53-9b4b-bd375af75071", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec45c5a9-7380-4c53-9b4b-bd375af75071", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-448264205635988628438397", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ec45c5a9-7380-4c53-9b4b-bd375af75071", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-448264205635988628438397", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec45c5a9-7380-4c53-9b4b-bd375af75071", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a85089c5-348b-41e4-9c8b-915fe5d20866", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a85089c5-348b-41e4-9c8b-915fe5d20866", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-658703373257662129237056", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a85089c5-348b-41e4-9c8b-915fe5d20866", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-658703373257662129237056", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a85089c5-348b-41e4-9c8b-915fe5d20866", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c8364d30-a911-4b64-9d4b-83d56d8d6ecf", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c8364d30-a911-4b64-9d4b-83d56d8d6ecf", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-347200585949872785677884", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c8364d30-a911-4b64-9d4b-83d56d8d6ecf", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-347200585949872785677884", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c8364d30-a911-4b64-9d4b-83d56d8d6ecf", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-06-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e1029264-3bac-48b9-9042-7a01f5710e62", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e1029264-3bac-48b9-9042-7a01f5710e62", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-930480031041473774481743", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e1029264-3bac-48b9-9042-7a01f5710e62", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-930480031041473774481743", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e1029264-3bac-48b9-9042-7a01f5710e62", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:afb066c2-32ac-478a-978f-2b82e909765a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:afb066c2-32ac-478a-978f-2b82e909765a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-535183529245882955742615", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:afb066c2-32ac-478a-978f-2b82e909765a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-535183529245882955742615", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:afb066c2-32ac-478a-978f-2b82e909765a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2c6304cc-6b11-4ad4-986b-0fc53cc4d9b3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c6304cc-6b11-4ad4-986b-0fc53cc4d9b3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-861831344289218979933220", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2c6304cc-6b11-4ad4-986b-0fc53cc4d9b3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-861831344289218979933220", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c6304cc-6b11-4ad4-986b-0fc53cc4d9b3", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-10-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8a70f4f7-9ef9-4a2b-82db-3703e5458c74", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8a70f4f7-9ef9-4a2b-82db-3703e5458c74", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-672949036338292563395704", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8a70f4f7-9ef9-4a2b-82db-3703e5458c74", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-672949036338292563395704", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8a70f4f7-9ef9-4a2b-82db-3703e5458c74", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-11-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:97634ad8-8115-4d73-a658-5b6df51f5ad2", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:97634ad8-8115-4d73-a658-5b6df51f5ad2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-955916242784962736987116", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:97634ad8-8115-4d73-a658-5b6df51f5ad2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-955916242784962736987116", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:97634ad8-8115-4d73-a658-5b6df51f5ad2", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:570eee9d-5718-4ee7-8620-7260355fa293", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:570eee9d-5718-4ee7-8620-7260355fa293", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:ed72db26-b0c1-483b-9434-bce3021308e9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-423754786556363354135587", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:570eee9d-5718-4ee7-8620-7260355fa293", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-423754786556363354135587", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:570eee9d-5718-4ee7-8620-7260355fa293", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-08-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-874608216501244530734712", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-874608216501244530734712", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 18, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 56, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 37, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-06-23", - "version" : 2.1, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.62789999999998, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2022-10-28", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-874608216501244530734712", - "key" : "PartInstanceID" - } ], - "gtin" : " 74991714", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "259651866" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-04", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 8.3295 ] - }, - "id" : "JU1654" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Steel" - } ], - "critical" : [ "Nickel" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 115 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B3NX", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:09281fb2-0b7b-4519-8b3c-0d8e26361f57", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:204f3e2d-386b-4584-b32d-73372aab7f6f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:db687a0e-6fb4-4b07-a68c-5f2d5f181228", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:60ed8107-eb5d-4391-8e96-9705f6d25ce5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:81a193be-a6ef-4a49-8c5a-eeb87ee9bc7c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7c827064-6acb-4c55-a880-20f116df563c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8e29f8e8-3657-48ae-ac1b-8060dea9ff23", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6d511c50-be3f-4adf-9f43-d73ad50697c9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3fce810a-ee56-4e98-a8a3-2a0b4c55a0a8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5c5e337d-ece9-4f1e-9448-1b2f9d451e01", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:09281fb2-0b7b-4519-8b3c-0d8e26361f57", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:09281fb2-0b7b-4519-8b3c-0d8e26361f57", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-459058914219916956088729", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:09281fb2-0b7b-4519-8b3c-0d8e26361f57", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-459058914219916956088729", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:09281fb2-0b7b-4519-8b3c-0d8e26361f57", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:204f3e2d-386b-4584-b32d-73372aab7f6f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:204f3e2d-386b-4584-b32d-73372aab7f6f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-835414853622131123513891", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:204f3e2d-386b-4584-b32d-73372aab7f6f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-835414853622131123513891", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:204f3e2d-386b-4584-b32d-73372aab7f6f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:db687a0e-6fb4-4b07-a68c-5f2d5f181228", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:db687a0e-6fb4-4b07-a68c-5f2d5f181228", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-557425214765856562885479", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:db687a0e-6fb4-4b07-a68c-5f2d5f181228", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-557425214765856562885479", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:db687a0e-6fb4-4b07-a68c-5f2d5f181228", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:60ed8107-eb5d-4391-8e96-9705f6d25ce5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:60ed8107-eb5d-4391-8e96-9705f6d25ce5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-090286619512601421833533", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:60ed8107-eb5d-4391-8e96-9705f6d25ce5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-090286619512601421833533", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:60ed8107-eb5d-4391-8e96-9705f6d25ce5", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-10-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:81a193be-a6ef-4a49-8c5a-eeb87ee9bc7c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:81a193be-a6ef-4a49-8c5a-eeb87ee9bc7c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-729399241219669086786338", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:81a193be-a6ef-4a49-8c5a-eeb87ee9bc7c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-729399241219669086786338", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:81a193be-a6ef-4a49-8c5a-eeb87ee9bc7c", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7c827064-6acb-4c55-a880-20f116df563c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c827064-6acb-4c55-a880-20f116df563c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-425321416378523306472679", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7c827064-6acb-4c55-a880-20f116df563c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-425321416378523306472679", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c827064-6acb-4c55-a880-20f116df563c", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8e29f8e8-3657-48ae-ac1b-8060dea9ff23", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e29f8e8-3657-48ae-ac1b-8060dea9ff23", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-309439527831899454100774", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8e29f8e8-3657-48ae-ac1b-8060dea9ff23", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-309439527831899454100774", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8e29f8e8-3657-48ae-ac1b-8060dea9ff23", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6d511c50-be3f-4adf-9f43-d73ad50697c9", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d511c50-be3f-4adf-9f43-d73ad50697c9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-749865107819788766239898", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6d511c50-be3f-4adf-9f43-d73ad50697c9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-749865107819788766239898", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d511c50-be3f-4adf-9f43-d73ad50697c9", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3fce810a-ee56-4e98-a8a3-2a0b4c55a0a8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3fce810a-ee56-4e98-a8a3-2a0b4c55a0a8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-689112857122817161745779", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3fce810a-ee56-4e98-a8a3-2a0b4c55a0a8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-689112857122817161745779", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3fce810a-ee56-4e98-a8a3-2a0b4c55a0a8", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-02-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5c5e337d-ece9-4f1e-9448-1b2f9d451e01", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c5e337d-ece9-4f1e-9448-1b2f9d451e01", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:849f25f9-10ce-4f82-80fd-c553af45f82d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-184490597412821352464821", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5c5e337d-ece9-4f1e-9448-1b2f9d451e01", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-184490597412821352464821", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c5e337d-ece9-4f1e-9448-1b2f9d451e01", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-893311545736550569499987", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-893311545736550569499987", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 26, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 64, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 34, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-05-03", - "version" : 2.5, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6402, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2023-01-28", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-893311545736550569499987", - "key" : "PartInstanceID" - } ], - "gtin" : " 50186076", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "494585531" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Compliance", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-06-06", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 1.1529 ] - }, - "id" : "JB9097" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Cobalt" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 118 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a1becabb-1ac8-45e6-af4a-950cd2d62414", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7095c165-7493-46e1-9481-65b3de5987ca", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3f1166b1-9f16-4765-a081-a693f2e7281f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5dd578f9-bae6-4d4f-93d0-e806421f1e96", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c0ac1530-b1a5-4769-94d2-8d145a5882df", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:54ec5ae7-cd28-4906-aec6-5af0c32988ef", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a86dd53c-6c31-48e8-967f-407fa400e3a7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2d74c59f-42b4-4882-8f7d-c7c120765e9f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:17963d6e-b322-4748-903d-00a56b0f23dc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:85c18175-97c6-4a16-8687-24e8529f478f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a1becabb-1ac8-45e6-af4a-950cd2d62414", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1becabb-1ac8-45e6-af4a-950cd2d62414", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-683172518108767175659130", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a1becabb-1ac8-45e6-af4a-950cd2d62414", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-683172518108767175659130", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1becabb-1ac8-45e6-af4a-950cd2d62414", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7095c165-7493-46e1-9481-65b3de5987ca", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7095c165-7493-46e1-9481-65b3de5987ca", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-526884944085503191708541", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7095c165-7493-46e1-9481-65b3de5987ca", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-526884944085503191708541", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7095c165-7493-46e1-9481-65b3de5987ca", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-02-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3f1166b1-9f16-4765-a081-a693f2e7281f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3f1166b1-9f16-4765-a081-a693f2e7281f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-999056846452972275442894", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3f1166b1-9f16-4765-a081-a693f2e7281f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-999056846452972275442894", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3f1166b1-9f16-4765-a081-a693f2e7281f", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5dd578f9-bae6-4d4f-93d0-e806421f1e96", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5dd578f9-bae6-4d4f-93d0-e806421f1e96", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-278768240944754678373553", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5dd578f9-bae6-4d4f-93d0-e806421f1e96", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-278768240944754678373553", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5dd578f9-bae6-4d4f-93d0-e806421f1e96", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c0ac1530-b1a5-4769-94d2-8d145a5882df", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0ac1530-b1a5-4769-94d2-8d145a5882df", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-542331912849374491030843", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c0ac1530-b1a5-4769-94d2-8d145a5882df", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-542331912849374491030843", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0ac1530-b1a5-4769-94d2-8d145a5882df", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-07-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:54ec5ae7-cd28-4906-aec6-5af0c32988ef", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:54ec5ae7-cd28-4906-aec6-5af0c32988ef", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-612442765636416819415276", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:54ec5ae7-cd28-4906-aec6-5af0c32988ef", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-612442765636416819415276", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:54ec5ae7-cd28-4906-aec6-5af0c32988ef", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a86dd53c-6c31-48e8-967f-407fa400e3a7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a86dd53c-6c31-48e8-967f-407fa400e3a7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-961313505424368251339209", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a86dd53c-6c31-48e8-967f-407fa400e3a7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-961313505424368251339209", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a86dd53c-6c31-48e8-967f-407fa400e3a7", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2d74c59f-42b4-4882-8f7d-c7c120765e9f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d74c59f-42b4-4882-8f7d-c7c120765e9f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-556285530303924173160139", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2d74c59f-42b4-4882-8f7d-c7c120765e9f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-556285530303924173160139", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2d74c59f-42b4-4882-8f7d-c7c120765e9f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:17963d6e-b322-4748-903d-00a56b0f23dc", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:17963d6e-b322-4748-903d-00a56b0f23dc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-963996133316345811610256", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:17963d6e-b322-4748-903d-00a56b0f23dc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-963996133316345811610256", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:17963d6e-b322-4748-903d-00a56b0f23dc", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:85c18175-97c6-4a16-8687-24e8529f478f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:85c18175-97c6-4a16-8687-24e8529f478f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9484c2e7-818a-4a62-94bb-a7a2281be5c6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-856315552319081396459931", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:85c18175-97c6-4a16-8687-24e8529f478f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-856315552319081396459931", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:85c18175-97c6-4a16-8687-24e8529f478f", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-09-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-115261774478381331972809", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-115261774478381331972809", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 87, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 10, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 25, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-09-28", - "version" : 2.4, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6361, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 16 - } - }, - "commercial" : { - "placedOnMarket" : "2021-07-11", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-115261774478381331972809", - "key" : "PartInstanceID" - } ], - "gtin" : " 82662788", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "106686741" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-28", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 0.8826 ] - }, - "id" : "PL3005" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Polyamid" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 105 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:55ead9db-1f3d-4493-8731-7ebe68b94e16", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:61be8b41-0a49-44ec-bd3d-3cce9a13b100", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3e6e3349-ab90-4462-b3ad-471e24bb5aa3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f996a935-62e5-44f9-a409-8710c747f179", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:46d92b45-75b8-43e5-bc1d-d74094a4915a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:403edd26-f829-4955-9dc5-a0dc837b8018", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7753712d-9188-47e4-af74-c387b939fb01", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:64644a5e-987c-4fde-8ed6-53323af3fedc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:54505897-9bd0-46ee-8268-8cb620b0a6f5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:29feef2c-2577-4d3f-9651-54045872c475", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:55ead9db-1f3d-4493-8731-7ebe68b94e16", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:55ead9db-1f3d-4493-8731-7ebe68b94e16", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-579744528232911521876254", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:55ead9db-1f3d-4493-8731-7ebe68b94e16", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-579744528232911521876254", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:55ead9db-1f3d-4493-8731-7ebe68b94e16", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:61be8b41-0a49-44ec-bd3d-3cce9a13b100", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:61be8b41-0a49-44ec-bd3d-3cce9a13b100", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-764505791303455051716849", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:61be8b41-0a49-44ec-bd3d-3cce9a13b100", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-764505791303455051716849", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:61be8b41-0a49-44ec-bd3d-3cce9a13b100", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3e6e3349-ab90-4462-b3ad-471e24bb5aa3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e6e3349-ab90-4462-b3ad-471e24bb5aa3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-187085290906052435863658", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3e6e3349-ab90-4462-b3ad-471e24bb5aa3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-187085290906052435863658", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3e6e3349-ab90-4462-b3ad-471e24bb5aa3", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-02-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f996a935-62e5-44f9-a409-8710c747f179", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f996a935-62e5-44f9-a409-8710c747f179", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-245280549027392811024463", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f996a935-62e5-44f9-a409-8710c747f179", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-245280549027392811024463", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f996a935-62e5-44f9-a409-8710c747f179", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:46d92b45-75b8-43e5-bc1d-d74094a4915a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:46d92b45-75b8-43e5-bc1d-d74094a4915a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-544873260312828270866613", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:46d92b45-75b8-43e5-bc1d-d74094a4915a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-544873260312828270866613", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:46d92b45-75b8-43e5-bc1d-d74094a4915a", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-06-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:403edd26-f829-4955-9dc5-a0dc837b8018", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:403edd26-f829-4955-9dc5-a0dc837b8018", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-197337609183342737332827", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:403edd26-f829-4955-9dc5-a0dc837b8018", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-197337609183342737332827", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:403edd26-f829-4955-9dc5-a0dc837b8018", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-02-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7753712d-9188-47e4-af74-c387b939fb01", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7753712d-9188-47e4-af74-c387b939fb01", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-413714554670147422589344", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7753712d-9188-47e4-af74-c387b939fb01", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-413714554670147422589344", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7753712d-9188-47e4-af74-c387b939fb01", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-11-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:64644a5e-987c-4fde-8ed6-53323af3fedc", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:64644a5e-987c-4fde-8ed6-53323af3fedc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-779305477256441997068202", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:64644a5e-987c-4fde-8ed6-53323af3fedc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-779305477256441997068202", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:64644a5e-987c-4fde-8ed6-53323af3fedc", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-06-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:54505897-9bd0-46ee-8268-8cb620b0a6f5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:54505897-9bd0-46ee-8268-8cb620b0a6f5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-343678384615623632486399", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:54505897-9bd0-46ee-8268-8cb620b0a6f5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-343678384615623632486399", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:54505897-9bd0-46ee-8268-8cb620b0a6f5", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-07-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:29feef2c-2577-4d3f-9651-54045872c475", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:29feef2c-2577-4d3f-9651-54045872c475", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7d64b351-6b41-4f6f-bfb0-4d8534497b4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-199534707909084078994346", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:29feef2c-2577-4d3f-9651-54045872c475", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-199534707909084078994346", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:29feef2c-2577-4d3f-9651-54045872c475", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-02-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-626711131125805990730187", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-626711131125805990730187", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 80, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 36, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 61, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-08-06", - "version" : 1.3, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.63039999999998, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 16 - } - }, - "commercial" : { - "placedOnMarket" : "2022-11-18", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-626711131125805990730187", - "key" : "PartInstanceID" - } ], - "gtin" : " 46368934", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "438204249" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-06", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 5.3518 ] - }, - "id" : "FY9353" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "UV Varnish" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 124 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a1d49a8e-afa6-4e75-97e6-ae3abc418f80", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c8997f51-0330-4543-a516-8583113d8544", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a3f55bfb-9a28-4446-b4f7-a040d31694e2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4d7ae908-90d4-467f-9b94-d6b1fe774795", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4c565f46-4bc1-4976-8870-158b30498a3f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:69cac4b5-0818-4860-a3e4-92c0e0ee2562", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a6a70c9b-3382-40f2-b52b-e30ee1bbdcbe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:050d8ae5-01b6-497f-8117-9f00e4bcd5ca", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:83933eec-71db-4d73-8516-98fef70c3ae6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9e89592b-b69e-4690-b64d-df38f285350d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a1d49a8e-afa6-4e75-97e6-ae3abc418f80", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1d49a8e-afa6-4e75-97e6-ae3abc418f80", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-564931780145518990937373", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a1d49a8e-afa6-4e75-97e6-ae3abc418f80", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-564931780145518990937373", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a1d49a8e-afa6-4e75-97e6-ae3abc418f80", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c8997f51-0330-4543-a516-8583113d8544", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c8997f51-0330-4543-a516-8583113d8544", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-172008149582911386016533", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c8997f51-0330-4543-a516-8583113d8544", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-172008149582911386016533", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c8997f51-0330-4543-a516-8583113d8544", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a3f55bfb-9a28-4446-b4f7-a040d31694e2", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3f55bfb-9a28-4446-b4f7-a040d31694e2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-972902385733272070912381", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a3f55bfb-9a28-4446-b4f7-a040d31694e2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-972902385733272070912381", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3f55bfb-9a28-4446-b4f7-a040d31694e2", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4d7ae908-90d4-467f-9b94-d6b1fe774795", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d7ae908-90d4-467f-9b94-d6b1fe774795", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-003337496396118474050169", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4d7ae908-90d4-467f-9b94-d6b1fe774795", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-003337496396118474050169", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d7ae908-90d4-467f-9b94-d6b1fe774795", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4c565f46-4bc1-4976-8870-158b30498a3f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4c565f46-4bc1-4976-8870-158b30498a3f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-336897026069355203211063", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4c565f46-4bc1-4976-8870-158b30498a3f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-336897026069355203211063", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4c565f46-4bc1-4976-8870-158b30498a3f", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:69cac4b5-0818-4860-a3e4-92c0e0ee2562", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:69cac4b5-0818-4860-a3e4-92c0e0ee2562", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-327602030365591380419619", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:69cac4b5-0818-4860-a3e4-92c0e0ee2562", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-327602030365591380419619", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:69cac4b5-0818-4860-a3e4-92c0e0ee2562", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-11-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a6a70c9b-3382-40f2-b52b-e30ee1bbdcbe", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6a70c9b-3382-40f2-b52b-e30ee1bbdcbe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-724131813674009846932311", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a6a70c9b-3382-40f2-b52b-e30ee1bbdcbe", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-724131813674009846932311", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6a70c9b-3382-40f2-b52b-e30ee1bbdcbe", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-12-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:050d8ae5-01b6-497f-8117-9f00e4bcd5ca", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:050d8ae5-01b6-497f-8117-9f00e4bcd5ca", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-949772645853762715707797", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:050d8ae5-01b6-497f-8117-9f00e4bcd5ca", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-949772645853762715707797", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:050d8ae5-01b6-497f-8117-9f00e4bcd5ca", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-06-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:83933eec-71db-4d73-8516-98fef70c3ae6", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:83933eec-71db-4d73-8516-98fef70c3ae6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-196273572907526120145400", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:83933eec-71db-4d73-8516-98fef70c3ae6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-196273572907526120145400", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:83933eec-71db-4d73-8516-98fef70c3ae6", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-12-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9e89592b-b69e-4690-b64d-df38f285350d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e89592b-b69e-4690-b64d-df38f285350d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:1d3413a1-cbd2-4a6a-8347-a12697d4f605", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-687563139958339367145844", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9e89592b-b69e-4690-b64d-df38f285350d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-687563139958339367145844", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9e89592b-b69e-4690-b64d-df38f285350d", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "bpnl" : "BPNL00000003AVTH", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "customers" : [ { - "businessPartner" : "BPNL00000003AVTH", - "parentItems" : [ { - "catenaXId" : "urn:uuid:62abade2-d330-44e4-b6c7-94c77df9250d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AVTH", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-864590720081364146187603", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-864590720081364146187603", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 29, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 18, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 50, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AVTH", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-04-17", - "version" : 2.8, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6471, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 15 - } - }, - "commercial" : { - "placedOnMarket" : "2021-11-21", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-864590720081364146187603", - "key" : "PartInstanceID" - } ], - "gtin" : " 15930142", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "128241412" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-23", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 6.3652 ] - }, - "id" : "WZ6462" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Copper" - } ], - "critical" : [ "Graphite" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 115 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AVTH" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7b3095bd-882e-408b-b8e4-e2065e948c50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9badfcae-fb87-4d6d-a95b-adc417a4ff88", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a3d75c97-47a8-48e2-8b96-7c43f33eeaa7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1d6562bc-189b-4a91-b7c5-5c95ac083b15", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:397c9cce-627b-4c53-8f71-912283476a00", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:52437406-0cbe-403d-974c-425f698eac43", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7c009a29-b17e-4fc1-8b94-107f2e18a713", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c310df54-9438-4014-9e38-a15380c2627b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6fbd4e08-22c6-4e56-b539-8d5988da1576", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1c6ca5ba-8197-41af-b367-d945cfeb40c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7b3095bd-882e-408b-b8e4-e2065e948c50", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b3095bd-882e-408b-b8e4-e2065e948c50", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-932680651141503730407478", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7b3095bd-882e-408b-b8e4-e2065e948c50", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-932680651141503730407478", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7b3095bd-882e-408b-b8e4-e2065e948c50", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9badfcae-fb87-4d6d-a95b-adc417a4ff88", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9badfcae-fb87-4d6d-a95b-adc417a4ff88", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-882395924499581027834517", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9badfcae-fb87-4d6d-a95b-adc417a4ff88", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-882395924499581027834517", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9badfcae-fb87-4d6d-a95b-adc417a4ff88", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a3d75c97-47a8-48e2-8b96-7c43f33eeaa7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3d75c97-47a8-48e2-8b96-7c43f33eeaa7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-432091591639708924571994", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a3d75c97-47a8-48e2-8b96-7c43f33eeaa7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-432091591639708924571994", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3d75c97-47a8-48e2-8b96-7c43f33eeaa7", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1d6562bc-189b-4a91-b7c5-5c95ac083b15", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d6562bc-189b-4a91-b7c5-5c95ac083b15", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-492562788304073590987808", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1d6562bc-189b-4a91-b7c5-5c95ac083b15", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-492562788304073590987808", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d6562bc-189b-4a91-b7c5-5c95ac083b15", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:397c9cce-627b-4c53-8f71-912283476a00", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:397c9cce-627b-4c53-8f71-912283476a00", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-124529140860558804952909", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:397c9cce-627b-4c53-8f71-912283476a00", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-124529140860558804952909", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:397c9cce-627b-4c53-8f71-912283476a00", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:52437406-0cbe-403d-974c-425f698eac43", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:52437406-0cbe-403d-974c-425f698eac43", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-860183134450854613804730", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:52437406-0cbe-403d-974c-425f698eac43", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-860183134450854613804730", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:52437406-0cbe-403d-974c-425f698eac43", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7c009a29-b17e-4fc1-8b94-107f2e18a713", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c009a29-b17e-4fc1-8b94-107f2e18a713", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-030116436727202387241160", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7c009a29-b17e-4fc1-8b94-107f2e18a713", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-030116436727202387241160", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7c009a29-b17e-4fc1-8b94-107f2e18a713", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-12-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c310df54-9438-4014-9e38-a15380c2627b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c310df54-9438-4014-9e38-a15380c2627b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-174978075216567619885113", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c310df54-9438-4014-9e38-a15380c2627b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-174978075216567619885113", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c310df54-9438-4014-9e38-a15380c2627b", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6fbd4e08-22c6-4e56-b539-8d5988da1576", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6fbd4e08-22c6-4e56-b539-8d5988da1576", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-161859214580386164253693", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6fbd4e08-22c6-4e56-b539-8d5988da1576", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-161859214580386164253693", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6fbd4e08-22c6-4e56-b539-8d5988da1576", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-04-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1c6ca5ba-8197-41af-b367-d945cfeb40c5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c6ca5ba-8197-41af-b367-d945cfeb40c5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4f6f8206-5bc9-4332-962f-b06a0f82a2da", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-111843018856741626506204", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1c6ca5ba-8197-41af-b367-d945cfeb40c5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-111843018856741626506204", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c6ca5ba-8197-41af-b367-d945cfeb40c5", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Pkw-Pick-up", - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "S218A", - "description" : "sport automatic transmission", - "group" : "special equipment" - }, { - "code" : "A248B", - "description" : "steering wheel heating", - "group" : "special equipment" - }, { - "code" : "S763C", - "description" : "sport package", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2020-12-31", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "HF-02", - "key" : "manufacturerPartId" - }, { - "value" : "OMAATBYTJFCZWWOCS", - "key" : "partInstanceId" - }, { - "value" : "OMAATBYTJFCZWWOCS", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2018-09-06T22:52:22.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "partTypeInformation" : { - "manufacturerPartId" : "HF-02", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 67, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 67, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 60, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 28, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 2, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 82, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 70, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 51, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 3, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 36, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "childItems" : [ { - "catenaXId" : "urn:uuid:2074575c-dc6b-45f5-b6d2-005f82704fa2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3360bc5e-36a9-4aa0-a646-d6915a464ee8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f43ae9b0-b405-44b2-87c7-1ac00a55b1e6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:33b95028-1c10-46fa-8e4d-50d2ffb4f152", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bff1b15e-7365-4f3c-bc47-6eaac6ad954d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:69028a87-9fc8-402e-9cbe-7f1e01acde5e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ac8a570c-9097-4b88-ba79-3dd54079e020", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4bd91c22-ff70-4726-b8e9-80fe01ee9ccc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7bdf396e-5ab9-4892-8755-5e0fd1923baa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bff34af9-a707-43df-908b-20da10d3b5a4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6fba027e-c935-45b0-a6f8-403702ea4c23", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bc4fe23d-ece8-46e5-9d0e-6601f353dfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8770899c-7f00-41d8-98d6-ac134628e9d5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:439fd7c7-0b9d-4328-9c05-4ea8d8085d71", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:58c82230-59f7-451b-90fb-264d054a5c46", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b34e08b1-e463-4f85-9c27-a33e3088b836", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cbe3b7f7-4e18-4777-899a-93690728948f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4f67f609-aabd-48b5-b40a-9d732d5c5bc5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5406860f-ed04-443d-b1a9-53c97655d723", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:038dbb62-0002-4b46-8e60-72069825192b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:87b0fc1c-34c5-4542-b516-51c1cb2452fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d13cdb52-9c63-4f92-8f68-9a39b5f8ae68", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8aab254d-eee8-4f80-ae6c-9c4656e792b8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:94d30e6d-c2a3-402f-9488-76637fb9ecc9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b8a8ed36-0c23-40ce-89b6-2445fa0f2272", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b20940c5-d536-4b61-85a9-1d90e0ad30f8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:44ae8ef1-255a-4ecf-9ac6-f9298f6ee8c7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:427d294c-3f67-46b6-9726-fc4a5ca9c39f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2dce01a3-f272-4fa3-8117-59c068094412", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:2074575c-dc6b-45f5-b6d2-005f82704fa2", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2074575c-dc6b-45f5-b6d2-005f82704fa2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-920206313748997451131784", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2074575c-dc6b-45f5-b6d2-005f82704fa2", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:3360bc5e-36a9-4aa0-a646-d6915a464ee8", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3360bc5e-36a9-4aa0-a646-d6915a464ee8", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-140871141994474941858555", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3360bc5e-36a9-4aa0-a646-d6915a464ee8", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3360bc5e-36a9-4aa0-a646-d6915a464ee8", - "childItems" : [ { - "catenaXId" : "urn:uuid:5acb1d60-6cfd-4235-9327-8db1465f71a1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:5acb1d60-6cfd-4235-9327-8db1465f71a1", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5acb1d60-6cfd-4235-9327-8db1465f71a1", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:3360bc5e-36a9-4aa0-a646-d6915a464ee8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-590921821815724429620905", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5acb1d60-6cfd-4235-9327-8db1465f71a1", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "93684768ONZ", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:5acb1d60-6cfd-4235-9327-8db1465f71a1", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:f43ae9b0-b405-44b2-87c7-1ac00a55b1e6", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f43ae9b0-b405-44b2-87c7-1ac00a55b1e6", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-434511074965178423731409", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f43ae9b0-b405-44b2-87c7-1ac00a55b1e6", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f43ae9b0-b405-44b2-87c7-1ac00a55b1e6", - "childItems" : [ { - "catenaXId" : "urn:uuid:8703ba84-e989-4d7b-92c5-629869f07f7b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:8703ba84-e989-4d7b-92c5-629869f07f7b", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8703ba84-e989-4d7b-92c5-629869f07f7b", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f43ae9b0-b405-44b2-87c7-1ac00a55b1e6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-771777349908370963839841", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8703ba84-e989-4d7b-92c5-629869f07f7b", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "66417472CGM", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:8703ba84-e989-4d7b-92c5-629869f07f7b", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:33b95028-1c10-46fa-8e4d-50d2ffb4f152", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:33b95028-1c10-46fa-8e4d-50d2ffb4f152", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-895203310289122865884758", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:33b95028-1c10-46fa-8e4d-50d2ffb4f152", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:bff1b15e-7365-4f3c-bc47-6eaac6ad954d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bff1b15e-7365-4f3c-bc47-6eaac6ad954d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-752998302048252042827696", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bff1b15e-7365-4f3c-bc47-6eaac6ad954d", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:69028a87-9fc8-402e-9cbe-7f1e01acde5e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:69028a87-9fc8-402e-9cbe-7f1e01acde5e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-368162456081290630491807", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:69028a87-9fc8-402e-9cbe-7f1e01acde5e", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:ac8a570c-9097-4b88-ba79-3dd54079e020", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ac8a570c-9097-4b88-ba79-3dd54079e020", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-170001726714333319216686", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ac8a570c-9097-4b88-ba79-3dd54079e020", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:4bd91c22-ff70-4726-b8e9-80fe01ee9ccc", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4bd91c22-ff70-4726-b8e9-80fe01ee9ccc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-534392786377025552099843", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4bd91c22-ff70-4726-b8e9-80fe01ee9ccc", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:7bdf396e-5ab9-4892-8755-5e0fd1923baa", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7bdf396e-5ab9-4892-8755-5e0fd1923baa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-442988112756372273954841", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7bdf396e-5ab9-4892-8755-5e0fd1923baa", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:bff34af9-a707-43df-908b-20da10d3b5a4", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bff34af9-a707-43df-908b-20da10d3b5a4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-012194321993370057770683", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bff34af9-a707-43df-908b-20da10d3b5a4", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:6fba027e-c935-45b0-a6f8-403702ea4c23", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6fba027e-c935-45b0-a6f8-403702ea4c23", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-658486934384759545035726", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6fba027e-c935-45b0-a6f8-403702ea4c23", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:bc4fe23d-ece8-46e5-9d0e-6601f353dfa8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bc4fe23d-ece8-46e5-9d0e-6601f353dfa8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-614460638048248878102995", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bc4fe23d-ece8-46e5-9d0e-6601f353dfa8", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:8770899c-7f00-41d8-98d6-ac134628e9d5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8770899c-7f00-41d8-98d6-ac134628e9d5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-449115149956915791439099", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8770899c-7f00-41d8-98d6-ac134628e9d5", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:439fd7c7-0b9d-4328-9c05-4ea8d8085d71", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:439fd7c7-0b9d-4328-9c05-4ea8d8085d71", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-204438835073164301878779", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:439fd7c7-0b9d-4328-9c05-4ea8d8085d71", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:58c82230-59f7-451b-90fb-264d054a5c46", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:58c82230-59f7-451b-90fb-264d054a5c46", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-512649140284780994519805", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:58c82230-59f7-451b-90fb-264d054a5c46", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:b34e08b1-e463-4f85-9c27-a33e3088b836", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b34e08b1-e463-4f85-9c27-a33e3088b836", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-345677858128583761333142", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b34e08b1-e463-4f85-9c27-a33e3088b836", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:cbe3b7f7-4e18-4777-899a-93690728948f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cbe3b7f7-4e18-4777-899a-93690728948f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-888826858983049660317921", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cbe3b7f7-4e18-4777-899a-93690728948f", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:4f67f609-aabd-48b5-b40a-9d732d5c5bc5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f67f609-aabd-48b5-b40a-9d732d5c5bc5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-671614100064918978951115", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4f67f609-aabd-48b5-b40a-9d732d5c5bc5", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:5406860f-ed04-443d-b1a9-53c97655d723", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5406860f-ed04-443d-b1a9-53c97655d723", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-569012315033045056788540", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5406860f-ed04-443d-b1a9-53c97655d723", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:038dbb62-0002-4b46-8e60-72069825192b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:038dbb62-0002-4b46-8e60-72069825192b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-347396145345678415351836", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:038dbb62-0002-4b46-8e60-72069825192b", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:87b0fc1c-34c5-4542-b516-51c1cb2452fd", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:87b0fc1c-34c5-4542-b516-51c1cb2452fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-969830982361038556531887", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:87b0fc1c-34c5-4542-b516-51c1cb2452fd", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:d13cdb52-9c63-4f92-8f68-9a39b5f8ae68", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d13cdb52-9c63-4f92-8f68-9a39b5f8ae68", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-967382871891451247679927", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d13cdb52-9c63-4f92-8f68-9a39b5f8ae68", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:8aab254d-eee8-4f80-ae6c-9c4656e792b8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8aab254d-eee8-4f80-ae6c-9c4656e792b8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-582699886461087299332185", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8aab254d-eee8-4f80-ae6c-9c4656e792b8", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:94d30e6d-c2a3-402f-9488-76637fb9ecc9", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:94d30e6d-c2a3-402f-9488-76637fb9ecc9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-856955361351258923657662", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:94d30e6d-c2a3-402f-9488-76637fb9ecc9", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:b8a8ed36-0c23-40ce-89b6-2445fa0f2272", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b8a8ed36-0c23-40ce-89b6-2445fa0f2272", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-133180885291378281769543", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b8a8ed36-0c23-40ce-89b6-2445fa0f2272", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:b20940c5-d536-4b61-85a9-1d90e0ad30f8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b20940c5-d536-4b61-85a9-1d90e0ad30f8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-075105338488036076151278", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b20940c5-d536-4b61-85a9-1d90e0ad30f8", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:44ae8ef1-255a-4ecf-9ac6-f9298f6ee8c7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:44ae8ef1-255a-4ecf-9ac6-f9298f6ee8c7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-740305947123152349088990", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:44ae8ef1-255a-4ecf-9ac6-f9298f6ee8c7", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:427d294c-3f67-46b6-9726-fc4a5ca9c39f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:427d294c-3f67-46b6-9726-fc4a5ca9c39f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-597382242720979512948025", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:427d294c-3f67-46b6-9726-fc4a5ca9c39f", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:2dce01a3-f272-4fa3-8117-59c068094412", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2dce01a3-f272-4fa3-8117-59c068094412", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-503316293007447385318784", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2dce01a3-f272-4fa3-8117-59c068094412", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-024164785385507085333555", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-024164785385507085333555", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 29, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 73, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 45, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "childItems" : [ { - "catenaXId" : "urn:uuid:23809861-230e-4607-96ae-c1da608da87d", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9fabe28f-05f9-49a4-94f5-6c496e9cc7d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e37f079b-e881-4849-b90c-34151caab314", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:23809861-230e-4607-96ae-c1da608da87d", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:23809861-230e-4607-96ae-c1da608da87d", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:23809861-230e-4607-96ae-c1da608da87d", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 38, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 29, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9fabe28f-05f9-49a4-94f5-6c496e9cc7d3", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fabe28f-05f9-49a4-94f5-6c496e9cc7d3", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "44484G3-94", - "key" : "manufacturerPartId" - }, { - "value" : "NO-217395336104491636255568", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9fabe28f-05f9-49a4-94f5-6c496e9cc7d3", - "partTypeInformation" : { - "manufacturerPartId" : "44484G3-94", - "customerPartId" : "44484G3-94", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9fabe28f-05f9-49a4-94f5-6c496e9cc7d3", - "childItems" : [ { - "catenaXId" : "urn:uuid:7ef700be-0c0c-4e6b-9b84-df3db1f2eb7d", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7ef700be-0c0c-4e6b-9b84-df3db1f2eb7d", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:7ef700be-0c0c-4e6b-9b84-df3db1f2eb7d", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ef700be-0c0c-4e6b-9b84-df3db1f2eb7d", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9fabe28f-05f9-49a4-94f5-6c496e9cc7d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 63, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 27, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e37f079b-e881-4849-b90c-34151caab314", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:e37f079b-e881-4849-b90c-34151caab314", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e37f079b-e881-4849-b90c-34151caab314", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e55dfd56-4a4a-4d0c-9b44-8dcfcc451e3b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e37f079b-e881-4849-b90c-34151caab314", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "87248B3-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-446254057658407669235592", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "partTypeInformation" : { - "manufacturerPartId" : "87248B3-98", - "customerPartId" : "87248B3-98", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 56, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "childItems" : [ { - "catenaXId" : "urn:uuid:ed8a56d3-c53c-4a48-ae6a-5f27b5f4fdd1", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e11583b0-b604-4e95-8de6-02fb841be661", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:513d1091-32f9-4a77-b519-eccf8970e5f8", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ed8a56d3-c53c-4a48-ae6a-5f27b5f4fdd1", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ed8a56d3-c53c-4a48-ae6a-5f27b5f4fdd1", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ed8a56d3-c53c-4a48-ae6a-5f27b5f4fdd1", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 85, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 65, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e11583b0-b604-4e95-8de6-02fb841be661", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e11583b0-b604-4e95-8de6-02fb841be661", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "68558Y1-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-183849572176889988562766", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e11583b0-b604-4e95-8de6-02fb841be661", - "partTypeInformation" : { - "manufacturerPartId" : "68558Y1-60", - "customerPartId" : "68558Y1-60", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e11583b0-b604-4e95-8de6-02fb841be661", - "childItems" : [ { - "catenaXId" : "urn:uuid:db607be6-44f7-454a-bb39-c5c25acdb082", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:db607be6-44f7-454a-bb39-c5c25acdb082", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:db607be6-44f7-454a-bb39-c5c25acdb082", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:db607be6-44f7-454a-bb39-c5c25acdb082", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:e11583b0-b604-4e95-8de6-02fb841be661", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 75, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 35, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:513d1091-32f9-4a77-b519-eccf8970e5f8", - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:513d1091-32f9-4a77-b519-eccf8970e5f8", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:11db0fa4-c7d5-44c0-b4f3-5debd6a16b27", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "44741Z6-33", - "key" : "manufacturerPartId" - }, { - "value" : "NO-102406153464907218784811", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:513d1091-32f9-4a77-b519-eccf8970e5f8", - "partTypeInformation" : { - "manufacturerPartId" : "44741Z6-33", - "customerPartId" : "44741Z6-33", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 55, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 51, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:373bba35-9274-491a-828f-090b98c32233", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-287591900713687590940769", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-287591900713687590940769", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 48, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 11, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 6, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-287591900713687590940769", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "38049661-08", - "manufacturerPartId" : "38049661-08" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a Battery", - "class" : { - "code" : "27-05-02-91", - "definition" : "Traction battery, starter battery (parts)" - }, - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-07-27", - "version" : 2.6, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 1410.0278, - "width" : 1410, - "length" : 2024, - "weight" : 427, - "height" : 360 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 16 - } - }, - "commercial" : { - "placedOnMarket" : "2023-06-17", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-287591900713687590940769", - "key" : "PartInstanceID" - } ], - "gtin" : " 93404913", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "439360577" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Passport", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-20", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 1.2958 ] - }, - "id" : "NG6112" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Graphite" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 116 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AXS3", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "childItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-660796334175761377961092", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-660796334175761377961092", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 57, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 83, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 62, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2021-06-05", - "version" : 1.4, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.688, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 19 - } - }, - "commercial" : { - "placedOnMarket" : "2020-12-23", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-660796334175761377961092", - "key" : "PartInstanceID" - } ], - "gtin" : " 54954208", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "631186158" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2021-06-16", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 3.5664 ] - }, - "id" : "SY8391" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Sealant" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 100 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cd678947-8426-44b7-b2b3-91d2edac3929", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:583592c3-2957-472f-823a-4ac7eefa0ffd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f47f9e5d-f685-4417-9519-caf64c16a7be", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2b6d1714-8a6e-41da-a91b-a59e5bd534b7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:03ef87c6-aeb8-40d1-9670-719b88c5c7a1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d38541bf-d0d1-4b31-9981-a502e22238e1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7f9a5a08-91f1-4e98-b3ec-6d6be163162f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7106ceea-765c-424f-b261-56d0e8b1c9b3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ea4fc7b-63cc-420f-970a-0c0968dc1391", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:90d5da4e-2a02-433c-8618-8d7f7f824651", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:cd678947-8426-44b7-b2b3-91d2edac3929", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd678947-8426-44b7-b2b3-91d2edac3929", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-400554526524577054763798", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cd678947-8426-44b7-b2b3-91d2edac3929", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-400554526524577054763798", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cd678947-8426-44b7-b2b3-91d2edac3929", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-03-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:583592c3-2957-472f-823a-4ac7eefa0ffd", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:583592c3-2957-472f-823a-4ac7eefa0ffd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-116422253745018570816473", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:583592c3-2957-472f-823a-4ac7eefa0ffd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-116422253745018570816473", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:583592c3-2957-472f-823a-4ac7eefa0ffd", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f47f9e5d-f685-4417-9519-caf64c16a7be", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f47f9e5d-f685-4417-9519-caf64c16a7be", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-624372561432458036774513", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f47f9e5d-f685-4417-9519-caf64c16a7be", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-624372561432458036774513", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f47f9e5d-f685-4417-9519-caf64c16a7be", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-02-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2b6d1714-8a6e-41da-a91b-a59e5bd534b7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2b6d1714-8a6e-41da-a91b-a59e5bd534b7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-805655947225666304091676", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2b6d1714-8a6e-41da-a91b-a59e5bd534b7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-805655947225666304091676", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2b6d1714-8a6e-41da-a91b-a59e5bd534b7", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:03ef87c6-aeb8-40d1-9670-719b88c5c7a1", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:03ef87c6-aeb8-40d1-9670-719b88c5c7a1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-302532321792783254898806", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:03ef87c6-aeb8-40d1-9670-719b88c5c7a1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-302532321792783254898806", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:03ef87c6-aeb8-40d1-9670-719b88c5c7a1", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-07-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d38541bf-d0d1-4b31-9981-a502e22238e1", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d38541bf-d0d1-4b31-9981-a502e22238e1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-853055413990124583230821", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d38541bf-d0d1-4b31-9981-a502e22238e1", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-853055413990124583230821", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d38541bf-d0d1-4b31-9981-a502e22238e1", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7f9a5a08-91f1-4e98-b3ec-6d6be163162f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7f9a5a08-91f1-4e98-b3ec-6d6be163162f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-949032586010501700738022", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7f9a5a08-91f1-4e98-b3ec-6d6be163162f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-949032586010501700738022", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7f9a5a08-91f1-4e98-b3ec-6d6be163162f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7106ceea-765c-424f-b261-56d0e8b1c9b3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7106ceea-765c-424f-b261-56d0e8b1c9b3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-534356578703061182178544", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7106ceea-765c-424f-b261-56d0e8b1c9b3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-534356578703061182178544", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7106ceea-765c-424f-b261-56d0e8b1c9b3", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7ea4fc7b-63cc-420f-970a-0c0968dc1391", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ea4fc7b-63cc-420f-970a-0c0968dc1391", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-453555034847443832929756", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ea4fc7b-63cc-420f-970a-0c0968dc1391", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-453555034847443832929756", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ea4fc7b-63cc-420f-970a-0c0968dc1391", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-01-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:90d5da4e-2a02-433c-8618-8d7f7f824651", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:90d5da4e-2a02-433c-8618-8d7f7f824651", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d872c42a-1a3c-49fc-b564-4351054e342d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-695945825737270221662867", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:90d5da4e-2a02-433c-8618-8d7f7f824651", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-695945825737270221662867", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:90d5da4e-2a02-433c-8618-8d7f7f824651", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-07-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-452833323187451177024601", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-452833323187451177024601", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 53, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 20, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 60, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-06-23", - "version" : 1, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.67079999999999, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 15 - } - }, - "commercial" : { - "placedOnMarket" : "2023-03-04", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-452833323187451177024601", - "key" : "PartInstanceID" - } ], - "gtin" : " 30403418", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "879108799" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Passport", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-29", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 3.5652 ] - }, - "id" : "MZ2812" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Insulator" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 115 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c0d5ac67-29ab-44fa-ad6d-aaf52f06e628", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:45efa60f-2ae8-4066-a717-0d2ca43f2dcd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:06c291b8-0dbb-4895-ba43-9e6c788707c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:57ed2bf7-6b2f-481c-a30f-f92ff85487a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:74c3d93a-2036-4a6c-adff-ebb7a3a9aca4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:47ad4e86-242d-4b30-84f8-ca56405772d8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ce8e4245-627c-4a86-b524-5e26810966c7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f033bdbd-d5d1-419b-9a84-def5b0b67fde", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c6915c6f-993b-4fd3-88e6-b44b7522127c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9faa27f1-ed5b-4f78-b418-9065e0a0172a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:c0d5ac67-29ab-44fa-ad6d-aaf52f06e628", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0d5ac67-29ab-44fa-ad6d-aaf52f06e628", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-744122500139523981797576", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c0d5ac67-29ab-44fa-ad6d-aaf52f06e628", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-744122500139523981797576", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0d5ac67-29ab-44fa-ad6d-aaf52f06e628", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-08-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:45efa60f-2ae8-4066-a717-0d2ca43f2dcd", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:45efa60f-2ae8-4066-a717-0d2ca43f2dcd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-839189940393511841589929", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:45efa60f-2ae8-4066-a717-0d2ca43f2dcd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-839189940393511841589929", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:45efa60f-2ae8-4066-a717-0d2ca43f2dcd", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:06c291b8-0dbb-4895-ba43-9e6c788707c5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:06c291b8-0dbb-4895-ba43-9e6c788707c5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-145055119679089549675263", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:06c291b8-0dbb-4895-ba43-9e6c788707c5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-145055119679089549675263", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:06c291b8-0dbb-4895-ba43-9e6c788707c5", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-04-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:57ed2bf7-6b2f-481c-a30f-f92ff85487a3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:57ed2bf7-6b2f-481c-a30f-f92ff85487a3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-356595899935537929658922", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:57ed2bf7-6b2f-481c-a30f-f92ff85487a3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-356595899935537929658922", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:57ed2bf7-6b2f-481c-a30f-f92ff85487a3", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-09-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:74c3d93a-2036-4a6c-adff-ebb7a3a9aca4", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:74c3d93a-2036-4a6c-adff-ebb7a3a9aca4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-670851052145644410540410", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:74c3d93a-2036-4a6c-adff-ebb7a3a9aca4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-670851052145644410540410", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:74c3d93a-2036-4a6c-adff-ebb7a3a9aca4", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:47ad4e86-242d-4b30-84f8-ca56405772d8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:47ad4e86-242d-4b30-84f8-ca56405772d8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-021611357380920092632848", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:47ad4e86-242d-4b30-84f8-ca56405772d8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-021611357380920092632848", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:47ad4e86-242d-4b30-84f8-ca56405772d8", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-02-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ce8e4245-627c-4a86-b524-5e26810966c7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce8e4245-627c-4a86-b524-5e26810966c7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-097141818355934034487869", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ce8e4245-627c-4a86-b524-5e26810966c7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-097141818355934034487869", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ce8e4245-627c-4a86-b524-5e26810966c7", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-01-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f033bdbd-d5d1-419b-9a84-def5b0b67fde", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f033bdbd-d5d1-419b-9a84-def5b0b67fde", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-395283637903988879642952", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f033bdbd-d5d1-419b-9a84-def5b0b67fde", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-395283637903988879642952", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f033bdbd-d5d1-419b-9a84-def5b0b67fde", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c6915c6f-993b-4fd3-88e6-b44b7522127c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6915c6f-993b-4fd3-88e6-b44b7522127c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-510216221603726199981614", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c6915c6f-993b-4fd3-88e6-b44b7522127c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-510216221603726199981614", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c6915c6f-993b-4fd3-88e6-b44b7522127c", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9faa27f1-ed5b-4f78-b418-9065e0a0172a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9faa27f1-ed5b-4f78-b418-9065e0a0172a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d13b0f92-67f8-458f-a9c9-4bde238f347a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-261089734575726424614007", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9faa27f1-ed5b-4f78-b418-9065e0a0172a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-261089734575726424614007", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9faa27f1-ed5b-4f78-b418-9065e0a0172a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-02-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-493621119197100865630404", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-493621119197100865630404", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 57, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 55, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 73, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-06-22", - "version" : 2.3, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6966, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2023-04-06", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-493621119197100865630404", - "key" : "PartInstanceID" - } ], - "gtin" : " 68168716", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "913525248" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-07-08", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 8.0004 ] - }, - "id" : "LM7328" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Graphite" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 115 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:949be2eb-0b61-462e-9e1c-37c06d9ee69e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6aecd80d-6c58-4d11-9e59-63478f7c7680", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dd708f81-3b3b-4a48-bfe2-a28d94467572", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9ca99e5b-d735-4405-a59e-f685f3fab056", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1a8b3535-789e-40dd-a696-2ff7fa3b6687", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d3102144-7c05-4475-a59a-927c7bfa9f39", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cfb342c1-ce1b-4e2f-8a4d-c99e2311df33", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c65f9853-ae81-438b-9cb1-c4ac2345f16a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:60957685-cffb-408e-8819-107e3c51387b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0d1f67d8-8bb3-4b68-be41-60b7ecd52a93", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:949be2eb-0b61-462e-9e1c-37c06d9ee69e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:949be2eb-0b61-462e-9e1c-37c06d9ee69e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-365743915194938431085623", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:949be2eb-0b61-462e-9e1c-37c06d9ee69e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-365743915194938431085623", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:949be2eb-0b61-462e-9e1c-37c06d9ee69e", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-05-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6aecd80d-6c58-4d11-9e59-63478f7c7680", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6aecd80d-6c58-4d11-9e59-63478f7c7680", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-288704925474957079398301", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6aecd80d-6c58-4d11-9e59-63478f7c7680", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-288704925474957079398301", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6aecd80d-6c58-4d11-9e59-63478f7c7680", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dd708f81-3b3b-4a48-bfe2-a28d94467572", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dd708f81-3b3b-4a48-bfe2-a28d94467572", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-187590536901419028710376", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dd708f81-3b3b-4a48-bfe2-a28d94467572", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-187590536901419028710376", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dd708f81-3b3b-4a48-bfe2-a28d94467572", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-12-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9ca99e5b-d735-4405-a59e-f685f3fab056", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ca99e5b-d735-4405-a59e-f685f3fab056", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-758397904739929479241088", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9ca99e5b-d735-4405-a59e-f685f3fab056", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-758397904739929479241088", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ca99e5b-d735-4405-a59e-f685f3fab056", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-06-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1a8b3535-789e-40dd-a696-2ff7fa3b6687", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a8b3535-789e-40dd-a696-2ff7fa3b6687", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-514552324575000906017637", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1a8b3535-789e-40dd-a696-2ff7fa3b6687", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-514552324575000906017637", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1a8b3535-789e-40dd-a696-2ff7fa3b6687", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-06-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d3102144-7c05-4475-a59a-927c7bfa9f39", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d3102144-7c05-4475-a59a-927c7bfa9f39", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-367087787257663460835228", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d3102144-7c05-4475-a59a-927c7bfa9f39", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-367087787257663460835228", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d3102144-7c05-4475-a59a-927c7bfa9f39", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-10-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cfb342c1-ce1b-4e2f-8a4d-c99e2311df33", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cfb342c1-ce1b-4e2f-8a4d-c99e2311df33", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-845099233400766807939784", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cfb342c1-ce1b-4e2f-8a4d-c99e2311df33", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-845099233400766807939784", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cfb342c1-ce1b-4e2f-8a4d-c99e2311df33", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c65f9853-ae81-438b-9cb1-c4ac2345f16a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c65f9853-ae81-438b-9cb1-c4ac2345f16a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-876411410678728221117364", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c65f9853-ae81-438b-9cb1-c4ac2345f16a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-876411410678728221117364", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c65f9853-ae81-438b-9cb1-c4ac2345f16a", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:60957685-cffb-408e-8819-107e3c51387b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:60957685-cffb-408e-8819-107e3c51387b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-664621449229044400536974", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:60957685-cffb-408e-8819-107e3c51387b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-664621449229044400536974", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:60957685-cffb-408e-8819-107e3c51387b", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0d1f67d8-8bb3-4b68-be41-60b7ecd52a93", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d1f67d8-8bb3-4b68-be41-60b7ecd52a93", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b84c99f6-6264-4ac7-babe-4b8e2f1db859", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-641445980618895829016627", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d1f67d8-8bb3-4b68-be41-60b7ecd52a93", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-641445980618895829016627", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d1f67d8-8bb3-4b68-be41-60b7ecd52a93", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-06-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-867888554814237482785056", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-867888554814237482785056", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 67, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 2, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 31, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-07-15", - "version" : 2.9, - "status" : "Expired" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6693, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 15 - } - }, - "commercial" : { - "placedOnMarket" : "2023-05-26", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-867888554814237482785056", - "key" : "PartInstanceID" - } ], - "gtin" : " 65581415", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "847005943" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "SubstanceOfConcern", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-07-29", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 3.5508 ] - }, - "id" : "VV1721" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Manganese" - } ], - "critical" : [ "Manganese" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 123 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:93be052d-103c-4a7f-ac33-a15b42d372a9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d05aee7f-a772-4f6a-a553-c4c4c9461f02", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f4249b79-0f82-4627-9ce3-76429f511931", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:26703097-4b49-4d94-a827-ca48a1136fae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0ed89299-598e-43e6-ac62-e56f67229647", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:52cb1542-0e2f-4e55-b79a-0f3c01d88c0c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0bbba300-7d5e-42b3-95d6-4b999dee4152", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1d1a335a-1622-4e1a-99ea-f1ec839bf47c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:718ba991-50e0-4f9f-9540-0fd15a2c9c8f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f0ce2ce7-aef1-42de-a316-aaa1b0d20f64", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:93be052d-103c-4a7f-ac33-a15b42d372a9", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:93be052d-103c-4a7f-ac33-a15b42d372a9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-642091802144188798583959", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:93be052d-103c-4a7f-ac33-a15b42d372a9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-642091802144188798583959", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:93be052d-103c-4a7f-ac33-a15b42d372a9", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-07-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d05aee7f-a772-4f6a-a553-c4c4c9461f02", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d05aee7f-a772-4f6a-a553-c4c4c9461f02", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-350878763393992292173990", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d05aee7f-a772-4f6a-a553-c4c4c9461f02", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-350878763393992292173990", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d05aee7f-a772-4f6a-a553-c4c4c9461f02", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-02-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f4249b79-0f82-4627-9ce3-76429f511931", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f4249b79-0f82-4627-9ce3-76429f511931", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-456762106567019646739518", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f4249b79-0f82-4627-9ce3-76429f511931", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-456762106567019646739518", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f4249b79-0f82-4627-9ce3-76429f511931", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-02-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:26703097-4b49-4d94-a827-ca48a1136fae", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:26703097-4b49-4d94-a827-ca48a1136fae", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-376760522312345168215874", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:26703097-4b49-4d94-a827-ca48a1136fae", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-376760522312345168215874", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:26703097-4b49-4d94-a827-ca48a1136fae", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0ed89299-598e-43e6-ac62-e56f67229647", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0ed89299-598e-43e6-ac62-e56f67229647", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-384157581149931590603111", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0ed89299-598e-43e6-ac62-e56f67229647", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-384157581149931590603111", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0ed89299-598e-43e6-ac62-e56f67229647", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2013-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:52cb1542-0e2f-4e55-b79a-0f3c01d88c0c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:52cb1542-0e2f-4e55-b79a-0f3c01d88c0c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-418243248203972987984419", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:52cb1542-0e2f-4e55-b79a-0f3c01d88c0c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-418243248203972987984419", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:52cb1542-0e2f-4e55-b79a-0f3c01d88c0c", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-04-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0bbba300-7d5e-42b3-95d6-4b999dee4152", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0bbba300-7d5e-42b3-95d6-4b999dee4152", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-286700554789286876551035", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0bbba300-7d5e-42b3-95d6-4b999dee4152", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-286700554789286876551035", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0bbba300-7d5e-42b3-95d6-4b999dee4152", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-12-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1d1a335a-1622-4e1a-99ea-f1ec839bf47c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d1a335a-1622-4e1a-99ea-f1ec839bf47c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-134758950286810175478152", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1d1a335a-1622-4e1a-99ea-f1ec839bf47c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-134758950286810175478152", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d1a335a-1622-4e1a-99ea-f1ec839bf47c", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:718ba991-50e0-4f9f-9540-0fd15a2c9c8f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:718ba991-50e0-4f9f-9540-0fd15a2c9c8f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-820497088324299827412952", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:718ba991-50e0-4f9f-9540-0fd15a2c9c8f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-820497088324299827412952", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:718ba991-50e0-4f9f-9540-0fd15a2c9c8f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f0ce2ce7-aef1-42de-a316-aaa1b0d20f64", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0ce2ce7-aef1-42de-a316-aaa1b0d20f64", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:629e9481-bdc0-4219-915a-55e00ee7e8a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-276130290739344384449280", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f0ce2ce7-aef1-42de-a316-aaa1b0d20f64", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-276130290739344384449280", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0ce2ce7-aef1-42de-a316-aaa1b0d20f64", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-03-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-181362049522297310630518", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-181362049522297310630518", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 27, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 22, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 65, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-08-18", - "version" : 2.3, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.69119999999998, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 18 - } - }, - "commercial" : { - "placedOnMarket" : "2021-05-28", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-181362049522297310630518", - "key" : "PartInstanceID" - } ], - "gtin" : " 70317136", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "631880631" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-29", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 0.4664 ] - }, - "id" : "JI5290" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Cobalt" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 113 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b0a74556-d7af-4d60-87ab-6700f0bb1ea5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:da3e663d-5864-409e-8e6d-1835a7080251", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ec12fe71-caf9-4a32-843f-2f2c03bf00e4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f920fafd-b0b2-46a3-b1ae-de453c5f5794", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a7c98a8f-8be9-4e0f-a3dd-dfdc966b7d87", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:645a0e13-31e9-4b11-bccd-b946ce2cdaf3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a28e3258-e3f9-49a2-8050-fe89f6cb1c98", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5dd093cf-65fe-4f4d-b49b-6f6fa74a15b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a45fbde4-aafd-482e-a77b-b3b407a22f03", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c4b5b208-45be-42b2-ab54-23c07c056ac3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b0a74556-d7af-4d60-87ab-6700f0bb1ea5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b0a74556-d7af-4d60-87ab-6700f0bb1ea5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-257778560328923736011025", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b0a74556-d7af-4d60-87ab-6700f0bb1ea5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-257778560328923736011025", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b0a74556-d7af-4d60-87ab-6700f0bb1ea5", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:da3e663d-5864-409e-8e6d-1835a7080251", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:da3e663d-5864-409e-8e6d-1835a7080251", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-008325127632335662918227", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:da3e663d-5864-409e-8e6d-1835a7080251", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-008325127632335662918227", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:da3e663d-5864-409e-8e6d-1835a7080251", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-01-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ec12fe71-caf9-4a32-843f-2f2c03bf00e4", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec12fe71-caf9-4a32-843f-2f2c03bf00e4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-286173602923935121471303", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ec12fe71-caf9-4a32-843f-2f2c03bf00e4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-286173602923935121471303", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ec12fe71-caf9-4a32-843f-2f2c03bf00e4", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-12-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f920fafd-b0b2-46a3-b1ae-de453c5f5794", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f920fafd-b0b2-46a3-b1ae-de453c5f5794", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-903221124658285017057135", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f920fafd-b0b2-46a3-b1ae-de453c5f5794", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-903221124658285017057135", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f920fafd-b0b2-46a3-b1ae-de453c5f5794", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-08-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a7c98a8f-8be9-4e0f-a3dd-dfdc966b7d87", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a7c98a8f-8be9-4e0f-a3dd-dfdc966b7d87", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-053724072273071869382716", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a7c98a8f-8be9-4e0f-a3dd-dfdc966b7d87", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-053724072273071869382716", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a7c98a8f-8be9-4e0f-a3dd-dfdc966b7d87", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-02-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-13", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:645a0e13-31e9-4b11-bccd-b946ce2cdaf3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:645a0e13-31e9-4b11-bccd-b946ce2cdaf3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-217201927107779747876683", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:645a0e13-31e9-4b11-bccd-b946ce2cdaf3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-217201927107779747876683", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:645a0e13-31e9-4b11-bccd-b946ce2cdaf3", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a28e3258-e3f9-49a2-8050-fe89f6cb1c98", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a28e3258-e3f9-49a2-8050-fe89f6cb1c98", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-992470016447777688166281", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a28e3258-e3f9-49a2-8050-fe89f6cb1c98", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-992470016447777688166281", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a28e3258-e3f9-49a2-8050-fe89f6cb1c98", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5dd093cf-65fe-4f4d-b49b-6f6fa74a15b9", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5dd093cf-65fe-4f4d-b49b-6f6fa74a15b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-196299875913449566412631", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5dd093cf-65fe-4f4d-b49b-6f6fa74a15b9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-196299875913449566412631", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5dd093cf-65fe-4f4d-b49b-6f6fa74a15b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-01-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a45fbde4-aafd-482e-a77b-b3b407a22f03", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a45fbde4-aafd-482e-a77b-b3b407a22f03", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-486582370436360029343916", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a45fbde4-aafd-482e-a77b-b3b407a22f03", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-486582370436360029343916", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a45fbde4-aafd-482e-a77b-b3b407a22f03", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-06-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:c4b5b208-45be-42b2-ab54-23c07c056ac3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c4b5b208-45be-42b2-ab54-23c07c056ac3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f9e80080-e325-4b0a-aaee-f4e5d3b04e50", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-153814018925644549570460", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c4b5b208-45be-42b2-ab54-23c07c056ac3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-153814018925644549570460", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c4b5b208-45be-42b2-ab54-23c07c056ac3", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-07-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7831bdbb-a48e-43b7-b835-4f56b17045fd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-068307704887627153296529", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-068307704887627153296529", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 20, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 28, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 55, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-03-01", - "version" : 1.9, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6355, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 19 - } - }, - "commercial" : { - "placedOnMarket" : "2022-11-14", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-068307704887627153296529", - "key" : "PartInstanceID" - } ], - "gtin" : " 79156985", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "221511060" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Compliance", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-15", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 9.9364 ] - }, - "id" : "ZR4343" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Cobalt" - } ], - "critical" : [ "Manganese" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 115 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AXS3", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4a3d8e1e-b53b-4780-b7b9-40846a4db18a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b2195e86-310f-4fa1-bca0-b353ee384bdd", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3eb498c6-30f4-48a5-9ecf-fd06234ebbe8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7836145b-ea6d-4a86-9bfc-e6a5e46f2d42", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:754e0451-1919-4a65-aab7-77b442543173", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7a51eab3-6b1a-44be-8a78-bb81fbcd51f4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:74875db6-64d4-4f79-93d1-ea4bdf4a0846", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4a791f70-ef6c-43a9-b89e-e5bdea86fdb0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bd06e0a1-75b2-4a47-ae5d-76028ae4108c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a6f8fc81-c9a0-475c-abd0-b1b426eed41c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4a3d8e1e-b53b-4780-b7b9-40846a4db18a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a3d8e1e-b53b-4780-b7b9-40846a4db18a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-093147316673177706643399", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a3d8e1e-b53b-4780-b7b9-40846a4db18a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-093147316673177706643399", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a3d8e1e-b53b-4780-b7b9-40846a4db18a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-12-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b2195e86-310f-4fa1-bca0-b353ee384bdd", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2195e86-310f-4fa1-bca0-b353ee384bdd", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-503022735415133534592423", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b2195e86-310f-4fa1-bca0-b353ee384bdd", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-503022735415133534592423", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b2195e86-310f-4fa1-bca0-b353ee384bdd", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-06-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3eb498c6-30f4-48a5-9ecf-fd06234ebbe8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3eb498c6-30f4-48a5-9ecf-fd06234ebbe8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-121990643415701168914707", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3eb498c6-30f4-48a5-9ecf-fd06234ebbe8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-121990643415701168914707", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3eb498c6-30f4-48a5-9ecf-fd06234ebbe8", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7836145b-ea6d-4a86-9bfc-e6a5e46f2d42", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7836145b-ea6d-4a86-9bfc-e6a5e46f2d42", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-953446928621860802770129", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7836145b-ea6d-4a86-9bfc-e6a5e46f2d42", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-953446928621860802770129", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7836145b-ea6d-4a86-9bfc-e6a5e46f2d42", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-06-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:754e0451-1919-4a65-aab7-77b442543173", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:754e0451-1919-4a65-aab7-77b442543173", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-826934316558032600646819", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:754e0451-1919-4a65-aab7-77b442543173", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-826934316558032600646819", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:754e0451-1919-4a65-aab7-77b442543173", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-07-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7a51eab3-6b1a-44be-8a78-bb81fbcd51f4", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a51eab3-6b1a-44be-8a78-bb81fbcd51f4", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-162911701558465875894337", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7a51eab3-6b1a-44be-8a78-bb81fbcd51f4", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-162911701558465875894337", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7a51eab3-6b1a-44be-8a78-bb81fbcd51f4", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-01-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:74875db6-64d4-4f79-93d1-ea4bdf4a0846", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:74875db6-64d4-4f79-93d1-ea4bdf4a0846", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-659496605521794447911377", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:74875db6-64d4-4f79-93d1-ea4bdf4a0846", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-659496605521794447911377", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:74875db6-64d4-4f79-93d1-ea4bdf4a0846", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4a791f70-ef6c-43a9-b89e-e5bdea86fdb0", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a791f70-ef6c-43a9-b89e-e5bdea86fdb0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-613015129886146912240016", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4a791f70-ef6c-43a9-b89e-e5bdea86fdb0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-613015129886146912240016", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4a791f70-ef6c-43a9-b89e-e5bdea86fdb0", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-11-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bd06e0a1-75b2-4a47-ae5d-76028ae4108c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd06e0a1-75b2-4a47-ae5d-76028ae4108c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-275740882804667917475167", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bd06e0a1-75b2-4a47-ae5d-76028ae4108c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-275740882804667917475167", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd06e0a1-75b2-4a47-ae5d-76028ae4108c", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a6f8fc81-c9a0-475c-abd0-b1b426eed41c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6f8fc81-c9a0-475c-abd0-b1b426eed41c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:377fd1d4-1699-40d2-8111-b1ebb6560755", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-953686946812635028483453", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a6f8fc81-c9a0-475c-abd0-b1b426eed41c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-953686946812635028483453", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a6f8fc81-c9a0-475c-abd0-b1b426eed41c", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Kombilimousine", - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "B298B", - "description" : "keyless entry", - "group" : "special equipment" - }, { - "code" : "A01CR", - "description" : "remote engine start", - "group" : "special equipment" - }, { - "code" : "A248B", - "description" : "steering wheel heating", - "group" : "special equipment" - }, { - "code" : "C247R", - "description" : "trailer hitch", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2020-11-23", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "SR-78", - "key" : "manufacturerPartId" - }, { - "value" : "OMABMYPUABIAZEQDM", - "key" : "partInstanceId" - }, { - "value" : "OMABMYPUABIAZEQDM", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2015-02-24T06:42:54.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "partTypeInformation" : { - "manufacturerPartId" : "SR-78", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 64, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 81, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 53, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 26, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 27, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 21, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 32, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 62, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 17, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 24, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "childItems" : [ { - "catenaXId" : "urn:uuid:34c94e3e-c1db-4e41-aaf8-c7e604f63754", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bd4a4a62-62ed-49da-afa9-a55694b5e1cb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d72d4952-e8af-4df9-b69d-539c290144d5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7ed35075-ed17-46bd-8044-178d2cd83836", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e5b0d9d8-8ce7-446d-9c9c-0d400e8e635e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8cecfcd7-cba5-44cc-a549-10051d1d0329", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ff25c9c4-0b88-4c88-9bfe-d11867fa71e1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f22b3bc8-b077-471a-9c36-838a852ee15d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dd2458cc-7887-4f51-a7b6-1dec54063e2f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4c508405-0866-49d0-8150-1f73a787eb35", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8a19de9c-0425-44ca-813c-d43b27c9eb4e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:38172a85-2ce1-4738-9e67-a921f3a4bf6c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:94f0bb08-db41-4abf-a8b0-2fe2355dfcfa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fa64bd05-80e9-460c-8b29-202ea13806e8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b0469f85-979b-4251-a693-997650c44b39", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a8b13d82-dc6d-4375-8c09-f6c363365603", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:eb47ff40-490d-45c1-8874-5c12242c5f25", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f6532e01-aa25-4802-a683-a2b03d8d5488", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9b068947-75b8-40ad-ae77-a4043a0d808d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:48820f4d-5774-4638-8685-708213db3986", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c078e944-b004-4bd5-8a5b-61ad27fe5890", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:745a650a-ecff-49e8-957f-611566a43b7b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:37f3ed33-2fb1-42db-9296-dc47043acafe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c0b9b772-61c6-4ceb-a79e-d862bb3b893c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:062a9e3d-8a7c-498a-b359-cbc8bc1a6ead", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cb040091-771b-406c-9645-24ee8e404a16", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:737be888-ead8-4cf1-ad55-51c5f140328d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7426d46d-d2f1-4955-9138-2255cabc695e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f286439a-c685-4c8c-a7c3-d8fa8dce659c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:34c94e3e-c1db-4e41-aaf8-c7e604f63754", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:34c94e3e-c1db-4e41-aaf8-c7e604f63754", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-839038852137584148594158", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:34c94e3e-c1db-4e41-aaf8-c7e604f63754", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:bd4a4a62-62ed-49da-afa9-a55694b5e1cb", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd4a4a62-62ed-49da-afa9-a55694b5e1cb", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-720759155452643553843394", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bd4a4a62-62ed-49da-afa9-a55694b5e1cb", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bd4a4a62-62ed-49da-afa9-a55694b5e1cb", - "childItems" : [ { - "catenaXId" : "urn:uuid:90ecf67f-ea13-47bc-b9dd-3d54d6804654", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:90ecf67f-ea13-47bc-b9dd-3d54d6804654", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:90ecf67f-ea13-47bc-b9dd-3d54d6804654", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:bd4a4a62-62ed-49da-afa9-a55694b5e1cb", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-083265702341699803848608", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:90ecf67f-ea13-47bc-b9dd-3d54d6804654", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "33355704YAS", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:90ecf67f-ea13-47bc-b9dd-3d54d6804654", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:d72d4952-e8af-4df9-b69d-539c290144d5", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d72d4952-e8af-4df9-b69d-539c290144d5", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-723054396373739424087746", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d72d4952-e8af-4df9-b69d-539c290144d5", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d72d4952-e8af-4df9-b69d-539c290144d5", - "childItems" : [ { - "catenaXId" : "urn:uuid:62e77c0d-3faf-417e-8974-0d19408e37ee", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:62e77c0d-3faf-417e-8974-0d19408e37ee", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:62e77c0d-3faf-417e-8974-0d19408e37ee", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:d72d4952-e8af-4df9-b69d-539c290144d5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-130660866151998527931971", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:62e77c0d-3faf-417e-8974-0d19408e37ee", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "28402937CMF", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:62e77c0d-3faf-417e-8974-0d19408e37ee", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:7ed35075-ed17-46bd-8044-178d2cd83836", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7ed35075-ed17-46bd-8044-178d2cd83836", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-444238379826682777717099", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7ed35075-ed17-46bd-8044-178d2cd83836", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:e5b0d9d8-8ce7-446d-9c9c-0d400e8e635e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e5b0d9d8-8ce7-446d-9c9c-0d400e8e635e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-313381427439521806691257", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e5b0d9d8-8ce7-446d-9c9c-0d400e8e635e", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:8cecfcd7-cba5-44cc-a549-10051d1d0329", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8cecfcd7-cba5-44cc-a549-10051d1d0329", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-731468958987919961009384", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8cecfcd7-cba5-44cc-a549-10051d1d0329", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:ff25c9c4-0b88-4c88-9bfe-d11867fa71e1", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ff25c9c4-0b88-4c88-9bfe-d11867fa71e1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-842974123141671332896352", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ff25c9c4-0b88-4c88-9bfe-d11867fa71e1", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:f22b3bc8-b077-471a-9c36-838a852ee15d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f22b3bc8-b077-471a-9c36-838a852ee15d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-701839551588647128094407", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f22b3bc8-b077-471a-9c36-838a852ee15d", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:dd2458cc-7887-4f51-a7b6-1dec54063e2f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dd2458cc-7887-4f51-a7b6-1dec54063e2f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-325017528253741930285680", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dd2458cc-7887-4f51-a7b6-1dec54063e2f", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:4c508405-0866-49d0-8150-1f73a787eb35", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4c508405-0866-49d0-8150-1f73a787eb35", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-281809895225107838693839", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4c508405-0866-49d0-8150-1f73a787eb35", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:8a19de9c-0425-44ca-813c-d43b27c9eb4e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8a19de9c-0425-44ca-813c-d43b27c9eb4e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-428521962412672194800140", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8a19de9c-0425-44ca-813c-d43b27c9eb4e", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:38172a85-2ce1-4738-9e67-a921f3a4bf6c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:38172a85-2ce1-4738-9e67-a921f3a4bf6c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-177433206781329658246434", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:38172a85-2ce1-4738-9e67-a921f3a4bf6c", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:94f0bb08-db41-4abf-a8b0-2fe2355dfcfa", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:94f0bb08-db41-4abf-a8b0-2fe2355dfcfa", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-069348730287537490500340", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:94f0bb08-db41-4abf-a8b0-2fe2355dfcfa", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:fa64bd05-80e9-460c-8b29-202ea13806e8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fa64bd05-80e9-460c-8b29-202ea13806e8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-751761899580007666472200", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:fa64bd05-80e9-460c-8b29-202ea13806e8", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:b0469f85-979b-4251-a693-997650c44b39", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b0469f85-979b-4251-a693-997650c44b39", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-991817993609588243288539", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b0469f85-979b-4251-a693-997650c44b39", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:a8b13d82-dc6d-4375-8c09-f6c363365603", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a8b13d82-dc6d-4375-8c09-f6c363365603", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-088241816105321300162547", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a8b13d82-dc6d-4375-8c09-f6c363365603", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:eb47ff40-490d-45c1-8874-5c12242c5f25", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:eb47ff40-490d-45c1-8874-5c12242c5f25", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-803469367682826365531692", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:eb47ff40-490d-45c1-8874-5c12242c5f25", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:f6532e01-aa25-4802-a683-a2b03d8d5488", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f6532e01-aa25-4802-a683-a2b03d8d5488", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-266818832328814841436646", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f6532e01-aa25-4802-a683-a2b03d8d5488", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:9b068947-75b8-40ad-ae77-a4043a0d808d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9b068947-75b8-40ad-ae77-a4043a0d808d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-932238886152827949163978", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9b068947-75b8-40ad-ae77-a4043a0d808d", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:48820f4d-5774-4638-8685-708213db3986", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:48820f4d-5774-4638-8685-708213db3986", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-095267817673905358139124", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:48820f4d-5774-4638-8685-708213db3986", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:c078e944-b004-4bd5-8a5b-61ad27fe5890", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c078e944-b004-4bd5-8a5b-61ad27fe5890", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-585152323518563928641543", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c078e944-b004-4bd5-8a5b-61ad27fe5890", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:745a650a-ecff-49e8-957f-611566a43b7b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:745a650a-ecff-49e8-957f-611566a43b7b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-782704022021261157013718", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:745a650a-ecff-49e8-957f-611566a43b7b", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:37f3ed33-2fb1-42db-9296-dc47043acafe", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:37f3ed33-2fb1-42db-9296-dc47043acafe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-937911291222208172203328", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:37f3ed33-2fb1-42db-9296-dc47043acafe", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:c0b9b772-61c6-4ceb-a79e-d862bb3b893c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c0b9b772-61c6-4ceb-a79e-d862bb3b893c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-100866548483486626925340", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c0b9b772-61c6-4ceb-a79e-d862bb3b893c", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:062a9e3d-8a7c-498a-b359-cbc8bc1a6ead", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:062a9e3d-8a7c-498a-b359-cbc8bc1a6ead", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-382465833555048234948273", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:062a9e3d-8a7c-498a-b359-cbc8bc1a6ead", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:cb040091-771b-406c-9645-24ee8e404a16", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cb040091-771b-406c-9645-24ee8e404a16", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-451266789445704815129387", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cb040091-771b-406c-9645-24ee8e404a16", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:737be888-ead8-4cf1-ad55-51c5f140328d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:737be888-ead8-4cf1-ad55-51c5f140328d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-923477282535984545231074", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:737be888-ead8-4cf1-ad55-51c5f140328d", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:7426d46d-d2f1-4955-9138-2255cabc695e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7426d46d-d2f1-4955-9138-2255cabc695e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-313882481301831511176147", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7426d46d-d2f1-4955-9138-2255cabc695e", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:f286439a-c685-4c8c-a7c3-d8fa8dce659c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f286439a-c685-4c8c-a7c3-d8fa8dce659c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-738623240637696180411718", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f286439a-c685-4c8c-a7c3-d8fa8dce659c", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-270845650964242897182466", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-270845650964242897182466", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 53, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 5, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 62, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "childItems" : [ { - "catenaXId" : "urn:uuid:3f1e9545-ddba-4eec-92d2-29727ca6a599", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9ffbd422-78a9-47c6-bf72-0060dae71c0d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a4232715-bd1f-40c5-9545-5d30e5db15b5", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:3f1e9545-ddba-4eec-92d2-29727ca6a599", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:3f1e9545-ddba-4eec-92d2-29727ca6a599", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3f1e9545-ddba-4eec-92d2-29727ca6a599", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 73, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 36, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9ffbd422-78a9-47c6-bf72-0060dae71c0d", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ffbd422-78a9-47c6-bf72-0060dae71c0d", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "33309Z1-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-235042632371471760705036", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9ffbd422-78a9-47c6-bf72-0060dae71c0d", - "partTypeInformation" : { - "manufacturerPartId" : "33309Z1-60", - "customerPartId" : "33309Z1-60", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9ffbd422-78a9-47c6-bf72-0060dae71c0d", - "childItems" : [ { - "catenaXId" : "urn:uuid:781af0d0-909b-40a6-9204-d6bbd2f8934c", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:781af0d0-909b-40a6-9204-d6bbd2f8934c", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:781af0d0-909b-40a6-9204-d6bbd2f8934c", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:781af0d0-909b-40a6-9204-d6bbd2f8934c", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:9ffbd422-78a9-47c6-bf72-0060dae71c0d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 86, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 73, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a4232715-bd1f-40c5-9545-5d30e5db15b5", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:a4232715-bd1f-40c5-9545-5d30e5db15b5", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a4232715-bd1f-40c5-9545-5d30e5db15b5", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:79119830-42b7-4645-98db-d5f6638ca146", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a4232715-bd1f-40c5-9545-5d30e5db15b5", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "17066B2-11", - "key" : "manufacturerPartId" - }, { - "value" : "NO-366499561044581456626056", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "partTypeInformation" : { - "manufacturerPartId" : "17066B2-11", - "customerPartId" : "17066B2-11", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 30, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "childItems" : [ { - "catenaXId" : "urn:uuid:cdb7f2fc-0faa-4e8d-b4a5-5635ada29743", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4643c7f1-5928-4a06-85a1-812094a7b2aa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7248f37f-e379-4c96-949c-60df35555d70", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:cdb7f2fc-0faa-4e8d-b4a5-5635ada29743", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:cdb7f2fc-0faa-4e8d-b4a5-5635ada29743", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cdb7f2fc-0faa-4e8d-b4a5-5635ada29743", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 35, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 58, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4643c7f1-5928-4a06-85a1-812094a7b2aa", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4643c7f1-5928-4a06-85a1-812094a7b2aa", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "23029S5-65", - "key" : "manufacturerPartId" - }, { - "value" : "NO-587651096418700714883314", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4643c7f1-5928-4a06-85a1-812094a7b2aa", - "partTypeInformation" : { - "manufacturerPartId" : "23029S5-65", - "customerPartId" : "23029S5-65", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4643c7f1-5928-4a06-85a1-812094a7b2aa", - "childItems" : [ { - "catenaXId" : "urn:uuid:ab873981-57f3-4f81-9b0d-0ecbaf5c4606", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ab873981-57f3-4f81-9b0d-0ecbaf5c4606", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ab873981-57f3-4f81-9b0d-0ecbaf5c4606", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ab873981-57f3-4f81-9b0d-0ecbaf5c4606", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4643c7f1-5928-4a06-85a1-812094a7b2aa", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 65, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 89, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:7248f37f-e379-4c96-949c-60df35555d70", - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7248f37f-e379-4c96-949c-60df35555d70", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:c90b1ad5-2007-411d-8f0d-1e041be4faf6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "26107S8-15", - "key" : "manufacturerPartId" - }, { - "value" : "NO-986685800107352056530898", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7248f37f-e379-4c96-949c-60df35555d70", - "partTypeInformation" : { - "manufacturerPartId" : "26107S8-15", - "customerPartId" : "26107S8-15", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 87, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 89, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:825ec3b7-8b43-4746-87e6-99cca6f4cfa8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-069081326382682898034441", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-069081326382682898034441", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 1, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 24, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 71, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-069081326382682898034441", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "38049661-08", - "manufacturerPartId" : "38049661-08" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a Battery", - "class" : { - "code" : "27-05-02-91", - "definition" : "Traction battery, starter battery (parts)" - }, - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-08-25", - "version" : 1.6, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 1343.0703, - "width" : 1343, - "length" : 2540, - "weight" : 601, - "height" : 367 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 15 - } - }, - "commercial" : { - "placedOnMarket" : "2022-06-10", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-069081326382682898034441", - "key" : "PartInstanceID" - } ], - "gtin" : " 29080743", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "793389747" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-09-05", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 8.2386 ] - }, - "id" : "JG7461" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Sealant" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 112 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "childItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-608192764768109447938276", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-608192764768109447938276", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 41, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 89, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 54, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-10-05", - "version" : 1.5, - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6693, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2021-12-26", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-608192764768109447938276", - "key" : "PartInstanceID" - } ], - "gtin" : " 66802912", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "504473490" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "SubstanceOfConcern", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2022-10-21", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 2.4421 ] - }, - "id" : "LK2643" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Manganese" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 111 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c20b02e2-baf0-40c8-b911-4be59a3c2e73", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:64913ed7-a0fd-434b-9232-177af7f96e48", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e8ec0f5d-3059-480a-9686-85a01f04bf58", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:51aa60cd-63ce-46c3-80ab-0b4eb5eab13f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ae0de25e-6fe7-4d50-85ee-37282d025ab3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:50c1a869-1f2f-4c21-8bd7-f33ad6e1534a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f4e0614-5dfa-40d0-b488-104455a29011", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bff8e5b3-6a3f-4253-894e-3ee2912f8d29", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4f435586-3454-437e-ac5a-404a74ec28e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ea5ae1f1-4037-4ecb-a696-97d7675688a0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:c20b02e2-baf0-40c8-b911-4be59a3c2e73", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c20b02e2-baf0-40c8-b911-4be59a3c2e73", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-922372736915776314348946", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c20b02e2-baf0-40c8-b911-4be59a3c2e73", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-922372736915776314348946", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:c20b02e2-baf0-40c8-b911-4be59a3c2e73", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:64913ed7-a0fd-434b-9232-177af7f96e48", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:64913ed7-a0fd-434b-9232-177af7f96e48", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-458108876691126518508880", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:64913ed7-a0fd-434b-9232-177af7f96e48", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-458108876691126518508880", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:64913ed7-a0fd-434b-9232-177af7f96e48", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-03-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e8ec0f5d-3059-480a-9686-85a01f04bf58", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8ec0f5d-3059-480a-9686-85a01f04bf58", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-989911457567851660795375", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e8ec0f5d-3059-480a-9686-85a01f04bf58", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-989911457567851660795375", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8ec0f5d-3059-480a-9686-85a01f04bf58", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-11-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:51aa60cd-63ce-46c3-80ab-0b4eb5eab13f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:51aa60cd-63ce-46c3-80ab-0b4eb5eab13f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-713237952524769313944433", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:51aa60cd-63ce-46c3-80ab-0b4eb5eab13f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-713237952524769313944433", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:51aa60cd-63ce-46c3-80ab-0b4eb5eab13f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-05-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ae0de25e-6fe7-4d50-85ee-37282d025ab3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ae0de25e-6fe7-4d50-85ee-37282d025ab3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-144364032083118656901598", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ae0de25e-6fe7-4d50-85ee-37282d025ab3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-144364032083118656901598", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ae0de25e-6fe7-4d50-85ee-37282d025ab3", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:50c1a869-1f2f-4c21-8bd7-f33ad6e1534a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:50c1a869-1f2f-4c21-8bd7-f33ad6e1534a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-230434542333541599332115", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:50c1a869-1f2f-4c21-8bd7-f33ad6e1534a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-230434542333541599332115", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:50c1a869-1f2f-4c21-8bd7-f33ad6e1534a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-01-31", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0f4e0614-5dfa-40d0-b488-104455a29011", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f4e0614-5dfa-40d0-b488-104455a29011", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-463943491249283837484732", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f4e0614-5dfa-40d0-b488-104455a29011", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-463943491249283837484732", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f4e0614-5dfa-40d0-b488-104455a29011", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bff8e5b3-6a3f-4253-894e-3ee2912f8d29", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bff8e5b3-6a3f-4253-894e-3ee2912f8d29", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-700252093733933903040817", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bff8e5b3-6a3f-4253-894e-3ee2912f8d29", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-700252093733933903040817", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bff8e5b3-6a3f-4253-894e-3ee2912f8d29", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4f435586-3454-437e-ac5a-404a74ec28e3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f435586-3454-437e-ac5a-404a74ec28e3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-272900811582538956022382", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4f435586-3454-437e-ac5a-404a74ec28e3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-272900811582538956022382", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4f435586-3454-437e-ac5a-404a74ec28e3", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-09-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:ea5ae1f1-4037-4ecb-a696-97d7675688a0", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea5ae1f1-4037-4ecb-a696-97d7675688a0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:b9fc658d-1d24-4749-a97b-e230d0c552a3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-415693008978893456800354", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ea5ae1f1-4037-4ecb-a696-97d7675688a0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-415693008978893456800354", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ea5ae1f1-4037-4ecb-a696-97d7675688a0", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-10-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-463961923994932997874519", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-463961923994932997874519", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 87, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 43, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 77, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-04-18", - "version" : 1.8, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6218, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 18 - } - }, - "commercial" : { - "placedOnMarket" : "2021-12-16", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-463961923994932997874519", - "key" : "PartInstanceID" - } ], - "gtin" : " 43275585", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "546540504" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "SubstanceOfConcern", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-05-06", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 6.8883 ] - }, - "id" : "FG4692" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Insulator" - } ], - "critical" : [ "Manganese" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 120 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003AYRE", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:ee027879-2b4d-45fd-9d9f-20cac233bbac", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:08a76f2e-0037-403f-90e8-fa0adc7b40e6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b281342a-e56b-4a64-8fd1-d7a4136e18b6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f0917c5c-5ade-40e3-82bb-ef55ea162cae", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8c748953-e0ed-4b4b-938e-94e3784618b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:bfcaf958-c55a-4a6a-b935-d75acc7c8598", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1c9bf659-405c-43f8-866c-6f1660068c2a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4d54b630-2adf-4204-9ff9-5feddface557", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:95242a8c-3f63-448a-a90e-096ae56b6a3a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cc212859-1aca-4c42-8d5b-1830aae6e4a8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ee027879-2b4d-45fd-9d9f-20cac233bbac", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ee027879-2b4d-45fd-9d9f-20cac233bbac", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-773119114187404479969114", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ee027879-2b4d-45fd-9d9f-20cac233bbac", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-773119114187404479969114", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:ee027879-2b4d-45fd-9d9f-20cac233bbac", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-03-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:08a76f2e-0037-403f-90e8-fa0adc7b40e6", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:08a76f2e-0037-403f-90e8-fa0adc7b40e6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-872638155665100361832396", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:08a76f2e-0037-403f-90e8-fa0adc7b40e6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-872638155665100361832396", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:08a76f2e-0037-403f-90e8-fa0adc7b40e6", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-08-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:b281342a-e56b-4a64-8fd1-d7a4136e18b6", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b281342a-e56b-4a64-8fd1-d7a4136e18b6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-394013381995894314901186", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b281342a-e56b-4a64-8fd1-d7a4136e18b6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-394013381995894314901186", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:b281342a-e56b-4a64-8fd1-d7a4136e18b6", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f0917c5c-5ade-40e3-82bb-ef55ea162cae", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0917c5c-5ade-40e3-82bb-ef55ea162cae", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-660432861537328709047027", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f0917c5c-5ade-40e3-82bb-ef55ea162cae", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-660432861537328709047027", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f0917c5c-5ade-40e3-82bb-ef55ea162cae", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-11-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8c748953-e0ed-4b4b-938e-94e3784618b9", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c748953-e0ed-4b4b-938e-94e3784618b9", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-409481554062094330189502", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8c748953-e0ed-4b4b-938e-94e3784618b9", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-409481554062094330189502", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8c748953-e0ed-4b4b-938e-94e3784618b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-01-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:bfcaf958-c55a-4a6a-b935-d75acc7c8598", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:bfcaf958-c55a-4a6a-b935-d75acc7c8598", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-270898818611453252659538", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:bfcaf958-c55a-4a6a-b935-d75acc7c8598", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-270898818611453252659538", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:bfcaf958-c55a-4a6a-b935-d75acc7c8598", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-07-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1c9bf659-405c-43f8-866c-6f1660068c2a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c9bf659-405c-43f8-866c-6f1660068c2a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-509719447982150715831015", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1c9bf659-405c-43f8-866c-6f1660068c2a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-509719447982150715831015", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1c9bf659-405c-43f8-866c-6f1660068c2a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-27", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:4d54b630-2adf-4204-9ff9-5feddface557", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d54b630-2adf-4204-9ff9-5feddface557", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-555595155094164934181442", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4d54b630-2adf-4204-9ff9-5feddface557", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-555595155094164934181442", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d54b630-2adf-4204-9ff9-5feddface557", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-11-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:95242a8c-3f63-448a-a90e-096ae56b6a3a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:95242a8c-3f63-448a-a90e-096ae56b6a3a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-299561110591366000649409", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:95242a8c-3f63-448a-a90e-096ae56b6a3a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-299561110591366000649409", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:95242a8c-3f63-448a-a90e-096ae56b6a3a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-06-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cc212859-1aca-4c42-8d5b-1830aae6e4a8", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc212859-1aca-4c42-8d5b-1830aae6e4a8", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dd13d210-598b-494e-8bdf-a0b237966fc1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-629808451548045509345409", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cc212859-1aca-4c42-8d5b-1830aae6e4a8", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-629808451548045509345409", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cc212859-1aca-4c42-8d5b-1830aae6e4a8", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-06-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-157450264033503891282455", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-157450264033503891282455", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 60, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 25, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 85, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-04-08", - "version" : 1.7, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.69639999999998, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 17 - } - }, - "commercial" : { - "placedOnMarket" : "2022-02-18", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-157450264033503891282455", - "key" : "PartInstanceID" - } ], - "gtin" : " 93553571", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "582193773" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Passport", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2022-08-27", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 2.1681 ] - }, - "id" : "IF2406" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Insulator" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 111 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0b1d4628-7db5-46d1-9f63-6c0278d17687", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f596144f-1a43-4539-bd27-566d80f09fe3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a604da53-e507-4357-bea1-63207a365070", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:16ba8242-c626-4ff7-bdbe-379cf9217d31", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:12add9e0-643b-421b-9a2c-f409e018531a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a4cfb58e-5c3e-4c60-9b74-46a8bda2419f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:313f238c-03ae-4c1e-9999-36c1076202e6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5eadbf6c-c007-451d-a810-a7832449dcf0", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5d708d78-82bd-4974-9338-006c7f5c4601", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6f562450-11dc-4f9b-8f25-22bf56e163af", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:0b1d4628-7db5-46d1-9f63-6c0278d17687", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0b1d4628-7db5-46d1-9f63-6c0278d17687", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-446944896702970780386135", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0b1d4628-7db5-46d1-9f63-6c0278d17687", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-446944896702970780386135", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0b1d4628-7db5-46d1-9f63-6c0278d17687", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f596144f-1a43-4539-bd27-566d80f09fe3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f596144f-1a43-4539-bd27-566d80f09fe3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-600739555484548994851355", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f596144f-1a43-4539-bd27-566d80f09fe3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-600739555484548994851355", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f596144f-1a43-4539-bd27-566d80f09fe3", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a604da53-e507-4357-bea1-63207a365070", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a604da53-e507-4357-bea1-63207a365070", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-599640350218306440671929", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a604da53-e507-4357-bea1-63207a365070", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-599640350218306440671929", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a604da53-e507-4357-bea1-63207a365070", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-09-20", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:16ba8242-c626-4ff7-bdbe-379cf9217d31", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:16ba8242-c626-4ff7-bdbe-379cf9217d31", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-843814528599608641888584", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:16ba8242-c626-4ff7-bdbe-379cf9217d31", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-843814528599608641888584", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:16ba8242-c626-4ff7-bdbe-379cf9217d31", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:12add9e0-643b-421b-9a2c-f409e018531a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:12add9e0-643b-421b-9a2c-f409e018531a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-703389419189932673533978", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:12add9e0-643b-421b-9a2c-f409e018531a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-703389419189932673533978", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:12add9e0-643b-421b-9a2c-f409e018531a", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-09-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a4cfb58e-5c3e-4c60-9b74-46a8bda2419f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a4cfb58e-5c3e-4c60-9b74-46a8bda2419f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-796091151401430615111501", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a4cfb58e-5c3e-4c60-9b74-46a8bda2419f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-796091151401430615111501", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a4cfb58e-5c3e-4c60-9b74-46a8bda2419f", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-08-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:313f238c-03ae-4c1e-9999-36c1076202e6", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:313f238c-03ae-4c1e-9999-36c1076202e6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-800958908498711252401249", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:313f238c-03ae-4c1e-9999-36c1076202e6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-800958908498711252401249", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:313f238c-03ae-4c1e-9999-36c1076202e6", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-09-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5eadbf6c-c007-451d-a810-a7832449dcf0", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5eadbf6c-c007-451d-a810-a7832449dcf0", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-686873329400412566667872", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5eadbf6c-c007-451d-a810-a7832449dcf0", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-686873329400412566667872", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5eadbf6c-c007-451d-a810-a7832449dcf0", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5d708d78-82bd-4974-9338-006c7f5c4601", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5d708d78-82bd-4974-9338-006c7f5c4601", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-568025168082017673624973", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5d708d78-82bd-4974-9338-006c7f5c4601", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-568025168082017673624973", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5d708d78-82bd-4974-9338-006c7f5c4601", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-05-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6f562450-11dc-4f9b-8f25-22bf56e163af", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6f562450-11dc-4f9b-8f25-22bf56e163af", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:da788a42-1ffb-434f-8862-5f3b445ebb32", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-836983193555759585514877", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6f562450-11dc-4f9b-8f25-22bf56e163af", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-836983193555759585514877", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6f562450-11dc-4f9b-8f25-22bf56e163af", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-311123043560054933388320", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-311123043560054933388320", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 37, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 38, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 32, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-05-31", - "version" : 2.1, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6361, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 19 - } - }, - "commercial" : { - "placedOnMarket" : "2021-05-21", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-311123043560054933388320", - "key" : "PartInstanceID" - } ], - "gtin" : " 22460502", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "160138464" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Passport", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-05-15", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 6.8899 ] - }, - "id" : "HB2193" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Nickel" - } ], - "critical" : [ "Nickel" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 113 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AXS3", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9d83e3cd-af09-48ee-a991-dd2cee129259", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:14cd76df-9f5f-407b-9269-7768568ab849", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7d92dba4-5a4e-4c11-aa4b-ee8708580390", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9208f902-6df0-4d4e-9f4b-1be87f403c59", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:75651d64-ab01-4313-92b4-ffe3e2b3cade", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:32ffac0b-5c2e-4744-8723-2595711a9140", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:452be520-ba00-457d-8e08-b4d9643ccb85", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d5a37e87-b6f8-4deb-a245-31f9ea9f3cb3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:da5f2f0c-9a3b-4d81-b1c0-d6ceb7c97e31", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:81797e0e-2fba-41db-828f-ff4b6a0f599b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:9d83e3cd-af09-48ee-a991-dd2cee129259", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d83e3cd-af09-48ee-a991-dd2cee129259", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-890590304516027782356372", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9d83e3cd-af09-48ee-a991-dd2cee129259", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-890590304516027782356372", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9d83e3cd-af09-48ee-a991-dd2cee129259", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-06-25", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:14cd76df-9f5f-407b-9269-7768568ab849", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:14cd76df-9f5f-407b-9269-7768568ab849", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-907806443250087968906457", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:14cd76df-9f5f-407b-9269-7768568ab849", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-907806443250087968906457", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:14cd76df-9f5f-407b-9269-7768568ab849", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7d92dba4-5a4e-4c11-aa4b-ee8708580390", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7d92dba4-5a4e-4c11-aa4b-ee8708580390", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-257318696623039438072872", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7d92dba4-5a4e-4c11-aa4b-ee8708580390", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-257318696623039438072872", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7d92dba4-5a4e-4c11-aa4b-ee8708580390", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-09-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9208f902-6df0-4d4e-9f4b-1be87f403c59", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9208f902-6df0-4d4e-9f4b-1be87f403c59", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-515632049232593164433380", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9208f902-6df0-4d4e-9f4b-1be87f403c59", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-515632049232593164433380", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9208f902-6df0-4d4e-9f4b-1be87f403c59", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-05-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:75651d64-ab01-4313-92b4-ffe3e2b3cade", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:75651d64-ab01-4313-92b4-ffe3e2b3cade", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-444559767988679216267692", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:75651d64-ab01-4313-92b4-ffe3e2b3cade", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-444559767988679216267692", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:75651d64-ab01-4313-92b4-ffe3e2b3cade", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:32ffac0b-5c2e-4744-8723-2595711a9140", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:32ffac0b-5c2e-4744-8723-2595711a9140", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-680348547456882396442670", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:32ffac0b-5c2e-4744-8723-2595711a9140", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-680348547456882396442670", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:32ffac0b-5c2e-4744-8723-2595711a9140", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-12-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:452be520-ba00-457d-8e08-b4d9643ccb85", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:452be520-ba00-457d-8e08-b4d9643ccb85", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-059709896602518915686228", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:452be520-ba00-457d-8e08-b4d9643ccb85", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-059709896602518915686228", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:452be520-ba00-457d-8e08-b4d9643ccb85", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-09-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-19", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d5a37e87-b6f8-4deb-a245-31f9ea9f3cb3", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5a37e87-b6f8-4deb-a245-31f9ea9f3cb3", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-503768807415618806106636", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d5a37e87-b6f8-4deb-a245-31f9ea9f3cb3", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-503768807415618806106636", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d5a37e87-b6f8-4deb-a245-31f9ea9f3cb3", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-03-29", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:da5f2f0c-9a3b-4d81-b1c0-d6ceb7c97e31", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:da5f2f0c-9a3b-4d81-b1c0-d6ceb7c97e31", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-199007379766064617386491", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:da5f2f0c-9a3b-4d81-b1c0-d6ceb7c97e31", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-199007379766064617386491", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:da5f2f0c-9a3b-4d81-b1c0-d6ceb7c97e31", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-11", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:81797e0e-2fba-41db-828f-ff4b6a0f599b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:81797e0e-2fba-41db-828f-ff4b6a0f599b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:655edc64-da88-4ced-9779-5acd02cf50e3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-563028236953919060316165", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:81797e0e-2fba-41db-828f-ff4b6a0f599b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-563028236953919060316165", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:81797e0e-2fba-41db-828f-ff4b6a0f599b", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-06-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-311356991123682639383128", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-311356991123682639383128", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 45, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 1, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 63, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-07-13", - "version" : 1.8, - "status" : "Invalid" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6602, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 18 - } - }, - "commercial" : { - "placedOnMarket" : "2023-02-20", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-311356991123682639383128", - "key" : "PartInstanceID" - } ], - "gtin" : " 90664320", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "518877264" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "SubstanceOfConcern", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-17", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 0.6999 ] - }, - "id" : "QX2836" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Steel" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 110 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "childItems" : [ { - "catenaXId" : "urn:uuid:533543fb-5d09-4270-b4d5-0323de239d9a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0d226196-81a0-428b-b7e2-074c72135a76", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9b0396d5-d465-4da8-8f06-320859f289a5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f100a0d-4d02-4e93-8d4f-cb198dea84d2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cfdbd115-797e-4f70-ba66-9a995376e525", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1035e8f3-6067-410b-8a37-f0d2c5e9bb64", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:20302470-a8fa-4009-938a-cec008f03a05", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e8d65265-d9da-4ed0-970d-99ddc53d72fe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e216cb12-f50f-40c5-8fc5-90b4d1a79ba7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5194f37d-9f31-4c58-9448-d5d99fe2b99c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d24dc369-cce3-4a6a-a0eb-06ff57c28225", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:0d226196-81a0-428b-b7e2-074c72135a76", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d226196-81a0-428b-b7e2-074c72135a76", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-832550879585520205373455", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0d226196-81a0-428b-b7e2-074c72135a76", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-832550879585520205373455", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0d226196-81a0-428b-b7e2-074c72135a76", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-11-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9b0396d5-d465-4da8-8f06-320859f289a5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9b0396d5-d465-4da8-8f06-320859f289a5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-991528709183542019913657", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9b0396d5-d465-4da8-8f06-320859f289a5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-991528709183542019913657", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9b0396d5-d465-4da8-8f06-320859f289a5", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-03-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0f100a0d-4d02-4e93-8d4f-cb198dea84d2", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f100a0d-4d02-4e93-8d4f-cb198dea84d2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-054027318908764258844866", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f100a0d-4d02-4e93-8d4f-cb198dea84d2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-054027318908764258844866", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f100a0d-4d02-4e93-8d4f-cb198dea84d2", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-07-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cfdbd115-797e-4f70-ba66-9a995376e525", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cfdbd115-797e-4f70-ba66-9a995376e525", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-957765082927938986300394", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cfdbd115-797e-4f70-ba66-9a995376e525", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-957765082927938986300394", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cfdbd115-797e-4f70-ba66-9a995376e525", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-08-23", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-03", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1035e8f3-6067-410b-8a37-f0d2c5e9bb64", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1035e8f3-6067-410b-8a37-f0d2c5e9bb64", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-172943896577027362153669", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1035e8f3-6067-410b-8a37-f0d2c5e9bb64", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-172943896577027362153669", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1035e8f3-6067-410b-8a37-f0d2c5e9bb64", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-10-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:20302470-a8fa-4009-938a-cec008f03a05", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:20302470-a8fa-4009-938a-cec008f03a05", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-855438856667880181382885", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:20302470-a8fa-4009-938a-cec008f03a05", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-855438856667880181382885", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:20302470-a8fa-4009-938a-cec008f03a05", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2021-03-15", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-18", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e8d65265-d9da-4ed0-970d-99ddc53d72fe", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8d65265-d9da-4ed0-970d-99ddc53d72fe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-681075612810281787411299", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e8d65265-d9da-4ed0-970d-99ddc53d72fe", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-681075612810281787411299", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e8d65265-d9da-4ed0-970d-99ddc53d72fe", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:e216cb12-f50f-40c5-8fc5-90b4d1a79ba7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e216cb12-f50f-40c5-8fc5-90b4d1a79ba7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-376674711595154257072017", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e216cb12-f50f-40c5-8fc5-90b4d1a79ba7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-376674711595154257072017", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e216cb12-f50f-40c5-8fc5-90b4d1a79ba7", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-07-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5194f37d-9f31-4c58-9448-d5d99fe2b99c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5194f37d-9f31-4c58-9448-d5d99fe2b99c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-145287530370579797132962", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5194f37d-9f31-4c58-9448-d5d99fe2b99c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-145287530370579797132962", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5194f37d-9f31-4c58-9448-d5d99fe2b99c", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-04-04", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-02", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d24dc369-cce3-4a6a-a0eb-06ff57c28225", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d24dc369-cce3-4a6a-a0eb-06ff57c28225", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:5c03d9ae-6335-4d7b-beaa-276bcc8756cc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-917582813545788973731261", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d24dc369-cce3-4a6a-a0eb-06ff57c28225", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-917582813545788973731261", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d24dc369-cce3-4a6a-a0eb-06ff57c28225", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0d5ef250-56cf-47ba-84fa-553c4ec55876", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-440674234381350384597706", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-440674234381350384597706", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 31, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 3, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 81, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AYRE", - "eori" : "DE012345678901" - }, - "issueDate" : "2022-01-16", - "version" : 2.2, - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6631, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 15 - } - }, - "commercial" : { - "placedOnMarket" : "2022-01-11", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-440674234381350384597706", - "key" : "PartInstanceID" - } ], - "gtin" : " 17760852", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "733564272" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2022-10-19", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 8.1432 ] - }, - "id" : "JC7518" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Graphite" - } ], - "critical" : [ "Cobalt" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 119 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003B2OM", - "manufacturerId" : "BPNL00000003AYRE" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4e27d5d6-3284-42d9-b78d-31c769ea7fbe", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:293b5976-023d-4ed3-9270-e1afd2dec0c5", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:de7b8f1a-4bce-4065-b821-7a873728ca69", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:be8ec27e-1efe-4b4b-9850-8e53da8cce8b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0f11ffaf-ec68-47cf-8530-45c337383e9d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6d5f51f6-af19-4022-8cbe-983626a4ff4e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cbe59a12-99da-4c71-b511-4e0c1279c21d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6ddfcae2-69be-46ef-8c05-62999140370b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:72e3bad7-4ef9-458c-ad99-da87019dc93b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:264ed1cf-70dc-40bd-ae5c-349ae35c5bf6", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:4e27d5d6-3284-42d9-b78d-31c769ea7fbe", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e27d5d6-3284-42d9-b78d-31c769ea7fbe", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-837166063886216253669932", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4e27d5d6-3284-42d9-b78d-31c769ea7fbe", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-837166063886216253669932", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4e27d5d6-3284-42d9-b78d-31c769ea7fbe", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-04-21", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:293b5976-023d-4ed3-9270-e1afd2dec0c5", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:293b5976-023d-4ed3-9270-e1afd2dec0c5", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-676379588857147045040362", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:293b5976-023d-4ed3-9270-e1afd2dec0c5", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-676379588857147045040362", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:293b5976-023d-4ed3-9270-e1afd2dec0c5", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-10-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:de7b8f1a-4bce-4065-b821-7a873728ca69", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:de7b8f1a-4bce-4065-b821-7a873728ca69", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-404432758661344971098153", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:de7b8f1a-4bce-4065-b821-7a873728ca69", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-404432758661344971098153", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:de7b8f1a-4bce-4065-b821-7a873728ca69", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-10-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-01", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:be8ec27e-1efe-4b4b-9850-8e53da8cce8b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:be8ec27e-1efe-4b4b-9850-8e53da8cce8b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-957145715301892831364395", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:be8ec27e-1efe-4b4b-9850-8e53da8cce8b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-957145715301892831364395", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:be8ec27e-1efe-4b4b-9850-8e53da8cce8b", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-08-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-11", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0f11ffaf-ec68-47cf-8530-45c337383e9d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f11ffaf-ec68-47cf-8530-45c337383e9d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-587366587015043366128801", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0f11ffaf-ec68-47cf-8530-45c337383e9d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-587366587015043366128801", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0f11ffaf-ec68-47cf-8530-45c337383e9d", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-29", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6d5f51f6-af19-4022-8cbe-983626a4ff4e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d5f51f6-af19-4022-8cbe-983626a4ff4e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-782195049030685641373025", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6d5f51f6-af19-4022-8cbe-983626a4ff4e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-782195049030685641373025", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d5f51f6-af19-4022-8cbe-983626a4ff4e", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-03-18", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cbe59a12-99da-4c71-b511-4e0c1279c21d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cbe59a12-99da-4c71-b511-4e0c1279c21d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-166403056366471671116873", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cbe59a12-99da-4c71-b511-4e0c1279c21d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-166403056366471671116873", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cbe59a12-99da-4c71-b511-4e0c1279c21d", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-01-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6ddfcae2-69be-46ef-8c05-62999140370b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ddfcae2-69be-46ef-8c05-62999140370b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-612864633343392243110282", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6ddfcae2-69be-46ef-8c05-62999140370b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-612864633343392243110282", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6ddfcae2-69be-46ef-8c05-62999140370b", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-02-09", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-16", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:72e3bad7-4ef9-458c-ad99-da87019dc93b", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:72e3bad7-4ef9-458c-ad99-da87019dc93b", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-541312733272587870647760", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:72e3bad7-4ef9-458c-ad99-da87019dc93b", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-541312733272587870647760", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:72e3bad7-4ef9-458c-ad99-da87019dc93b", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-10-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:264ed1cf-70dc-40bd-ae5c-349ae35c5bf6", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:264ed1cf-70dc-40bd-ae5c-349ae35c5bf6", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:0246dfab-1deb-4f9b-9ae2-43a8b9ea3612", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-962741341305075587751706", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:264ed1cf-70dc-40bd-ae5c-349ae35c5bf6", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-962741341305075587751706", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:264ed1cf-70dc-40bd-ae5c-349ae35c5bf6", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-12-12", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "urn:bamm:io.catenax.vehicle.product_description:1.0.0#ProductDescription" : [ { - "bodyVariant" : "Limousine", - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "engine" : { - "size" : 2998, - "power" : 143 - }, - "emptyWeight" : 1.73, - "fuel" : "Elektro", - "vehicleModel" : "Vehicle Fully Electric", - "productionDateGMT" : "2010-01-01", - "equipmentVariants" : [ { - "code" : "S2AVB", - "description" : "adaptive drive", - "group" : "special equipment" - }, { - "code" : "A248B", - "description" : "steering wheel heating", - "group" : "special equipment" - }, { - "code" : "S378B", - "description" : "integrated child seats", - "group" : "special equipment" - }, { - "code" : "S388C", - "description" : "security plus", - "group" : "special equipment" - } ], - "anonymisedIdentifier" : "sOMtThyhVNDWUZNRcBaQXXI", - "mileage" : [ { - "mileagePhase" : "as maintained by workshop", - "mileageTimestamp" : "2019-10-05", - "mileageDistance" : 120000 - } ] - } ], - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "ZL-75", - "key" : "manufacturerPartId" - }, { - "value" : "OMCXMDWEHGHCNDAUN", - "key" : "partInstanceId" - }, { - "value" : "OMCXMDWEHGHCNDAUN", - "key" : "van" - } ], - "manufacturingInformation" : { - "date" : "2015-06-07T20:56:47.000Z", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "partTypeInformation" : { - "manufacturerPartId" : "ZL-75", - "classification" : "product", - "nameAtManufacturer" : "Vehicle Fully Electric" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Iron", - "recycledContent" : 44, - "materialClass" : "1.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 327.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "IR334" - }, { - "materialName" : "Polyethylen", - "recycledContent" : 79, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 163.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PE221" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 88, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 40.95 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Aluminium", - "recycledContent" : 74, - "materialClass" : "2.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 286.65 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "ALU331" - }, { - "materialName" : "Kerosene waxes and hydrocarbon waxes, oxidized, lithium salts", - "recycledContent" : 43, - "materialClass" : "0.7", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 109.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "W123" - }, { - "materialName" : "Glue", - "recycledContent" : 67, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 54.6 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 6, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 382.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Cooper", - "recycledContent" : 18, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 250.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Rubber", - "recycledContent" : 11, - "materialClass" : "5.3", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 7.8 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "R22" - }, { - "materialName" : "Textiles", - "recycledContent" : 43, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.12 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "TEX1" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "childItems" : [ { - "catenaXId" : "urn:uuid:6d9216aa-6ceb-4767-918a-2e8f71707e3e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6549bed6-3aaa-49df-bb1b-423b5e02ace8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f19fde75-7a8c-46b3-bf13-6bdc33634df2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003CSGV", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2043dc37-e31b-4838-8cf4-5c0b90f12525", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f65b2507-64b0-4712-8af8-ce832ad51ace", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:802fdbc6-a7a7-45f1-bb9e-f7938726f28b", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:21be6361-6882-44c0-a6e3-7ecf2e048110", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:4d80c1ee-828e-483a-b309-99ea538e23c8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e44bee5b-02a8-4e64-a020-1b59fcd4f7fc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e1ddf527-7d35-4ab8-b808-4f91b46c9489", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e2a39d76-cb03-4efa-acb9-de9d687f9e2a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:26f506a1-59d2-4832-8f1c-9f3e9b826097", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f1985439-90f0-4e0e-a6a1-33a11c74366d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:76ad939b-c3ea-4b5e-8fdb-db79aa3d800c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1d82b759-4897-4597-9b0a-424129eda34a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:720830a4-3500-44c0-8e95-5abbdecf4ae7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:988a28a9-48da-47c7-b311-3f70db4b0db3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c7e966ac-e9f7-4a43-865c-ec0ee3d54812", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:33045a50-5575-44b6-b23b-2522f4d1d8d3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:c21bfcce-6669-49ff-bfc9-601e90b0e6e4", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a8759250-f346-41d0-ba69-795dd662f6df", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:30ee282f-673d-470b-b3e2-ea677290c3e8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f1793250-56a7-40f5-a043-acab11361c2c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:09da8da9-5a00-4852-9bb1-30093d676d08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b21695ef-529d-4b1d-8a3a-7bb448f00a70", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:96e22bab-5f9d-4d47-b605-d339a825eeb3", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:07abb618-a269-4cbf-8c8f-1ca6dd8664c9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:67096773-383c-46a2-928f-8803872a353d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:328d7015-72c3-4b1d-ba1d-68d89ce63b63", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B2OM", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B5MJ", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:6d9216aa-6ceb-4767-918a-2e8f71707e3e", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6d9216aa-6ceb-4767-918a-2e8f71707e3e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "73849201-61", - "key" : "manufacturerPartId" - }, { - "value" : "NO-745545990473377169651348", - "key" : "partInstanceId" - }, { - "value" : "Company 10", - "key" : "company" - }, { - "value" : "Brand 10", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6d9216aa-6ceb-4767-918a-2e8f71707e3e", - "partTypeInformation" : { - "manufacturerPartId" : "73849201-61", - "customerPartId" : "73849201-61", - "classification" : "component", - "nameAtManufacturer" : "Catalysator", - "nameAtCustomer" : "Catalysator" - } - } ] - }, { - "catenaXId" : "urn:uuid:6549bed6-3aaa-49df-bb1b-423b5e02ace8", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6549bed6-3aaa-49df-bb1b-423b5e02ace8", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "22782277-50", - "key" : "manufacturerPartId" - }, { - "value" : "NO-227368647792396410352730", - "key" : "partInstanceId" - }, { - "value" : "Company 3", - "key" : "company" - }, { - "value" : "Brand 3", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6549bed6-3aaa-49df-bb1b-423b5e02ace8", - "partTypeInformation" : { - "manufacturerPartId" : "22782277-50", - "customerPartId" : "22782277-50", - "classification" : "component", - "nameAtManufacturer" : "Door f-l", - "nameAtCustomer" : "Door front-left" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6549bed6-3aaa-49df-bb1b-423b5e02ace8", - "childItems" : [ { - "catenaXId" : "urn:uuid:b03d541a-cefa-4622-8721-b613ba916679", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b03d541a-cefa-4622-8721-b613ba916679", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b03d541a-cefa-4622-8721-b613ba916679", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:6549bed6-3aaa-49df-bb1b-423b5e02ace8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-938145381086817299192347", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b03d541a-cefa-4622-8721-b613ba916679", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "66092013KZT", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:b03d541a-cefa-4622-8721-b613ba916679", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:f19fde75-7a8c-46b3-bf13-6bdc33634df2", - "bpnl" : "BPNL00000003CSGV", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f19fde75-7a8c-46b3-bf13-6bdc33634df2", - "customers" : [ { - "businessPartner" : "BPNL00000003CSGV", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003CSGV", - "key" : "manufacturerId" - }, { - "value" : "95657362-64", - "key" : "manufacturerPartId" - }, { - "value" : "NO-874714329149281167259605", - "key" : "partInstanceId" - }, { - "value" : "Company 4", - "key" : "company" - }, { - "value" : "Brand 4", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f19fde75-7a8c-46b3-bf13-6bdc33634df2", - "partTypeInformation" : { - "manufacturerPartId" : "33740332-54", - "customerPartId" : "33740332-54", - "classification" : "component", - "nameAtManufacturer" : "Door f-r", - "nameAtCustomer" : "Door front-right" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f19fde75-7a8c-46b3-bf13-6bdc33634df2", - "childItems" : [ { - "catenaXId" : "urn:uuid:ac3d4cae-81b1-448f-822a-75200a672a22", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000000BJTL", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:ac3d4cae-81b1-448f-822a-75200a672a22", - "bpnl" : "BPNL00000000BJTL", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:ac3d4cae-81b1-448f-822a-75200a672a22", - "customers" : [ { - "businessPartner" : "BPNL00000000BJTL", - "parentItems" : [ { - "catenaXId" : "urn:uuid:f19fde75-7a8c-46b3-bf13-6bdc33634df2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000000BJTL", - "key" : "manufacturerId" - }, { - "value" : "95657762-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-043883745393810535577786", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:ac3d4cae-81b1-448f-822a-75200a672a22", - "partTypeInformation" : { - "manufacturerPartId" : "95657762-59", - "customerPartId" : "95657762-59", - "classification" : "component", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ], - "urn:bamm:io.catenax.just_in_sequence_part:1.0.0#JustInSequencePart" : [ { - "localIdentifiers" : [ { - "value" : "99753273VTY", - "key" : "jisNumber" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:ac3d4cae-81b1-448f-822a-75200a672a22", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "customerPartId" : "PRT-12345", - "classification" : "product", - "nameAtManufacturer" : "Door Key", - "nameAtCustomer" : "Door Key" - } - } ] - }, { - "catenaXId" : "urn:uuid:2043dc37-e31b-4838-8cf4-5c0b90f12525", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2043dc37-e31b-4838-8cf4-5c0b90f12525", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "15635759-16", - "key" : "manufacturerPartId" - }, { - "value" : "NO-627535537105819311201707", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2043dc37-e31b-4838-8cf4-5c0b90f12525", - "partTypeInformation" : { - "manufacturerPartId" : "15635759-16", - "customerPartId" : "15635759-16", - "classification" : "component", - "nameAtManufacturer" : "Door r-l", - "nameAtCustomer" : "Door rear-left" - } - } ] - }, { - "catenaXId" : "urn:uuid:f65b2507-64b0-4712-8af8-ce832ad51ace", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f65b2507-64b0-4712-8af8-ce832ad51ace", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "28673126-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-683030667824156823538176", - "key" : "partInstanceId" - }, { - "value" : "Company 5", - "key" : "company" - }, { - "value" : "Brand 5", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f65b2507-64b0-4712-8af8-ce832ad51ace", - "partTypeInformation" : { - "manufacturerPartId" : "28673126-98", - "customerPartId" : "28673126-98", - "classification" : "component", - "nameAtManufacturer" : "Door r-r", - "nameAtCustomer" : "Door rear-right" - } - } ] - }, { - "catenaXId" : "urn:uuid:802fdbc6-a7a7-45f1-bb9e-f7938726f28b", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:802fdbc6-a7a7-45f1-bb9e-f7938726f28b", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "94421589-82", - "key" : "manufacturerPartId" - }, { - "value" : "NO-724473763354476565257868", - "key" : "partInstanceId" - }, { - "value" : "Company 6", - "key" : "company" - }, { - "value" : "Brand 6", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:802fdbc6-a7a7-45f1-bb9e-f7938726f28b", - "partTypeInformation" : { - "manufacturerPartId" : "94421589-82", - "customerPartId" : "94421589-82", - "classification" : "component", - "nameAtManufacturer" : "Engine hood", - "nameAtCustomer" : "Engine hood" - } - } ] - }, { - "catenaXId" : "urn:uuid:21be6361-6882-44c0-a6e3-7ecf2e048110", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:21be6361-6882-44c0-a6e3-7ecf2e048110", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "85023955-75", - "key" : "manufacturerPartId" - }, { - "value" : "NO-085199951123656608421501", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:21be6361-6882-44c0-a6e3-7ecf2e048110", - "partTypeInformation" : { - "manufacturerPartId" : "85023955-75", - "customerPartId" : "85023955-75", - "classification" : "component", - "nameAtManufacturer" : "Tailgate", - "nameAtCustomer" : "Tailgate" - } - } ] - }, { - "catenaXId" : "urn:uuid:4d80c1ee-828e-483a-b309-99ea538e23c8", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:4d80c1ee-828e-483a-b309-99ea538e23c8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "13769860-47", - "key" : "manufacturerPartId" - }, { - "value" : "NO-057436912882075264320015", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:4d80c1ee-828e-483a-b309-99ea538e23c8", - "partTypeInformation" : { - "manufacturerPartId" : "13769860-47", - "customerPartId" : "13769860-47", - "classification" : "component", - "nameAtManufacturer" : "Fender left", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:e44bee5b-02a8-4e64-a020-1b59fcd4f7fc", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e44bee5b-02a8-4e64-a020-1b59fcd4f7fc", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "36643162-35", - "key" : "manufacturerPartId" - }, { - "value" : "NO-044447843544369706311561", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e44bee5b-02a8-4e64-a020-1b59fcd4f7fc", - "partTypeInformation" : { - "manufacturerPartId" : "36643162-35", - "customerPartId" : "36643162-35", - "classification" : "component", - "nameAtManufacturer" : "Fender right", - "nameAtCustomer" : "Fender right" - } - } ] - }, { - "catenaXId" : "urn:uuid:e1ddf527-7d35-4ab8-b808-4f91b46c9489", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e1ddf527-7d35-4ab8-b808-4f91b46c9489", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "54165444-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-398628182041317020971255", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e1ddf527-7d35-4ab8-b808-4f91b46c9489", - "partTypeInformation" : { - "manufacturerPartId" : "54165444-59", - "customerPartId" : "54165444-59", - "classification" : "component", - "nameAtManufacturer" : "Bumper front", - "nameAtCustomer" : "Bumper front" - } - } ] - }, { - "catenaXId" : "urn:uuid:e2a39d76-cb03-4efa-acb9-de9d687f9e2a", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e2a39d76-cb03-4efa-acb9-de9d687f9e2a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "22768257-25", - "key" : "manufacturerPartId" - }, { - "value" : "NO-137789605379536970914793", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e2a39d76-cb03-4efa-acb9-de9d687f9e2a", - "partTypeInformation" : { - "manufacturerPartId" : "22768257-25", - "customerPartId" : "22768257-25", - "classification" : "component", - "nameAtManufacturer" : "Bumper rear", - "nameAtCustomer" : "Bumper rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:26f506a1-59d2-4832-8f1c-9f3e9b826097", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:26f506a1-59d2-4832-8f1c-9f3e9b826097", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "65529521-37", - "key" : "manufacturerPartId" - }, { - "value" : "NO-599857350685221377433227", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:26f506a1-59d2-4832-8f1c-9f3e9b826097", - "partTypeInformation" : { - "manufacturerPartId" : "65529521-37", - "customerPartId" : "65529521-37", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror left", - "nameAtCustomer" : "Exterior mirror left" - } - } ] - }, { - "catenaXId" : "urn:uuid:f1985439-90f0-4e0e-a6a1-33a11c74366d", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f1985439-90f0-4e0e-a6a1-33a11c74366d", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "58471477-24", - "key" : "manufacturerPartId" - }, { - "value" : "NO-062396418478607603394840", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f1985439-90f0-4e0e-a6a1-33a11c74366d", - "partTypeInformation" : { - "manufacturerPartId" : "58471477-24", - "customerPartId" : "58471477-24", - "classification" : "component", - "nameAtManufacturer" : "Exterior mirror right", - "nameAtCustomer" : "Exterior mirror right" - } - } ] - }, { - "catenaXId" : "urn:uuid:76ad939b-c3ea-4b5e-8fdb-db79aa3d800c", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:76ad939b-c3ea-4b5e-8fdb-db79aa3d800c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "09002013-68", - "key" : "manufacturerPartId" - }, { - "value" : "NO-002590527343941737266010", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:76ad939b-c3ea-4b5e-8fdb-db79aa3d800c", - "partTypeInformation" : { - "manufacturerPartId" : "09002013-68", - "customerPartId" : "09002013-68", - "classification" : "component", - "nameAtManufacturer" : "Trailer coupling", - "nameAtCustomer" : "Tailer coupling" - } - } ] - }, { - "catenaXId" : "urn:uuid:1d82b759-4897-4597-9b0a-424129eda34a", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1d82b759-4897-4597-9b0a-424129eda34a", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "43501996-98", - "key" : "manufacturerPartId" - }, { - "value" : "NO-861601556827733192982004", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1d82b759-4897-4597-9b0a-424129eda34a", - "partTypeInformation" : { - "manufacturerPartId" : "43501996-98", - "customerPartId" : "43501996-98", - "classification" : "component", - "nameAtManufacturer" : "Dashboard", - "nameAtCustomer" : "Dashboard" - } - } ] - }, { - "catenaXId" : "urn:uuid:720830a4-3500-44c0-8e95-5abbdecf4ae7", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:720830a4-3500-44c0-8e95-5abbdecf4ae7", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "77795937-13", - "key" : "manufacturerPartId" - }, { - "value" : "NO-097070023684188683195112", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:720830a4-3500-44c0-8e95-5abbdecf4ae7", - "partTypeInformation" : { - "manufacturerPartId" : "77795937-13", - "customerPartId" : "77795937-13", - "classification" : "component", - "nameAtManufacturer" : "Steering wheel", - "nameAtCustomer" : "Steering wheel" - } - } ] - }, { - "catenaXId" : "urn:uuid:988a28a9-48da-47c7-b311-3f70db4b0db3", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:988a28a9-48da-47c7-b311-3f70db4b0db3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "20125432-59", - "key" : "manufacturerPartId" - }, { - "value" : "NO-335746726964211083527417", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:988a28a9-48da-47c7-b311-3f70db4b0db3", - "partTypeInformation" : { - "manufacturerPartId" : "20125432-59", - "customerPartId" : "20125432-59", - "classification" : "component", - "nameAtManufacturer" : "Indicator left", - "nameAtCustomer" : "Indicator left" - } - } ] - }, { - "catenaXId" : "urn:uuid:c7e966ac-e9f7-4a43-865c-ec0ee3d54812", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c7e966ac-e9f7-4a43-865c-ec0ee3d54812", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "19073706-76", - "key" : "manufacturerPartId" - }, { - "value" : "NO-932885802519325657252515", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c7e966ac-e9f7-4a43-865c-ec0ee3d54812", - "partTypeInformation" : { - "manufacturerPartId" : "19073706-76", - "customerPartId" : "19073706-76", - "classification" : "component", - "nameAtManufacturer" : "Indicator right", - "nameAtCustomer" : "Indicator right" - } - } ] - }, { - "catenaXId" : "urn:uuid:33045a50-5575-44b6-b23b-2522f4d1d8d3", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:33045a50-5575-44b6-b23b-2522f4d1d8d3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "45415162-57", - "key" : "manufacturerPartId" - }, { - "value" : "NO-765343618318294853495187", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:33045a50-5575-44b6-b23b-2522f4d1d8d3", - "partTypeInformation" : { - "manufacturerPartId" : "45415162-57", - "customerPartId" : "45415162-57", - "classification" : "component", - "nameAtManufacturer" : "Led headlight", - "nameAtCustomer" : "Led headlight" - } - } ] - }, { - "catenaXId" : "urn:uuid:c21bfcce-6669-49ff-bfc9-601e90b0e6e4", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:c21bfcce-6669-49ff-bfc9-601e90b0e6e4", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "78141846-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-286096249409737642102638", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:c21bfcce-6669-49ff-bfc9-601e90b0e6e4", - "partTypeInformation" : { - "manufacturerPartId" : "78141846-87", - "customerPartId" : "78141846-87", - "classification" : "component", - "nameAtManufacturer" : "Starter motor", - "nameAtCustomer" : "Starter motor" - } - } ] - }, { - "catenaXId" : "urn:uuid:a8759250-f346-41d0-ba69-795dd662f6df", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a8759250-f346-41d0-ba69-795dd662f6df", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "81324139-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-539010298547605177596863", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a8759250-f346-41d0-ba69-795dd662f6df", - "partTypeInformation" : { - "manufacturerPartId" : "81324139-23", - "customerPartId" : "81324139-23", - "classification" : "component", - "nameAtManufacturer" : "Alternator", - "nameAtCustomer" : "Alternator" - } - } ] - }, { - "catenaXId" : "urn:uuid:30ee282f-673d-470b-b3e2-ea677290c3e8", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:30ee282f-673d-470b-b3e2-ea677290c3e8", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "57929013-09", - "key" : "manufacturerPartId" - }, { - "value" : "NO-591452515951952361067156", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:30ee282f-673d-470b-b3e2-ea677290c3e8", - "partTypeInformation" : { - "manufacturerPartId" : "57929013-09", - "customerPartId" : "57929013-09", - "classification" : "component", - "nameAtManufacturer" : "AC compressor", - "nameAtCustomer" : "Air conditioning compressor" - } - } ] - }, { - "catenaXId" : "urn:uuid:f1793250-56a7-40f5-a043-acab11361c2c", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f1793250-56a7-40f5-a043-acab11361c2c", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "61184040-23", - "key" : "manufacturerPartId" - }, { - "value" : "NO-403335292778974416648009", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f1793250-56a7-40f5-a043-acab11361c2c", - "partTypeInformation" : { - "manufacturerPartId" : "61184040-23", - "customerPartId" : "61184040-23", - "classification" : "component", - "nameAtManufacturer" : "Taillight rear", - "nameAtCustomer" : "Taillight rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:09da8da9-5a00-4852-9bb1-30093d676d08", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:09da8da9-5a00-4852-9bb1-30093d676d08", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "78744126-74", - "key" : "manufacturerPartId" - }, { - "value" : "NO-977475073187898268778471", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:09da8da9-5a00-4852-9bb1-30093d676d08", - "partTypeInformation" : { - "manufacturerPartId" : "78744126-74", - "customerPartId" : "78744126-74", - "classification" : "component", - "nameAtManufacturer" : "Taillight front", - "nameAtCustomer" : "Taillight front" - } - } ] - }, { - "catenaXId" : "urn:uuid:b21695ef-529d-4b1d-8a3a-7bb448f00a70", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b21695ef-529d-4b1d-8a3a-7bb448f00a70", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "12093297-03", - "key" : "manufacturerPartId" - }, { - "value" : "NO-898712857032246047303833", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b21695ef-529d-4b1d-8a3a-7bb448f00a70", - "partTypeInformation" : { - "manufacturerPartId" : "12093297-03", - "customerPartId" : "12093297-03", - "classification" : "component", - "nameAtManufacturer" : "Axle part front", - "nameAtCustomer" : "Axle part front" - } - } ] - }, { - "catenaXId" : "urn:uuid:96e22bab-5f9d-4d47-b605-d339a825eeb3", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:96e22bab-5f9d-4d47-b605-d339a825eeb3", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "88111709-49", - "key" : "manufacturerPartId" - }, { - "value" : "NO-622391247821731773637349", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:96e22bab-5f9d-4d47-b605-d339a825eeb3", - "partTypeInformation" : { - "manufacturerPartId" : "88111709-49", - "customerPartId" : "88111709-49", - "classification" : "component", - "nameAtManufacturer" : "Axle part rear", - "nameAtCustomer" : "Axle part rear" - } - } ] - }, { - "catenaXId" : "urn:uuid:07abb618-a269-4cbf-8c8f-1ca6dd8664c9", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:07abb618-a269-4cbf-8c8f-1ca6dd8664c9", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "00871379-44", - "key" : "manufacturerPartId" - }, { - "value" : "NO-073516131284650529404839", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:07abb618-a269-4cbf-8c8f-1ca6dd8664c9", - "partTypeInformation" : { - "manufacturerPartId" : "00871379-44", - "customerPartId" : "00871379-44", - "classification" : "component", - "nameAtManufacturer" : "Chassis", - "nameAtCustomer" : "Chassis" - } - } ] - }, { - "catenaXId" : "urn:uuid:67096773-383c-46a2-928f-8803872a353d", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:67096773-383c-46a2-928f-8803872a353d", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "08901347-87", - "key" : "manufacturerPartId" - }, { - "value" : "NO-436190148323924254777592", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:67096773-383c-46a2-928f-8803872a353d", - "partTypeInformation" : { - "manufacturerPartId" : "08901347-87", - "customerPartId" : "08901347-87", - "classification" : "component", - "nameAtManufacturer" : "Rims", - "nameAtCustomer" : "Rims" - } - } ] - }, { - "catenaXId" : "urn:uuid:328d7015-72c3-4b1d-ba1d-68d89ce63b63", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:328d7015-72c3-4b1d-ba1d-68d89ce63b63", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "45863316-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-256297015729010171951828", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:328d7015-72c3-4b1d-ba1d-68d89ce63b63", - "partTypeInformation" : { - "manufacturerPartId" : "45863316-60", - "customerPartId" : "45863316-60", - "classification" : "component", - "nameAtManufacturer" : "Tires", - "nameAtCustomer" : "Tires" - } - } ] - }, { - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "bpnl" : "BPNL00000003B2OM", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "customers" : [ { - "businessPartner" : "BPNL00000003B2OM", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B2OM", - "key" : "manufacturerId" - }, { - "value" : "1O222E8-43", - "key" : "manufacturerPartId" - }, { - "value" : "NO-143309100580228978570786", - "key" : "partInstanceId" - }, { - "value" : "Company 2", - "key" : "company" - }, { - "value" : "Brand 2", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "partTypeInformation" : { - "manufacturerPartId" : "1O222E8-43", - "customerPartId" : "1O222E8-43", - "classification" : "component", - "nameAtManufacturer" : "Transmission", - "nameAtCustomer" : "Transmission" - } - } ], - "urn:bamm:io.catenax.transmission_pass:1.0.0#TransmissionPass" : [ { - "productSpecificParameters" : { - "torqueConverter" : [ "RYtGKbgicZaHCBRQDSx" ], - "driveType" : "combustion engine", - "oilType" : "Lifeguard Hybrid 2", - "spreading" : 6.79, - "torque" : 500, - "power" : 300, - "standardGearRatio" : { - "gear" : "1", - "ratio" : 4.1567 - }, - "oilCapacity" : 8.9, - "electricPerformance" : [ "VLhpfQGTMDYpsBZxvfBoeygjb" ], - "speedResistance" : { - "speed" : 7800, - "gear" : "1" - } - }, - "instructions" : { - "packagingInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "transportationInstructions" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "dismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "vehicleDismantlingProcedure" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "safetyMeasures" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ] - }, - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-143309100580228978570786", - "key" : "PartInstanceID" - } ], - "dataMatrixCode" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ", - "manufacturerId" : "BPNL00000003B2OM" - }, - "sparePartSupplier" : [ { - "supplierId" : "BPNL1234567890ZZ", - "supplierContact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "sparePartName" : "torque converter" - } ], - "stateOfHealth" : { - "serviceHistory" : [ "2023-05-22T13:16:47.239+02:00" ], - "remanufacturing" : { - "productStatusValue" : "first life", - "remanufacturingDate" : "2023-05-22T13:16:47.239+02:00" - }, - "expectedLifespan" : 500000 - }, - "generalInformation" : { - "additionalInformation" : "JxkyvRnL", - "physicalDimensionsProperty" : { - "diameter" : 0.03, - "width" : 1000, - "length" : 20000.1, - "weight" : 100.7, - "height" : 0.1 - }, - "warrantyPeriod" : 60, - "productDescription" : "manual transmission", - "productType" : "8HP60MH" - }, - "sustainability" : { - "carbonFootprint" : { - "productOrSectorSpecificRules" : [ { - "otherOperatorName" : "NSF", - "ruleNames" : [ "ABC 2021" ], - "operator" : "PEF" - } ], - "crossSectoralStandardsUsed" : [ { - "crossSectoralStandard" : "GHG Protocol Product standard" - } ], - "co2FootprintTotal" : -1.7976931348623157E308 - }, - "substancesOfConcern" : [ "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" ], - "responsibleSourcingDocument" : [ { - "documentLink" : "https://www.xxx.pdf", - "documentTitle" : "Title A" - } ], - "recyclateContent" : { - "nickel" : -1.7976931348623157E308, - "lithium" : -1.7976931348623157E308, - "cobalt" : -1.7976931348623157E308, - "otherSubstance" : [ { - "substanceName" : "Lead", - "substancePercentage" : 8 - } ] - }, - "criticalRawMaterials" : [ "eOMtThyhVNLWUZNRcBaQKxI" ] - } - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Carbon Steel", - "recycledContent" : 21, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 72.843 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - }, { - "materialName" : "Oil", - "recycledContent" : 20, - "materialClass" : "9.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 6.9 - }, - "aggregateState" : "liquid", - "materialAbbreviation" : "SAE40" - }, { - "materialName" : "Copper", - "recycledContent" : 17, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "childItems" : [ { - "catenaXId" : "urn:uuid:00f9dc8d-2077-494f-acb4-35b8f7bd2d5f", - "quantity" : { - "quantityNumber" : 0.2014, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3d604fd2-1d4d-4372-9762-59876369a3a8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:fae1a7a7-dbbf-43b7-8b2d-a3a0b34bebfb", - "quantity" : { - "quantityNumber" : 0.2341, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:00f9dc8d-2077-494f-acb4-35b8f7bd2d5f", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:00f9dc8d-2077-494f-acb4-35b8f7bd2d5f", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:00f9dc8d-2077-494f-acb4-35b8f7bd2d5f", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 53, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 48, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:3d604fd2-1d4d-4372-9762-59876369a3a8", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3d604fd2-1d4d-4372-9762-59876369a3a8", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "59001G6-05", - "key" : "manufacturerPartId" - }, { - "value" : "NO-333202713826398680302671", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3d604fd2-1d4d-4372-9762-59876369a3a8", - "partTypeInformation" : { - "manufacturerPartId" : "59001G6-05", - "customerPartId" : "59001G6-05", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3d604fd2-1d4d-4372-9762-59876369a3a8", - "childItems" : [ { - "catenaXId" : "urn:uuid:573432a2-36d1-478b-ad7e-cd4077ff96a5", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:573432a2-36d1-478b-ad7e-cd4077ff96a5", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:573432a2-36d1-478b-ad7e-cd4077ff96a5", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "NTIER Product" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:573432a2-36d1-478b-ad7e-cd4077ff96a5", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:3d604fd2-1d4d-4372-9762-59876369a3a8", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "NTIER Product", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 44, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 60 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - }, { - "materialName" : "Other", - "recycledContent" : 25, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 40 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fae1a7a7-dbbf-43b7-8b2d-a3a0b34bebfb", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:fae1a7a7-dbbf-43b7-8b2d-a3a0b34bebfb", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fae1a7a7-dbbf-43b7-8b2d-a3a0b34bebfb", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:25ce77a6-008b-4d4a-b629-f1c94dbcef9e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "weight" : "0.2341", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:fae1a7a7-dbbf-43b7-8b2d-a3a0b34bebfb", - "childItems" : [ ] - } ] - }, { - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "bpnl" : "BPNL00000003B5MJ", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "customers" : [ { - "businessPartner" : "BPNL00000003B5MJ", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B5MJ", - "key" : "manufacturerId" - }, { - "value" : "27832F2-58", - "key" : "manufacturerPartId" - }, { - "value" : "NO-934462377284158962888728", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "partTypeInformation" : { - "manufacturerPartId" : "27832F2-58", - "customerPartId" : "27832F2-58", - "classification" : "component", - "nameAtManufacturer" : "ECU", - "nameAtCustomer" : "ECU" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Glue", - "recycledContent" : 2, - "materialClass" : "6.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.3301 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GL338" - } ] - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "childItems" : [ { - "catenaXId" : "urn:uuid:d3737888-9edd-470a-8d21-ce659cb1b0cc", - "quantity" : { - "quantityNumber" : 0.3301, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:13b6ec3d-2f14-409d-9790-ecc97c1e4622", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B3NX", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:b5d8462f-46f8-4cb3-9fa0-0e1a96639a9d", - "quantity" : { - "quantityNumber" : 0.2001, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:d3737888-9edd-470a-8d21-ce659cb1b0cc", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AXS3", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:d3737888-9edd-470a-8d21-ce659cb1b0cc", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Glue" - } - } ], - "bpnl" : "BPNL00000003AXS3", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d3737888-9edd-470a-8d21-ce659cb1b0cc", - "customers" : [ { - "businessPartner" : "BPNL00000003AXS3", - "parentItems" : [ { - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Glue", - "materialClass" : "5.5", - "component" : [ { - "materialName" : "Aluminium oxide", - "recycledContent" : 23, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "AL7" - }, { - "materialName" : "Other", - "recycledContent" : 83, - "materialClass" : "5.5.2", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:13b6ec3d-2f14-409d-9790-ecc97c1e4622", - "bpnl" : "BPNL00000003B3NX", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:13b6ec3d-2f14-409d-9790-ecc97c1e4622", - "customers" : [ { - "businessPartner" : "BPNL00000003B3NX", - "parentItems" : [ { - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B3NX", - "key" : "manufacturerId" - }, { - "value" : "92579W7-60", - "key" : "manufacturerPartId" - }, { - "value" : "NO-704082450745662163891303", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:13b6ec3d-2f14-409d-9790-ecc97c1e4622", - "partTypeInformation" : { - "manufacturerPartId" : "92579W7-60", - "customerPartId" : "92579W7-60", - "classification" : "component", - "nameAtManufacturer" : "Sensor", - "nameAtCustomer" : "Sensor" - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:13b6ec3d-2f14-409d-9790-ecc97c1e4622", - "childItems" : [ { - "catenaXId" : "urn:uuid:fbafe95b-f0b8-4be2-a63d-10514c2d0c90", - "quantity" : { - "quantityNumber" : 0.1908, - "measurementUnit" : "unit:kilogram" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:fbafe95b-f0b8-4be2-a63d-10514c2d0c90", - "urn:samm:io.catenax.batch:2.0.0#Batch" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "BID12345678", - "key" : "batchId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "HUR" - }, - "catenaXId" : "urn:uuid:fbafe95b-f0b8-4be2-a63d-10514c2d0c90", - "partTypeInformation" : { - "manufacturerPartId" : "123-0.740-3434-A", - "classification" : "product", - "nameAtManufacturer" : "Engineering Plasticst" - } - } ], - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:fbafe95b-f0b8-4be2-a63d-10514c2d0c90", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:13b6ec3d-2f14-409d-9790-ecc97c1e4622", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 45, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 57, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:b5d8462f-46f8-4cb3-9fa0-0e1a96639a9d", - "bpnl" : "BPNL00000003B0Q0", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:b5d8462f-46f8-4cb3-9fa0-0e1a96639a9d", - "customers" : [ { - "businessPartner" : "BPNL00000003B0Q0", - "parentItems" : [ { - "catenaXId" : "urn:uuid:43fbb4ac-5a7d-4d66-a8e7-661257ed78b9", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003B0Q0", - "key" : "manufacturerId" - }, { - "value" : "79369Y4-15", - "key" : "manufacturerPartId" - }, { - "value" : "NO-722438429979884249730614", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:b5d8462f-46f8-4cb3-9fa0-0e1a96639a9d", - "partTypeInformation" : { - "manufacturerPartId" : "79369Y4-15", - "customerPartId" : "79369Y4-15", - "classification" : "component", - "nameAtManufacturer" : "Engineering Plastics", - "nameAtCustomer" : "Engineering Plastics" - } - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "materialName" : "Engineering Plastics", - "materialClass" : "5.1", - "component" : [ { - "materialName" : "PA66", - "recycledContent" : 2, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 70 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "PA66" - }, { - "materialName" : "GF-Faser", - "recycledContent" : 24, - "materialClass" : "5.1", - "quantity" : { - "unit" : "unit:percent", - "value" : 30 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "GF30" - } ] - } ] - }, { - "urn:bamm:io.catenax.return_request:1.0.1#ReturnRequest" : [ { - "productConditions" : "at least 1990 model", - "desiredPrice" : { - "cost" : 15340, - "currency" : "EUR" - }, - "returnConditions" : "Wishes to buy", - "requestDate" : "2022-01-01", - "needsReturn" : true, - "latestReturnDate" : "2025-01-01" - } ], - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:4774c1cf-c509-4ec2-ba16-e30a53bd5c08", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "38049661-08", - "key" : "manufacturerPartId" - }, { - "value" : "NO-909916462545488109811483", - "key" : "partInstanceId" - }, { - "value" : "Company 1", - "key" : "company" - }, { - "value" : "Brand 1", - "key" : "brand" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "partTypeInformation" : { - "manufacturerPartId" : "38049661-08", - "customerPartId" : "38049661-08", - "classification" : "component", - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "pack" - } ], - "productType" : "pack" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-909916462545488109811483", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 56, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 5.4 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 11, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 11.75 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 81, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.market_place_offer:1.4.0#MarketPlaceOffer" : [ { - "incoterms" : "DAP (Delivered at Place)", - "image" : { - "name" : "eOMtThyhVNLWUZNRcBaQKxI", - "location" : "telnet://192.0.2.16:80/" - }, - "catenaXId" : "580d3adf-1981-44a0-a214-13d6ceed9379", - "quantity" : 50, - "mechanicalDamage" : true, - "unitOfMeasure" : "each", - "bundleOffer" : false, - "availabilityDate" : "2022-03-11", - "corroded" : true, - "pickupLocation" : { - "latitude" : 48.137154, - "longitude" : -117.28333 - }, - "burned" : true, - "condition" : "New", - "attachment" : [ { - "name" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa", - "location" : "ftp://ftp.is.co.za/rfc/rfc1808.txt" - } ], - "discolored" : true, - "price" : { - "currency" : "EUR", - "value" : 250 - }, - "missingParts" : true, - "dismantled" : true, - "marketplaceProduct" : { - "manufacturerPartNumber" : "38049661-08", - "technicalSpecification" : [ { - "technicalValue" : "RYtGKbgicZaHCBRQDSx", - "key" : "JxkyvRnL" - } ], - "productLink" : "https://123", - "oeNumber" : "NO-909916462545488109811483", - "category" : { - "subCategory" : [ "Battery" ], - "mainCategory" : [ "Audio, video, navigation" ] - }, - "originalManufacturer" : "Company 1", - "brand" : "Brand 1", - "productDescription" : "Battery" - }, - "sku" : "1002090, xYz.09, ABcXYZ", - "mileage" : 120000.06 - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "38049661-08", - "manufacturerPartId" : "38049661-08" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a Battery", - "class" : { - "code" : "27-05-02-91", - "definition" : "Traction battery, starter battery (parts)" - }, - "nameAtManufacturer" : "Battery", - "nameAtCustomer" : "Battery" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AZQP", - "eori" : "DE012345678901" - }, - "issueDate" : "2021-12-20", - "version" : 1, - "status" : "Approved" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 1272.0428, - "width" : 1272, - "length" : 2588, - "weight" : 409, - "height" : 321 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 15 - } - }, - "commercial" : { - "placedOnMarket" : "2021-06-01", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-909916462545488109811483", - "key" : "PartInstanceID" - } ], - "gtin" : " 81418316", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "150140723" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "SubstanceOfConcer", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2022-01-20", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 5.2152 ] - }, - "id" : "QG2805" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Polyamid" - } ], - "critical" : [ "Graphite" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 112 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AXS3", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "childItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a9428f87-dd46-4d14-a8e7-d8d7c5ce340a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e85a2af9-31e3-4c29-a9de-5ec274f82a60", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:53a8dc93-0438-4152-9a4e-e8308bf77fbf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AZQP", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-570196089623842018037372", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-570196089623842018037372", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 89, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 86, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 53, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AZQP", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-03-12", - "version" : 2.8, - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.66559999999998, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 19 - } - }, - "commercial" : { - "placedOnMarket" : "2023-02-06", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-570196089623842018037372", - "key" : "PartInstanceID" - } ], - "gtin" : " 56914237", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "330526847" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-08-03", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : true, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 6.0031 ] - }, - "id" : "IM8460" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : true, - "renewable" : false, - "percentage" : 5, - "name" : "Lithium" - } ], - "critical" : [ "Manganese" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 101 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003B2OM", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:e379af97-5a55-4d49-8d28-a0d5b055a69a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f36009c2-3e4e-4efb-8fae-c92ea123809f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8d4f8a75-4c84-4959-8d75-675778994659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:592481e1-b102-412f-9ac2-bd29892a1758", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:53ce1ea9-87d2-488b-9103-15e0f68cee82", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f82e5eb3-eee2-415b-a178-8d4a740c6029", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:cde58934-dfd2-456f-aa0d-a11fcdc25c36", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:41e25827-0e13-409b-9aee-5c7346a55981", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2f0be96b-3554-428a-820e-6c6983a8103a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:743fca52-a417-42a2-95bb-eef5550bc667", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:e379af97-5a55-4d49-8d28-a0d5b055a69a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:e379af97-5a55-4d49-8d28-a0d5b055a69a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-227822328439375045834594", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:e379af97-5a55-4d49-8d28-a0d5b055a69a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-227822328439375045834594", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:e379af97-5a55-4d49-8d28-a0d5b055a69a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-08-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f36009c2-3e4e-4efb-8fae-c92ea123809f", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f36009c2-3e4e-4efb-8fae-c92ea123809f", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-201148366264586665608273", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f36009c2-3e4e-4efb-8fae-c92ea123809f", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-201148366264586665608273", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f36009c2-3e4e-4efb-8fae-c92ea123809f", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-06-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8d4f8a75-4c84-4959-8d75-675778994659", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d4f8a75-4c84-4959-8d75-675778994659", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-279428660805972324551760", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8d4f8a75-4c84-4959-8d75-675778994659", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-279428660805972324551760", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8d4f8a75-4c84-4959-8d75-675778994659", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-05-02", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:592481e1-b102-412f-9ac2-bd29892a1758", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:592481e1-b102-412f-9ac2-bd29892a1758", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-833852601834953513029606", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:592481e1-b102-412f-9ac2-bd29892a1758", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-833852601834953513029606", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:592481e1-b102-412f-9ac2-bd29892a1758", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-17", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:53ce1ea9-87d2-488b-9103-15e0f68cee82", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:53ce1ea9-87d2-488b-9103-15e0f68cee82", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-006569394636138858916301", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:53ce1ea9-87d2-488b-9103-15e0f68cee82", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-006569394636138858916301", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:53ce1ea9-87d2-488b-9103-15e0f68cee82", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-23", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f82e5eb3-eee2-415b-a178-8d4a740c6029", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f82e5eb3-eee2-415b-a178-8d4a740c6029", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-779806802616998852870758", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f82e5eb3-eee2-415b-a178-8d4a740c6029", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-779806802616998852870758", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f82e5eb3-eee2-415b-a178-8d4a740c6029", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-07-06", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-25", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:cde58934-dfd2-456f-aa0d-a11fcdc25c36", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:cde58934-dfd2-456f-aa0d-a11fcdc25c36", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-282362514712566463580440", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:cde58934-dfd2-456f-aa0d-a11fcdc25c36", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-282362514712566463580440", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:cde58934-dfd2-456f-aa0d-a11fcdc25c36", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-01-01", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-14", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:41e25827-0e13-409b-9aee-5c7346a55981", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:41e25827-0e13-409b-9aee-5c7346a55981", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-200135099214283147645761", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:41e25827-0e13-409b-9aee-5c7346a55981", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-200135099214283147645761", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:41e25827-0e13-409b-9aee-5c7346a55981", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-12-05", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-30", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2f0be96b-3554-428a-820e-6c6983a8103a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f0be96b-3554-428a-820e-6c6983a8103a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-624994645251881379104190", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2f0be96b-3554-428a-820e-6c6983a8103a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-624994645251881379104190", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2f0be96b-3554-428a-820e-6c6983a8103a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-01-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:743fca52-a417-42a2-95bb-eef5550bc667", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:743fca52-a417-42a2-95bb-eef5550bc667", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:254604ab-2153-45fb-8cad-54ef09f4070e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-394607183149762290669027", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:743fca52-a417-42a2-95bb-eef5550bc667", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-394607183149762290669027", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:743fca52-a417-42a2-95bb-eef5550bc667", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-04-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-251551270484946458608603", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-251551270484946458608603", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 23, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 35, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 7, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AZQP", - "eori" : "DE012345678901" - }, - "issueDate" : "2021-10-31", - "version" : 2.7, - "status" : "Draft" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.68019999999999, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 16 - } - }, - "commercial" : { - "placedOnMarket" : "2021-02-03", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-251551270484946458608603", - "key" : "PartInstanceID" - } ], - "gtin" : " 81168238", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "276241313" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2022-06-30", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 1.5517 ] - }, - "id" : "BM7650" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Lithium" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 121 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003B3NX", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:28e6a3e5-36cf-4921-9696-8a19ba354c11", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:6aec2fea-5d5e-49ea-a871-2122b4e72060", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:3238ec0a-05c9-4422-97a8-997561f09c35", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:0cb9408a-ca77-4ef3-95bd-4e7a13d517c2", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5ba6fa01-2b8e-4a86-ba48-daf52cf53f0e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:f64de0f0-e9b9-4ffa-8ea8-fe3a2fd9f8d7", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:932d8b59-7805-4db3-ba7c-7d28e2029849", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:1080af34-8215-47e2-a699-c737261ffb9d", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:9f39049b-6ac0-47a4-9b24-074d68096676", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a11b335c-6ccd-43b8-b1cc-709dbc758619", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:28e6a3e5-36cf-4921-9696-8a19ba354c11", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:28e6a3e5-36cf-4921-9696-8a19ba354c11", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-898672035243268752168546", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:28e6a3e5-36cf-4921-9696-8a19ba354c11", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-898672035243268752168546", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:28e6a3e5-36cf-4921-9696-8a19ba354c11", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-11-19", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-27", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:6aec2fea-5d5e-49ea-a871-2122b4e72060", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:6aec2fea-5d5e-49ea-a871-2122b4e72060", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-652435055643382411843649", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:6aec2fea-5d5e-49ea-a871-2122b4e72060", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-652435055643382411843649", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:6aec2fea-5d5e-49ea-a871-2122b4e72060", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-06", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:3238ec0a-05c9-4422-97a8-997561f09c35", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:3238ec0a-05c9-4422-97a8-997561f09c35", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-205431139351023123857256", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:3238ec0a-05c9-4422-97a8-997561f09c35", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-205431139351023123857256", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:3238ec0a-05c9-4422-97a8-997561f09c35", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2018-12-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-10", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:0cb9408a-ca77-4ef3-95bd-4e7a13d517c2", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:0cb9408a-ca77-4ef3-95bd-4e7a13d517c2", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-683377941440062235397997", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:0cb9408a-ca77-4ef3-95bd-4e7a13d517c2", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-683377941440062235397997", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:0cb9408a-ca77-4ef3-95bd-4e7a13d517c2", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2019-11-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-24", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:5ba6fa01-2b8e-4a86-ba48-daf52cf53f0e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:5ba6fa01-2b8e-4a86-ba48-daf52cf53f0e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-309882323408579386645648", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:5ba6fa01-2b8e-4a86-ba48-daf52cf53f0e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-309882323408579386645648", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:5ba6fa01-2b8e-4a86-ba48-daf52cf53f0e", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-02-03", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-05", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:f64de0f0-e9b9-4ffa-8ea8-fe3a2fd9f8d7", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:f64de0f0-e9b9-4ffa-8ea8-fe3a2fd9f8d7", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-876448425667381605022524", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:f64de0f0-e9b9-4ffa-8ea8-fe3a2fd9f8d7", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-876448425667381605022524", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:f64de0f0-e9b9-4ffa-8ea8-fe3a2fd9f8d7", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-04-08", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:932d8b59-7805-4db3-ba7c-7d28e2029849", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:932d8b59-7805-4db3-ba7c-7d28e2029849", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-291472929103023747111660", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:932d8b59-7805-4db3-ba7c-7d28e2029849", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-291472929103023747111660", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:932d8b59-7805-4db3-ba7c-7d28e2029849", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2016-10-26", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-26", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:1080af34-8215-47e2-a699-c737261ffb9d", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:1080af34-8215-47e2-a699-c737261ffb9d", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-817733903486450128341693", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:1080af34-8215-47e2-a699-c737261ffb9d", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-817733903486450128341693", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:1080af34-8215-47e2-a699-c737261ffb9d", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2015-02-14", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-22", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:9f39049b-6ac0-47a4-9b24-074d68096676", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:9f39049b-6ac0-47a4-9b24-074d68096676", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-068495490506986959365943", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:9f39049b-6ac0-47a4-9b24-074d68096676", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-068495490506986959365943", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:9f39049b-6ac0-47a4-9b24-074d68096676", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-06-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a11b335c-6ccd-43b8-b1cc-709dbc758619", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a11b335c-6ccd-43b8-b1cc-709dbc758619", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:dde305d6-f22a-4c68-a7ed-28be1a822cce", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-786866591093280878237954", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a11b335c-6ccd-43b8-b1cc-709dbc758619", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-786866591093280878237954", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a11b335c-6ccd-43b8-b1cc-709dbc758619", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-08-24", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-09", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "bpnl" : "BPNL00000003AZQP", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "customers" : [ { - "businessPartner" : "BPNL00000003AZQP", - "parentItems" : [ { - "catenaXId" : "urn:uuid:05c167bd-1eaf-45a2-9cb1-bf44efb8b976", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AZQP", - "key" : "manufacturerId" - }, { - "value" : "8840837-48", - "key" : "manufacturerPartId" - }, { - "value" : "NO-206155975744674278830212", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "partTypeInformation" : { - "manufacturerPartId" : "8840838-04", - "customerPartId" : "8840838-04", - "classification" : "component", - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "module" - } ], - "productType" : "module" - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-206155975744674278830212", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.material_for_recycling:1.1.0#MaterialForRecycling" : [ { - "component" : [ { - "materialName" : "Cooper", - "recycledContent" : 2, - "materialClass" : "3.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 1.2 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CO7" - }, { - "materialName" : "Polyamid6", - "recycledContent" : 32, - "materialClass" : "5.5.1", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 2.5 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "POL6" - }, { - "materialName" : "Carbon Steel", - "recycledContent" : 14, - "materialClass" : "1.1.2", - "quantity" : { - "unit" : "unit:kilogram", - "value" : 0.23 - }, - "aggregateState" : "solid", - "materialAbbreviation" : "CS2" - } ] - } ], - "urn:bamm:io.catenax.digital_product_passport:1.0.0#DigitalProductPassport" : [ { - "serialization" : { - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "quantity" : { - "unit" : "unit:piece", - "value" : 1 - }, - "registration" : { - "customerPartId" : "8840838-04", - "manufacturerPartId" : "8840838-04" - } - }, - "typology" : { - "name" : "Transmission Type 8HP60", - "description" : "This is the product description of a module", - "class" : { - "code" : "27-05-02-01", - "definition" : "Traction battery, starter battery" - }, - "nameAtManufacturer" : "HV MODUL", - "nameAtCustomer" : "HV MODUL" - }, - "metadata" : { - "validityDate" : "2000-01-01", - "economicOperator" : { - "id" : "BPNL00000003AZQP", - "eori" : "DE012345678901" - }, - "issueDate" : "2023-05-13", - "version" : 1.9, - "status" : "Expired" - }, - "characteristics" : { - "physicalDimensionsProperty" : { - "diameter" : 229.6543, - "width" : 229.6, - "length" : 471.1, - "weight" : 14.1, - "height" : 99.1 - }, - "lifespan" : { - "unit" : "unit:year", - "value" : 16 - } - }, - "commercial" : { - "placedOnMarket" : "2020-11-21", - "warranty" : 60 - }, - "identification" : { - "localIdentifiers" : [ { - "value" : "NO-206155975744674278830212", - "key" : "PartInstanceID" - } ], - "gtin" : " 72640142", - "additionalCode" : [ { - "name" : "TARIC", - "value" : "967850997" - } ] - }, - "sources" : { - "optional" : [ { - "document" : { - "header" : "Responsible sourcing report 2023", - "category" : "Sustainability", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "sustainability" - } ], - "mandatory" : { - "safetyTransportation" : { - "header" : "Shipping guidelines", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernDisassembly" : { - "header" : "Dismantling procedure of HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "substanceOfConcernInstruction" : { - "header" : "Laboratory test results HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "safetyPackaging" : { - "header" : "Packaging instruction for HVB Module HV MODUL", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "declarationOfConformity" : [ { - "document" : { - "header" : "Sustainability Document Material XY", - "category" : "Safety", - "type" : "catena-x.net/testdata/productpass/SN12345678", - "content" : "catena-x.net/testdata/productpass/SN12345678" - }, - "name" : "other" - } ] - } - }, - "handling" : { - "maintenanceHistory" : [ { - "date" : "2023-05-25", - "activity" : "Inspection", - "description" : "Battery test", - "title" : "Maintenance Service" - } ], - "reusablePackaging" : false, - "spareParts" : [ { - "partId" : "Aluminum Housing 952/C", - "name" : "Aluminum Housing", - "producerId" : "BPNL1234567890ZZ" - } ], - "substanceOfConcern" : [ { - "unit" : "unit:percent", - "name" : "Lead", - "location" : "HvbCell", - "concentration" : { - "left" : [ 9.1988 ] - }, - "id" : "GP7819" - } ] - }, - "additionalData" : [ { - "data" : "23", - "children" : [ { - "data" : "", - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "description" : "", - "label" : "", - "type" : { - "dataType" : "xsd:string", - "typeUnit" : "" - } - } ], - "sustainability" : { - "material" : [ { - "recycled" : false, - "renewable" : false, - "percentage" : 5, - "name" : "Insulator" - } ], - "critical" : [ "Lithium" ], - "carbonFootprint" : { - "crossSectoralStandard" : "GHG Protocol Product standard", - "productOrSectorSpecificRules" : [ { - "extWBCSD_otherOperatorName" : "NSF", - "extWBCSD_operator" : "PEF", - "productOrSectorSpecificRules" : [ { - "ruleName" : "urn:tfs-initiative.com:PCR:The Product Carbon Footprint Guideline for the Chemical Industry:version:v2.0" - } ] - } ], - "carbonContentTotal" : 101 - }, - "state" : "first life" - }, - "operation" : { - "importer" : "BPNL00000003AYRE", - "manufacturer" : { - "facilityId" : "BPNL00000003AXS3", - "manufacturerId" : "BPNL00000003AZQP" - } - } - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3b2f5e2-5be5-4ea6-98f0-6876de0fca4f", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AXS3", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a88c8973-7904-48da-9d6f-a3c46d40061c", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:2c76d106-274e-4fd7-93a4-9a719abb8f0e", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:a3c93d0e-6b62-45d0-9af2-762203a5ec62", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:224d99e9-972f-4382-8fc3-0da6eba52cdf", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:17ab081d-f147-46f5-bf6a-c07f39199896", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:d779b47d-866b-4b5c-9e41-f095aa9d26ca", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:71ef0ef5-ff53-439a-8837-60306980045a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:878a8d98-7a76-4870-b7cf-118da7981a3a", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:8fdba772-3718-4338-9e91-a7b9da3d79fc", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - }, { - "catenaXId" : "urn:uuid:5860cf3c-c44d-4924-8148-8c2a903e76d1", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003AYRE", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ] - }, { - "catenaXId" : "urn:uuid:a88c8973-7904-48da-9d6f-a3c46d40061c", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a88c8973-7904-48da-9d6f-a3c46d40061c", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-102578218827526789764365", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a88c8973-7904-48da-9d6f-a3c46d40061c", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-102578218827526789764365", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a88c8973-7904-48da-9d6f-a3c46d40061c", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-05-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-08", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:2c76d106-274e-4fd7-93a4-9a719abb8f0e", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c76d106-274e-4fd7-93a4-9a719abb8f0e", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-814049081785417357796806", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:2c76d106-274e-4fd7-93a4-9a719abb8f0e", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-814049081785417357796806", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:2c76d106-274e-4fd7-93a4-9a719abb8f0e", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-28", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-12", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:a3c93d0e-6b62-45d0-9af2-762203a5ec62", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3c93d0e-6b62-45d0-9af2-762203a5ec62", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-521384594243791556437300", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:a3c93d0e-6b62-45d0-9af2-762203a5ec62", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-521384594243791556437300", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:a3c93d0e-6b62-45d0-9af2-762203a5ec62", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2020-05-13", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-28", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:224d99e9-972f-4382-8fc3-0da6eba52cdf", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:224d99e9-972f-4382-8fc3-0da6eba52cdf", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-108881565468124308446262", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:224d99e9-972f-4382-8fc3-0da6eba52cdf", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-108881565468124308446262", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:224d99e9-972f-4382-8fc3-0da6eba52cdf", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-07-22", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-08-31", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:17ab081d-f147-46f5-bf6a-c07f39199896", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:17ab081d-f147-46f5-bf6a-c07f39199896", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-150837057352846057254000", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:17ab081d-f147-46f5-bf6a-c07f39199896", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-150837057352846057254000", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:17ab081d-f147-46f5-bf6a-c07f39199896", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2022-11-16", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-20", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:d779b47d-866b-4b5c-9e41-f095aa9d26ca", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:d779b47d-866b-4b5c-9e41-f095aa9d26ca", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-241327875919754652607201", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:d779b47d-866b-4b5c-9e41-f095aa9d26ca", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-241327875919754652607201", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:d779b47d-866b-4b5c-9e41-f095aa9d26ca", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-04-17", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:71ef0ef5-ff53-439a-8837-60306980045a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:71ef0ef5-ff53-439a-8837-60306980045a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-894685216345131211167622", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:71ef0ef5-ff53-439a-8837-60306980045a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-894685216345131211167622", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:71ef0ef5-ff53-439a-8837-60306980045a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2014-05-30", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-15", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:878a8d98-7a76-4870-b7cf-118da7981a3a", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:878a8d98-7a76-4870-b7cf-118da7981a3a", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-509507622047829655064518", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:878a8d98-7a76-4870-b7cf-118da7981a3a", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-509507622047829655064518", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:878a8d98-7a76-4870-b7cf-118da7981a3a", - "childItems" : [ { - "catenaXId" : "urn:uuid:98a8a7e9-b265-479c-a11e-77219f94d659", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2017-10-10", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-04", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - }, { - "catenaXId" : "urn:uuid:8fdba772-3718-4338-9e91-a7b9da3d79fc", - "bpnl" : "BPNL00000003AYRE", - "urn:bamm:io.catenax.single_level_usage_as_built:2.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId" : "urn:uuid:8fdba772-3718-4338-9e91-a7b9da3d79fc", - "customers" : [ { - "businessPartner" : "BPNL00000003AYRE", - "parentItems" : [ { - "catenaXId" : "urn:uuid:7192e2e9-70aa-4e81-8fef-8c9ee3595aad", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ], - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart" : [ { - "localIdentifiers" : [ { - "value" : "BPNL00000003AYRE", - "key" : "manufacturerId" - }, { - "value" : "8840838-04", - "key" : "manufacturerPartId" - }, { - "value" : "NO-202985304807824966383613", - "key" : "partInstanceId" - } ], - "manufacturingInformation" : { - "date" : "2022-02-04T14:48:54", - "country" : "DEU" - }, - "catenaXId" : "urn:uuid:8fdba772-3718-4338-9e91-a7b9da3d79fc", - "partTypeInformation" : { - "manufacturerPartId" : "8840374-09", - "customerPartId" : "8840374-09", - "classification" : "component", - "nameAtManufacturer" : "ZB ZELLE", - "nameAtCustomer" : "ZB ZELLE" - } - } ], - "urn:bamm:io.catenax.traction_battery_code:1.0.0#TractionBatteryCode" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "subcomponents" : [ { - "tractionBatteryCode" : "X12MCPM27KLPCLX2M2382320", - "productType" : "cell" - } ], - "productType" : "cell" - } ], - "urn:bamm:io.catenax.physical_dimension:1.0.0#PhysicalDimension" : [ { - "physicalDimensionsProperty" : { - "diameter" : 380, - "width" : 590, - "length" : 810, - "weight" : 85, - "height" : 610 - } - } ], - "urn:bamm:io.catenax.battery.battery_pass:3.0.1#BatteryPass" : [ { - "electrochemicalProperties" : { - "ratedCapacity" : 210, - "batteryEnergy" : { - "energyRoundtripEfficiencyChange" : 67, - "maximumAllowedBatteryEnergy" : 90000, - "energyRoundtripEfficiency" : 56 - }, - "ratioMaximumAllowedBatteryPowerAndMaximumAllowedBatteryEnergy" : 0.611, - "batteryVoltage" : { - "nominalVoltage" : 4.3, - "maxVoltage" : 6, - "minVoltage" : 2.04 - }, - "internalResistance" : { - "cellInternalResistance" : 45, - "packInternalResistance" : 67, - "packInternalResistanceIncrease" : 23 - }, - "capacityThresholdExhaustion" : 23, - "batteryPower" : { - "originalPowerCapability" : -1.7976931348623157E308, - "powerFade" : 23, - "originalPowerCapabilityLimits" : -1.7976931348623157E308, - "maximumAllowedBatteryPower" : -1.7976931348623157E308, - "powerCapabilityAt20Charge" : -1.7976931348623157E308, - "powerCapabilityAt80Charge" : -1.7976931348623157E308 - }, - "capacityFade" : 34 - }, - "document" : { - "responsibleSourcing" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "LlN" - } ], - "packagingInstructions" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "eOMtThyhVNLWUZNRcBaQKxI" - } ], - "transportationInstructions" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "yedUsFwdkelQbxeTeQOvaScfqIOOmaa" - } ], - "vehicleDismantlingProcedure" : [ { - "fileLocation" : "http://www.ietf.org/rfc/rfc2396.txt", - "title" : "JxkyvRnL" - } ], - "testReportsResults" : [ { - "fileLocation" : "telnet://192.0.2.16:80/", - "title" : "UMaAIKKIkknjWEXJUfPxxQHeWKEJ" - } ], - "batteryDismantlingProcedure" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "RYtGKbgicZaHCBRQDSx" - } ], - "safetyMeasures" : [ { - "fileLocation" : "ftp://ftp.is.co.za/rfc/rfc1808.txt", - "title" : "VLhpfQGTMDYpsBZxvfBoeygjb" - } ], - "declarationOfConformity" : [ { - "fileLocation" : "http://www.wikipedia.org", - "title" : "dpHYZGhtgdntugzvvKAXLhM" - } ] - }, - "datePlacedOnMarket" : "2023-03-14", - "cellChemistry" : { - "anodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "anodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeCompositionOther" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "electrolyteComposition" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "recyclateContentActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "cathodeActiveMaterials" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ] - }, - "physicalDimensions" : { - "diameter" : 3, - "length" : 20000, - "width" : 1000, - "weight" : 1007, - "height" : 1 - }, - "temperatureRangeIdleState" : { - "temperatureRangeIdleStateUpperLimit" : 67, - "temperatureRangeIdleStateLowerLimit" : 67 - }, - "batteryCycleLife" : { - "cycleLifeTestCRate" : 45, - "expectedLifetime" : 456, - "cycleLifeTestDepthOfDischarge" : 23 - }, - "manufacturer" : { - "address" : { - "country" : { - "shortName" : "XB-1M" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - }, - "name" : "Company A" - }, - "warrantyPeriod" : 60, - "composition" : { - "components" : { - "componentsSupplier" : [ { - "componentsSupplierName" : "XY Corporation", - "address" : { - "country" : { - "shortName" : "" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "contact" : { - "website" : "https://www.samsung.com", - "phoneNumber" : "+49 89 1234567890", - "faxNumber" : "+49 89 0987654321", - "email" : "test.mail@example.com" - } - } ], - "componentsPartNumber" : [ "Case xxxxxxx/xx; Controller xxxxxxx/xx" ] - }, - "compositionOfBattery" : [ { - "materialName" : "Graphite", - "materialWeight" : 2.5, - "materialPercentageMassFraction" : 19 - } ], - "criticalRawMaterials" : "gNfZBdyFGRajVfJNonEnOinZj" - }, - "manufacturing" : { - "address" : { - "country" : { - "shortName" : "RG-8" - }, - "premise" : { - "technicalKey" : "BUILDING", - "value" : "Werk 1" - }, - "postalDeliveryPoint" : { - "technicalKey" : "INTERURBAN_DELIVERY_POINT", - "value" : "Tor 1" - }, - "locality" : { - "technicalKey" : "BLOCK", - "value" : "Mannheim" - }, - "postCode" : { - "technicalKey" : "CEDEX", - "value" : "68161-12" - }, - "thoroughfare" : { - "number" : "45", - "technicalKey" : "STREET", - "value" : "Bernstraße" - } - }, - "dateOfManufacturing" : "2023-03-07" - }, - "batteryIdentification" : { - "batteryIDDMCCode" : "NO-202985304807824966383613", - "batteryModel" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State", - "batteryType" : "LFP, Natrium, Li-Ion, NMC, NCA, Solid-State" - }, - "stateOfBattery" : { - "stateOfCharge" : 23, - "stateOfHealth" : 12, - "statusBattery" : "first life/ waste/ repaired/ repurposed/ recycled" - }, - "cO2FootprintTotal" : 124 - } ], - "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt" : [ { - "catenaXId" : "urn:uuid:8fdba772-3718-4338-9e91-a7b9da3d79fc", - "childItems" : [ { - "catenaXId" : "urn:uuid:e3754252-85e0-4b50-98a0-b4010565fa07", - "quantity" : { - "quantityNumber" : 2.5, - "measurementUnit" : "unit:litre" - }, - "hasAlternatives" : true, - "businessPartner" : "BPNL00000003B0Q0", - "createdOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z" - } ] - } ], - "urn:samm:io.catenax.battery.product_description:1.0.1#ProductDescription" : [ { - "minimalStateOfHealth" : { - "minimalStateOfHealthValue" : 90, - "specificatorId" : "OEM", - "minimalStateOfHealthPhase" : "as specified by OEM" - }, - "currentStateOfHealth" : [ { - "currentStateOfHealthTimestamp" : "2023-09-07", - "currentStateOfHealthPhase" : "as specified by OEM", - "currentStateOfHealthValue" : 105 - }, { - "currentStateOfHealthTimestamp" : "2023-09-21", - "currentStateOfHealthPhase" : "as recieved by dismantling", - "currentStateOfHealthValue" : 95 - } ], - "performanceIndicator" : { - "electrictiyCapacityMax" : 3117.732935335289, - "electrictiyCapacityMin" : 26212.182226034147 - }, - "type" : "HVB" - } ] - } ] - - -} \ No newline at end of file diff --git a/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json b/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json index d346000e7d..d78444945b 100644 --- a/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json +++ b/local/testing/testdata/CX_Testdata_v1.7.0_AsBuilt-not-accepted-policy.json @@ -1,4 +1,4 @@ -{ +{ "policies": { "ID 3.0 NotAccepted": { "@context": { @@ -29,8 +29,8 @@ } } }, - "https://catenax.io/schema/TestDataContainer/1.0.0" : [ { - + "https://catenax.io/schema/TestDataContainer/1.0.0" : [ + { "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt" : [ { "catenaXId" : "urn:uuid:b0cc2dc9-b011-4b21-9c58-f48bd06d439f", "childItems" : [ { @@ -478,7 +478,5 @@ "lastModifiedOn" : "2022-02-03T14:48:54.709Z" } ] } ] - } - ] - + } ] } \ No newline at end of file From ea9c23da91417b60b4f35a7f7b71977a3ebd1723 Mon Sep 17 00:00:00 2001 From: "Krzysztof Massalski (Extern)" Date: Fri, 29 Mar 2024 15:28:53 +0100 Subject: [PATCH 4/6] feat(impl):[#488] update --- CHANGELOG.md | 7 +++--- docs/src/api/irs-api.yaml | 22 +++++++++---------- .../scope-context/technical-context.adoc | 2 +- .../irs/configuration/OpenApiExamples.java | 2 +- .../irs/component/RegisterBatchOrder.java | 2 +- .../tractusx/irs/component/RegisterJob.java | 2 +- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4e047183..6be46d10c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_ ## [Unreleased] -### Changed -- IRS now supports Asset Administration Shell v3.1 - adjusted lookup shells endpoint changes (assetIds query param is encoded). #359 -- ### Added - Extended EdcPolicyDefinitionService to check if a policy in the edc exists +### Changed +- IRS now supports Asset Administration Shell v3.1 - adjusted lookup shells endpoint changes (assetIds query param is encoded). #359 +- IRS now supports building relationships based on SingleLevelBomAsBuilt v3.0.0 #488 + ## [4.8.0] - 2024-03-18 ### Changed - Improved maintainability in EdcSubmodelClientImpl by reduced method visibility and better naming (in context of #448). diff --git a/docs/src/api/irs-api.yaml b/docs/src/api/irs-api.yaml index 406fcf0808..f8801f6c79 100644 --- a/docs/src/api/irs-api.yaml +++ b/docs/src/api/irs-api.yaml @@ -993,7 +993,7 @@ components: lastModifiedOn: 2022-02-03T14:48:54.709Z parameter: aspects: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt - urn:bamm:io.catenax.serial_part:1.0.1#SerialPart auditContractNegotiation: false bomLifecycle: asBuilt @@ -1044,7 +1044,7 @@ components: lastModifiedOn: 2022-02-03T14:48:54.709Z parameter: aspects: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt - urn:bamm:io.catenax.serial_part:1.0.1#SerialPart auditContractNegotiation: false bomLifecycle: asBuilt @@ -1170,7 +1170,7 @@ components: lastModifiedOn: 2022-02-03T14:48:54.709Z parameter: aspects: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt - urn:bamm:io.catenax.serial_part:1.0.1#SerialPart auditContractNegotiation: false bomLifecycle: asBuilt @@ -1252,7 +1252,7 @@ components: value: urn:bamm:io.catenax.vehicle:0.1.1#PartDetails type: ModelReference submodels: - - aspectType: urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - aspectType: urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt contractAgreementId: f253718e-a270-4367-901b-9d50d9bd8462 identification: urn:uuid:fc784d2a-5506-4e61-8e34-21600f8cdeff payload: @@ -1324,7 +1324,7 @@ components: lastModifiedOn: 2022-02-03T14:48:54.709Z parameter: aspects: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt - urn:bamm:io.catenax.serial_part:1.0.1#SerialPart auditContractNegotiation: false bomLifecycle: asBuilt @@ -1362,7 +1362,7 @@ components: lastModifiedOn: 2022-02-03T14:48:54.709Z parameter: aspects: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt - urn:bamm:io.catenax.serial_part:1.0.1#SerialPart auditContractNegotiation: false bomLifecycle: asBuilt @@ -1442,7 +1442,7 @@ components: - type: Submodel value: urn:bamm:io.catenax.vehicle:0.1.1#PartDetails submodels: - - aspectType: urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - aspectType: urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt contractAgreementId: f253718e-a270-4367-901b-9d50d9bd8462 identification: urn:uuid:fc784d2a-5506-4e61-8e34-21600f8cdeff payload: @@ -1480,7 +1480,7 @@ components: lastModifiedOn: 2022-02-03T14:48:54.709Z parameter: aspects: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt - urn:bamm:io.catenax.serial_part:1.0.1#SerialPart auditContractNegotiation: false bomLifecycle: asBuilt @@ -1502,7 +1502,7 @@ components: value: lastUpdated: 2023-02-13T08:18:11.990659500Z models: - - urn: urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn: urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt name: SingleLevelBomAsBuilt status: RELEASED type: BAMM @@ -2561,7 +2561,7 @@ components: description: List of aspect names that will be collected if \ flag is set to true. example: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt items: type: string pattern: ^(urn:[bs]amm:.*\d\.\d\.\d)?(#)?(\w+)?$ @@ -2747,7 +2747,7 @@ components: description: List of aspect names that will be collected if \ flag is set to true. example: - - urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt + - urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt items: type: string pattern: ^(urn:[bs]amm:.*\d\.\d\.\d)?(#)?(\w+)?$ diff --git a/docs/src/docs/arc42/scope-context/technical-context.adoc b/docs/src/docs/arc42/scope-context/technical-context.adoc index 32c778f07d..d76d107f39 100644 --- a/docs/src/docs/arc42/scope-context/technical-context.adoc +++ b/docs/src/docs/arc42/scope-context/technical-context.adoc @@ -32,7 +32,7 @@ The integrated EDC client in the IRS is responsible for creating restful request |=== | Name | Description | -| SingleLevelBomAsBuilt | The single-level bill of material represents one sub-level of an assembly and does not include any lower-level subassemblies. The as-built lifecycle references all child items as manufactured by the manufacturer referencing only child items in an as-built lifecycle themselves, unless parts can only be tracked by an part ID. If it's unclear which item has been built-in into the parent item, all potential parts must be listed. This is the case when, e.g. the same item is supplied by two suppliers and the item is only tracked by a customer part ID during assembly, these items can not be differentiated from each other. | 2.0.0 +| SingleLevelBomAsBuilt | The single-level bill of material represents one sub-level of an assembly and does not include any lower-level subassemblies. The as-built lifecycle references all child items as manufactured by the manufacturer referencing only child items in an as-built lifecycle themselves, unless parts can only be tracked by an part ID. If it's unclear which item has been built-in into the parent item, all potential parts must be listed. This is the case when, e.g. the same item is supplied by two suppliers and the item is only tracked by a customer part ID during assembly, these items can not be differentiated from each other. | 3.0.0 | SingleLevelUsageAsBuilt | The aspect provides the information in which parent part(s)/product(s) the given item is assembled in. Could be a 1:1 relationship in terms of a e.g. a brake component or 1:n for e.g. coatings. The given item as well as the parent item must refer to an object from as-built lifecycle phase, i.e. a batch or a serialized part. | 2.0.0 |=== diff --git a/irs-api/src/main/java/org/eclipse/tractusx/irs/configuration/OpenApiExamples.java b/irs-api/src/main/java/org/eclipse/tractusx/irs/configuration/OpenApiExamples.java index 38d65986ec..b7e7cc9bfb 100644 --- a/irs-api/src/main/java/org/eclipse/tractusx/irs/configuration/OpenApiExamples.java +++ b/irs-api/src/main/java/org/eclipse/tractusx/irs/configuration/OpenApiExamples.java @@ -91,7 +91,7 @@ public class OpenApiExamples { private static final String SUPPLY_CHAIN_IMPACTED_ASPECT_TYPE = "supply_chain_impacted"; private static final String SUPPLY_CHAIN_IMPACTED_KEY = "supplyChainImpacted"; private static final String SUPPLY_CHAIN_IMPACTER_RESULT = "YES"; - private static final String SINGLE_LEVEL_BOM_AS_BUILT_ASPECT = "urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt"; + private static final String SINGLE_LEVEL_BOM_AS_BUILT_ASPECT = "urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt"; private static final String SERIAL_PART_ASPECT = "urn:bamm:io.catenax.serial_part:1.0.1#SerialPart"; private static final int FETCHED_ITEMS_SIZE = 3; private static final int NO_RUNNING_OR_FAILED_ITEMS = 0; diff --git a/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterBatchOrder.java b/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterBatchOrder.java index 9a436a6b4f..3ba59f7da0 100644 --- a/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterBatchOrder.java +++ b/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterBatchOrder.java @@ -91,7 +91,7 @@ public class RegisterBatchOrder { private BomLifecycle bomLifecycle; @ArraySchema(arraySchema = @Schema(description = "List of aspect names that will be collected if \\ flag is set to true.", - example = "[\"urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt\"]", + example = "[\"urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt\"]", implementation = String.class, pattern = ASPECT_MODEL_REGEX), maxItems = Integer.MAX_VALUE) private List<@Pattern(regexp = ASPECT_MODEL_REGEX) String> aspects; diff --git a/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterJob.java b/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterJob.java index edcb0a4eaa..f7b0d562de 100644 --- a/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterJob.java +++ b/irs-models/src/main/java/org/eclipse/tractusx/irs/component/RegisterJob.java @@ -65,7 +65,7 @@ public class RegisterJob { private BomLifecycle bomLifecycle; @ArraySchema(arraySchema = @Schema(description = "List of aspect names that will be collected if \\ flag is set to true.", - example = "[\"urn:bamm:io.catenax.single_level_bom_as_built:2.0.0#SingleLevelBomAsBuilt\"]", + example = "[\"urn:samm:io.catenax.single_level_bom_as_built:3.0.0#SingleLevelBomAsBuilt\"]", implementation = String.class, pattern = ASPECT_MODEL_REGEX), maxItems = Integer.MAX_VALUE) private List<@Pattern(regexp = ASPECT_MODEL_REGEX) String> aspects; From dd76c2321eba04e90e77cce81db21107a70de74f Mon Sep 17 00:00:00 2001 From: ds-ext-kmassalski <100765908+ds-ext-kmassalski@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:59:15 +0200 Subject: [PATCH 5/6] Update CHANGELOG.md Co-authored-by: ds-mkanal <100209308+mkanal@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be46d10c7..74b6c43721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha ### Changed - IRS now supports Asset Administration Shell v3.1 - adjusted lookup shells endpoint changes (assetIds query param is encoded). #359 -- IRS now supports building relationships based on SingleLevelBomAsBuilt v3.0.0 #488 +- Support of building relationships based on SingleLevelBomAsBuilt v3.0.0 #488 ## [4.8.0] - 2024-03-18 ### Changed From c11565af951f84416068aef62a879e0aea579227 Mon Sep 17 00:00:00 2001 From: ds-ext-kmassalski Date: Tue, 2 Apr 2024 12:25:37 +0000 Subject: [PATCH 6/6] chore(dependencies): Update DEPENDENCIES --- DEPENDENCIES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 56bc53a9d5..e20fff5baa 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -372,9 +372,9 @@ maven/mavencentral/org.jboss.logging/jboss-logging/3.5.3.Final, Apache-2.0, appr maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-common/1.8.22, Apache-2.0, approved, #8910 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-common/1.9.0, Apache-2.0, approved, #14186 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.8.22, Apache-2.0, approved, #8807 -maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.9.0, None, restricted, #14188 +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.9.0, Apache-2.0, approved, #14193 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.8.22, Apache-2.0, approved, #8875 -maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.9.0, None, restricted, #14185 +maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.9.0, Apache-2.0, approved, #14191 maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib/1.6.20, Apache-2.0, approved, clearlydefined maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib/1.8.22, Apache-2.0, approved, #8865 maven/mavencentral/org.jetbrains/annotations/13.0, Apache-2.0, approved, clearlydefined